Package org.hypergraphdb.util

Interface Summary
CloseMe  
Mapping<From,To> An interface specifying a single argument function.
ValueSetter A simple interface to be implemented by objects that set values in specific dynamic contexts.
 

Class Summary
AccessibleObjectCache Utility class to maintain runtime caches of Field, Method and Constructor for use by HGAtomType implementations.
ActionQueueThread This a simple queue that runs as a thread and executes passed in action object (i.e.
ArrayBasedIterator<T> Implements an Iterator over the elements of a built-in Java array.
CompositeMapping<From,To>  
HGLogger  
HGUtils The mandatory bag of static utility method class.
LinkedIdentityHashMap<K,V>  
Pair<F,S> The inexplicably missing class from the java.util.
SimplyLinkedQueue<T>  
SoftHashMap<K,V> This is similar to the standard WeakHashMap, but it uses SoftReferences for the map's values instead of WeakReferences for the maps keys.
TempLink This class represents a simple, temporary link used during various query and graph traversal activities.
TwoWayMap<X,Y>  
WeakIdentityHashMap<K,V> This is a modified version of @see{WeakHashMap} from JDK 1.5.