public class TaggedReiteratorList extends AbstractList<Reiterator<Object>>
This class, and the returned iterators, are not threadsafe.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaggedReiteratorList.TagExtractor<T>
Interface for extracting the tag and value from an opaque element.
|
modCount| Constructor and Description |
|---|
TaggedReiteratorList(Reiterator<T> taggedReiterator,
TaggedReiteratorList.TagExtractor<T> extractor) |
TaggedReiteratorList(Reiterator<T> taggedReiterator,
TaggedReiteratorList.TagExtractor<T> extractor,
int size) |
| Modifier and Type | Method and Description |
|---|---|
Reiterator<Object> |
get(int tag) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic TaggedReiteratorList(Reiterator<T> taggedReiterator, TaggedReiteratorList.TagExtractor<T> extractor)
public TaggedReiteratorList(Reiterator<T> taggedReiterator, TaggedReiteratorList.TagExtractor<T> extractor, int size)
public Reiterator<Object> get(int tag)
get in interface List<Reiterator<Object>>get in class AbstractList<Reiterator<Object>>public int size()
size in interface Collection<Reiterator<Object>>size in interface List<Reiterator<Object>>size in class AbstractCollection<Reiterator<Object>>