| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Object2CharSortedMap.FastSortedEntrySet<K>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object2CharMap.FastEntrySet<K> |
Object2CharOpenHashMap.entries
Cached set of entries.
|
protected Object2CharMap.FastEntrySet<K> |
Object2CharOpenCustomHashMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Object2CharMap.FastEntrySet<K> |
Object2CharArrayMap.object2CharEntrySet() |
Object2CharMap.FastEntrySet<K> |
Object2CharOpenHashMap.object2CharEntrySet() |
Object2CharMap.FastEntrySet<K> |
Object2CharOpenCustomHashMap.object2CharEntrySet() |
Copyright © 2020. All rights reserved.