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