Uses of Interface
org.codelibs.jhighlight.fastutil.chars.Char2ObjectMap.Entry
-
Packages that use Char2ObjectMap.Entry Package Description org.codelibs.jhighlight.fastutil.chars -
-
Uses of Char2ObjectMap.Entry in org.codelibs.jhighlight.fastutil.chars
Classes in org.codelibs.jhighlight.fastutil.chars that implement Char2ObjectMap.Entry Modifier and Type Class Description static classAbstractChar2ObjectMap.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).Methods in org.codelibs.jhighlight.fastutil.chars that return types with arguments of type Char2ObjectMap.Entry Modifier and Type Method 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.
-