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