public class MemoryEntryList extends ArrayList<Entry> implements EntryList
EntryList.EmptyListmodCountEMPTY_LIST| Constructor and Description |
|---|
MemoryEntryList(int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getByteSize() |
Iterator<Entry> |
reuseIterator() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic Iterator<Entry> reuseIterator()
reuseIterator in interface EntryListpublic int getByteSize()
getByteSize in interface EntryListCopyright © 2012–2023. All rights reserved.