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