Uses of Package
info.rolandkrueger.roklib.util

Packages that use info.rolandkrueger.roklib.util
info.rolandkrueger.demo.tstmap Demonstration of the Ternary Search Tree data structure. 
info.rolandkrueger.roklib.ui.swing.rapidsuggest Java Swing ComboBox component that gives value suggestions when typing. 
info.rolandkrueger.roklib.util Utility classes and data structures. 
info.rolandkrueger.roklib.util.tables.filtertable Model classes for tables which support instant column-based data filtering when typing search terms. 
 

Classes in info.rolandkrueger.roklib.util used by info.rolandkrueger.demo.tstmap
TernarySearchTreeMap
          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.
 

Classes in info.rolandkrueger.roklib.util used by info.rolandkrueger.roklib.ui.swing.rapidsuggest
TernarySearchTreeMap
          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.
TernarySearchTreeStringSet
           
 

Classes in info.rolandkrueger.roklib.util used by info.rolandkrueger.roklib.util
ApplicationError
          This class summarizes all information that is necessary to appropriately respond to an error situation.
ApplicationError.ErrorType
          Defines the seriousness of an error.
ApplicationMessageHandler
          This interface provides methods for reporting error and informational messages.
ITernarySearchTreeMap
           
IThreadLocalContainer
           
LoggingManager
           
TernarySearchTreeMap
          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.
TernarySearchTreeMap.NodeType
           
TernarySearchTreeMap.TSTEntry
           
TernarySearchTreeMap.TSTIterator.TSTItStackNode
           
TernarySearchTreeMap.TSTKeySet
           
TernarySearchTreeMap.TSTNode
           
TernarySearchTreeStringSet
           
 

Classes in info.rolandkrueger.roklib.util used by info.rolandkrueger.roklib.util.tables.filtertable
TernarySearchTreeMap
          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.
 



Copyright © 2007-2011. All Rights Reserved.