Uses of Interface
org.codelibs.jhighlight.fastutil.chars.Char2ObjectMap
-
Packages that use Char2ObjectMap Package Description org.codelibs.jhighlight.fastutil.chars -
-
Uses of Char2ObjectMap in org.codelibs.jhighlight.fastutil.chars
Classes in org.codelibs.jhighlight.fastutil.chars that implement Char2ObjectMap Modifier and Type Class Description classAbstractChar2ObjectMap<V>An abstract class providing basic methods for maps implementing a type-specific interface.classChar2ObjectOpenHashMap<V>A type-specific hash map with a fast, small-footprint implementation.Constructors in org.codelibs.jhighlight.fastutil.chars with parameters of type Char2ObjectMap Constructor Description Char2ObjectOpenHashMap(Char2ObjectMap<V> m)Creates a new hash map withHash.DEFAULT_LOAD_FACTORas load factor copying a given type-specific one.Char2ObjectOpenHashMap(Char2ObjectMap<V> m, float f)Creates a new hash map copying a given type-specific one.
-