Uses of Interface
org.hypergraphdb.util.HGSortedSet

Packages that use HGSortedSet
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.atom   
org.hypergraphdb.storage   
org.hypergraphdb.util   
 

Uses of HGSortedSet in org.hypergraphdb
 

Classes in org.hypergraphdb that implement HGSortedSet
 class IncidenceSet
           Represents an atom incidence set.
 

Uses of HGSortedSet in org.hypergraphdb.atom
 

Classes in org.hypergraphdb.atom that implement HGSortedSet
 class HGAtomSet
           A HGAtomSet represents a temporary construction of a set of atoms.
 

Constructors in org.hypergraphdb.atom with parameters of type HGSortedSet
HGAtomSet(HGSortedSet implementation)
           
 

Uses of HGSortedSet in org.hypergraphdb.storage
 

Classes in org.hypergraphdb.storage that implement HGSortedSet
 class DBKeyedSortedSet<Key,T>
           A database-backed HGSortedSet implementation representing the ordered duplicate values associated with a single key.
 

Uses of HGSortedSet in org.hypergraphdb.util
 

Classes in org.hypergraphdb.util that implement HGSortedSet
 class ArrayBasedSet<E>
           An implementation SortedSet based on primitive arrays that grow as needed without ever shrinking.
 class LLRBTree<E>
           Implements a set of elements as a left-leaning red-black tree.