Uses of Package
org.ardverk.collection

Classes in org.ardverk.collection used by org.ardverk.collection
AbstractKeyAnalyzer
           
ByteArrayKeyAnalyzer
          A KeyAnalyzer for byte[]s
ByteKeyAnalyzer
          A KeyAnalyzer for Bytes
CharacterKeyAnalyzer
          A KeyAnalyzer for Characters
CharArrayKeyAnalyzer
          An KeyAnalyzer for char[]s
Cursor
          A Cursor can be used to traverse a Trie, visit each node step by step and make Cursor.Decisions on each step how to continue with traversing the Trie.
Cursor.Decision
          The Cursor.Decision tells the Cursor what to do on each step while traversing the Trie.
IntegerKeyAnalyzer
          A KeyAnalyzer for Integers
KeyAnalyzer
          Defines the interface to analyze Trie keys on a bit level.
LongKeyAnalyzer
          A KeyAnalyzer for Longs
ShortKeyAnalyzer
          A KeyAnalyzer for Shorts
StringKeyAnalyzer
          An KeyAnalyzer for Strings
Trie
          Defines the interface for a prefix tree, an ordered tree data structure.
 



Copyright © 2005-2009 Roger Kapsi, Sam Berlin. All Rights Reserved.