|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Long2ObjectMap.Entry | |
---|---|
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
Uses of Long2ObjectMap.Entry in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement Long2ObjectMap.Entry | |
---|---|
static class |
AbstractLong2ObjectMap.BasicEntry<V>
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
protected class |
Long2ObjectMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.longs with type parameters of type Long2ObjectMap.Entry | |
---|---|
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.Singleton.entries
|
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.SynchronizedMap.entries
|
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.UnmodifiableMap.entries
|
protected ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectAVLTreeMap.entries
Cached set of entries. |
protected ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectRBTreeMap.entries
Cached set of entries. |
Methods in it.unimi.dsi.fastutil.longs that return types with arguments of type Long2ObjectMap.Entry | |
---|---|
ObjectIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.FastSortedEntrySet.fastIterator(Long2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.EmptyMap.long2ObjectEntrySet()
|
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.Singleton.long2ObjectEntrySet()
|
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.SynchronizedMap.long2ObjectEntrySet()
|
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.UnmodifiableMap.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMaps.EmptySortedMap.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMaps.Singleton.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMaps.SynchronizedSortedMap.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMaps.UnmodifiableSortedMap.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectAVLTreeMap.long2ObjectEntrySet()
|
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.long2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSortedSet<Long2ObjectMap.Entry<V>> |
Long2ObjectRBTreeMap.long2ObjectEntrySet()
|
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMap.long2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
Methods in it.unimi.dsi.fastutil.longs with parameters of type Long2ObjectMap.Entry | |
---|---|
ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.FastSortedEntrySet.fastIterator(Long2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |