Uses of Class
nl.basjes.collections.prefixmap.StringPrefixMap
Packages that use StringPrefixMap
-
Uses of StringPrefixMap in nl.basjes.collections.prefixmap
Subclasses of StringPrefixMap in nl.basjes.collections.prefixmapModifier and TypeClassDescriptionclassASCIIPrefixMap<V extends Serializable>The ASCIIPrefixMap is an implementation of PrefixMap where the assumption is that the stored prefixes only contain characters that are in the human readable range of the ASCII encoding.Methods in nl.basjes.collections.prefixmap that return StringPrefixMapModifier and TypeMethodDescriptionStringPrefixMap.KryoSerializer.read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends StringPrefixMap<Serializable>> type) Methods in nl.basjes.collections.prefixmap with parameters of type StringPrefixMapModifier and TypeMethodDescriptionvoidStringPrefixMap.KryoSerializer.write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, StringPrefixMap<Serializable> instance) Method parameters in nl.basjes.collections.prefixmap with type arguments of type StringPrefixMapModifier and TypeMethodDescriptionStringPrefixMap.KryoSerializer.read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends StringPrefixMap<Serializable>> type)