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