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