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