Uses of Interface
org.hypergraphdb.HGBidirectionalIndex

Packages that use HGBidirectionalIndex
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.storage   
 

Uses of HGBidirectionalIndex in org.hypergraphdb
 

Methods in org.hypergraphdb that return HGBidirectionalIndex
<KeyType,ValueType>
HGBidirectionalIndex<KeyType,ValueType>
HGStore.createBidirectionalIndex(java.lang.String name, ByteArrayConverter<KeyType> keyConverter, ByteArrayConverter<ValueType> valueConverter, java.util.Comparator comparator)
           Creates a new HGBidirectionalIndex.
<KeyType,ValueType>
HGBidirectionalIndex<KeyType,ValueType>
HGStore.getBidirectionalIndex(java.lang.String name, ByteArrayConverter<KeyType> keyConverter, ByteArrayConverter<ValueType> valueConverter, java.util.Comparator comparator)
          Retrieve an existing HGBidirectionalIndex by its name.
 

Uses of HGBidirectionalIndex in org.hypergraphdb.storage
 

Classes in org.hypergraphdb.storage that implement HGBidirectionalIndex
 class DefaultBiIndexImpl<KeyType,ValueType>