Uses of Interface
nl.basjes.collections.PrefixMap
-
Packages that use PrefixMap Package Description nl.basjes.collections.prefixmap -
-
Uses of PrefixMap in nl.basjes.collections.prefixmap
Classes in nl.basjes.collections.prefixmap that implement 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.classStringPrefixMap<V extends Serializable>The StringPrefixMap is an implementation of PrefixMap where the assumption is that the stored prefixes can be any character in a String.
-