Class StampTable
- All Implemented Interfaces:
Iterable<List<String>>, Collection<List<String>>, List<List<String>>, SequencedCollection<List<String>>
Represents a table with several columns, a header line, and several lines of content
- Since:
- 1.6.2
- Version:
- ${version}
- Author:
- Joseph Verron
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionInstantiate an empty tableInstantiate a table with headers and several lines -
Method Summary
Modifier and TypeMethodDescriptionstatic StampTableempty()Creates an empty table with a single placeholder column and rowbooleaninthashCode()headers()Gets the headers of the tablelistIterator(int index) intsize()Methods inherited from class AbstractList
add, clear, indexOf, lastIndexOf, listIterator, removeRange, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
StampTable
public StampTable()Instantiate an empty table -
StampTable
-
-
Method Details
-
empty
Creates an empty table with a single placeholder column and row- Returns:
- a
StampTableobject with placeholder content
-
equals
-
hashCode
-
size
-
listIterator
- Specified by:
listIteratorin interfaceList<List<String>>- Specified by:
listIteratorin classAbstractSequentialList<List<String>>
-
headers
-