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