| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Object2ObjectSortedMap.FastSortedEntrySet<K,V>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object2ObjectMap.FastEntrySet<K,V> |
Object2ObjectOpenHashMap.entries
Cached set of entries.
|
protected Object2ObjectMap.FastEntrySet<K,V> |
Object2ObjectOpenCustomHashMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Object2ObjectMap.FastEntrySet<K,V> |
Object2ObjectOpenHashMap.object2ObjectEntrySet() |
Object2ObjectMap.FastEntrySet<K,V> |
Object2ObjectOpenCustomHashMap.object2ObjectEntrySet() |
Object2ObjectMap.FastEntrySet<K,V> |
Object2ObjectArrayMap.object2ObjectEntrySet() |
Copyright © 2020. All rights reserved.