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