protected static class PersistentLong23TreeMap.ImmutableMap<V> extends Persistent23Tree.ImmutableTree<PersistentLongMap.Entry<V>> implements PersistentLongMap.ImmutableMap<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
V |
get(long key) |
java.util.Iterator<PersistentLongMap.Entry<V>> |
tailEntryIterator(long staringKey) |
java.util.Iterator<PersistentLongMap.Entry<V>> |
tailReverseEntryIterator(long staringKey) |
contains, getMaximum, getMinimum, isEmpty, iterator, reverseIterator, size, tailIterator, tailReverseIteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinimum, isEmpty, reverseIterator, sizepublic V get(long key)
get in interface PersistentLongMap.ImmutableMap<V>public boolean containsKey(long key)
containsKey in interface PersistentLongMap.ImmutableMap<V>public java.util.Iterator<PersistentLongMap.Entry<V>> tailEntryIterator(long staringKey)
tailEntryIterator in interface PersistentLongMap.ImmutableMap<V>public java.util.Iterator<PersistentLongMap.Entry<V>> tailReverseEntryIterator(long staringKey)
tailReverseEntryIterator in interface PersistentLongMap.ImmutableMap<V>