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