Uses of Class
nl.basjes.collections.prefixmap.StringPrefixMap
-
Packages that use StringPrefixMap Package Description nl.basjes.collections.prefixmap -
-
Uses of StringPrefixMap in nl.basjes.collections.prefixmap
Subclasses of StringPrefixMap in nl.basjes.collections.prefixmap Modifier and Type Class Description classASCIIPrefixMap<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 StringPrefixMap Modifier and Type Method Description StringPrefixMap<Serializable>StringPrefixMap.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 StringPrefixMap Modifier and Type Method Description voidStringPrefixMap.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 StringPrefixMap Modifier and Type Method Description StringPrefixMap<Serializable>StringPrefixMap.KryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends StringPrefixMap<Serializable>> type)
-