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