|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
HGStore.createBidirectionalIndex(java.lang.String name,
ByteArrayConverter<KeyType> keyConverter,
ByteArrayConverter<ValueType> valueConverter,
java.util.Comparator comparator)
Creates a new HGBidirectionalIndex. |
|
|
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>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||