|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Long2LongMap.Entry | |
---|---|
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
Uses of Long2LongMap.Entry in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement Long2LongMap.Entry | |
---|---|
static class |
AbstractLong2LongMap.BasicEntry
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 |
Long2LongMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.longs with type parameters of type Long2LongMap.Entry | |
---|---|
protected ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.Singleton.entries
|
protected ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.SynchronizedMap.entries
|
protected ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.UnmodifiableMap.entries
|
protected ObjectSortedSet<Long2LongMap.Entry> |
Long2LongAVLTreeMap.entries
Cached set of entries. |
protected ObjectSortedSet<Long2LongMap.Entry> |
Long2LongRBTreeMap.entries
Cached set of entries. |
Methods in it.unimi.dsi.fastutil.longs that return types with arguments of type Long2LongMap.Entry | |
---|---|
ObjectIterator<Long2LongMap.Entry> |
Long2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Long2LongMap.Entry> |
Long2LongSortedMap.FastSortedEntrySet.fastIterator(Long2LongMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.EmptyMap.long2LongEntrySet()
|
ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.Singleton.long2LongEntrySet()
|
ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.SynchronizedMap.long2LongEntrySet()
|
ObjectSet<Long2LongMap.Entry> |
Long2LongMaps.UnmodifiableMap.long2LongEntrySet()
|
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongSortedMap.long2LongEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongSortedMaps.EmptySortedMap.long2LongEntrySet()
|
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongSortedMaps.Singleton.long2LongEntrySet()
|
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongSortedMaps.SynchronizedSortedMap.long2LongEntrySet()
|
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongSortedMaps.UnmodifiableSortedMap.long2LongEntrySet()
|
ObjectSet<Long2LongMap.Entry> |
Long2LongMap.long2LongEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongAVLTreeMap.long2LongEntrySet()
|
ObjectSortedSet<Long2LongMap.Entry> |
Long2LongRBTreeMap.long2LongEntrySet()
|
Methods in it.unimi.dsi.fastutil.longs with parameters of type Long2LongMap.Entry | |
---|---|
ObjectBidirectionalIterator<Long2LongMap.Entry> |
Long2LongSortedMap.FastSortedEntrySet.fastIterator(Long2LongMap.Entry 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 |