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