| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObject2ByteMap.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 |
Object2ByteMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.Singleton.entries |
protected ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.SynchronizedMap.entries |
protected ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteRBTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Object2ByteMap.Entry<K>> |
Object2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
Object2ByteSortedMap.FastSortedEntrySet.fastIterator(Object2ByteMap.Entry<K> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteAVLTreeMap.object2ByteEntrySet() |
ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.EmptyMap.object2ByteEntrySet() |
ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.Singleton.object2ByteEntrySet() |
ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.SynchronizedMap.object2ByteEntrySet() |
ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMaps.UnmodifiableMap.object2ByteEntrySet() |
ObjectSet<Object2ByteMap.Entry<K>> |
Object2ByteMap.object2ByteEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteSortedMaps.EmptySortedMap.object2ByteEntrySet() |
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteSortedMaps.Singleton.object2ByteEntrySet() |
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteSortedMaps.SynchronizedSortedMap.object2ByteEntrySet() |
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteSortedMaps.UnmodifiableSortedMap.object2ByteEntrySet() |
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteRBTreeMap.object2ByteEntrySet() |
ObjectSortedSet<Object2ByteMap.Entry<K>> |
Object2ByteSortedMap.object2ByteEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
Object2ByteSortedMap.FastSortedEntrySet.fastIterator(Object2ByteMap.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.