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