Package one.microstream.collections.lazy
Class LazyHashMap.LazyHashMapSegmentEntryList<K,V>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<LazyHashMap.Entry<K,V>>
one.microstream.collections.lazy.LazyHashMap.LazyHashMapSegmentEntryList<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<LazyHashMap.Entry<K,V>>
,Collection<LazyHashMap.Entry<K,V>>
,List<LazyHashMap.Entry<K,V>>
,RandomAccess
- Enclosing class:
- LazyHashMap<K,V>
public static class LazyHashMap.LazyHashMapSegmentEntryList<K,V> extends ArrayList<LazyHashMap.Entry<K,V>>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LazyHashMapSegmentEntryList(int initialCapacity)
-
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Constructor Details
-
LazyHashMapSegmentEntryList
public LazyHashMapSegmentEntryList(int initialCapacity)
-
-
Method Details