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