Uses of Interface
info.rolandkrueger.roklib.util.ITernarySearchTreeMap

Packages that use ITernarySearchTreeMap
info.rolandkrueger.roklib.util Utility classes and data structures. 
 

Uses of ITernarySearchTreeMap in info.rolandkrueger.roklib.util
 

Classes in info.rolandkrueger.roklib.util that implement ITernarySearchTreeMap
 class TernarySearchTreeMap<V>
          This class implements a ternary search tree that can be used to store and access a large amount of data efficiently and with low memory requirements.
 class TernarySearchTreeMapCaseInsensitive<V>
           
 



Copyright © 2007-2011. All Rights Reserved.