Package | Description |
---|---|
org.codelibs.jhighlight.fastutil.chars |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractChar2ObjectMap.BasicEntry<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).
|
Modifier and Type | Method and Description |
---|---|
ObjectSet<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.char2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
Copyright © 2011–2024. All rights reserved.