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 StampTable
empty()
empty.boolean
int
hashCode()
headers()
headers.listIterator
(int index) int
size()
Methods inherited from class AbstractList
add, clear, indexOf, lastIndexOf, listIterator, removeRange, subList
Methods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from interface Collection
parallelStream, removeIf, stream, toArray
Methods 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
-
equals
-
hashCode
-
size
-
listIterator
- Specified by:
listIterator
in interfaceList<List<String>>
- Specified by:
listIterator
in classAbstractSequentialList<List<String>>
-
empty
-
headers
-