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