| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObject2BooleanMap.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 |
Object2BooleanMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.Singleton.entries |
protected ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.SynchronizedMap.entries |
protected ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanRBTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMap.FastSortedEntrySet.fastIterator(Object2BooleanMap.Entry<K> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.EmptyMap.object2BooleanEntrySet() |
ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.Singleton.object2BooleanEntrySet() |
ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.SynchronizedMap.object2BooleanEntrySet() |
ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMaps.UnmodifiableMap.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanAVLTreeMap.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMap.object2BooleanEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMaps.EmptySortedMap.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMaps.Singleton.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMaps.SynchronizedSortedMap.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMaps.UnmodifiableSortedMap.object2BooleanEntrySet() |
ObjectSortedSet<Object2BooleanMap.Entry<K>> |
Object2BooleanRBTreeMap.object2BooleanEntrySet() |
ObjectSet<Object2BooleanMap.Entry<K>> |
Object2BooleanMap.object2BooleanEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMap.FastSortedEntrySet.fastIterator(Object2BooleanMap.Entry<K> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
Copyright © 2013. All Rights Reserved.