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