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