|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.storage.IndexResultSet<T>
org.hypergraphdb.storage.SingleKeyResultSet<T>
public class SingleKeyResultSet<T>
Implements a BerkeleyDB Cursor based result set that iterates over
all duplicates of a given key.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.hypergraphdb.HGRandomAccessResult |
|---|
HGRandomAccessResult.GotoResult |
| Field Summary |
|---|
| Fields inherited from interface org.hypergraphdb.HGSearchResult |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
SingleKeyResultSet(BDBTxCursor cursor,
com.sleepycat.db.DatabaseEntry key,
ByteArrayConverter<T> converter)
|
|
| Method Summary | |
|---|---|
boolean |
isOrdered()
Return true if the elements in this search result are in ordered
and false otherwise. |
| Methods inherited from class org.hypergraphdb.storage.IndexResultSet |
|---|
close, count, current, goTo, hasNext, hasPrev, next, prev, remove, removeCurrent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleKeyResultSet(BDBTxCursor cursor,
com.sleepycat.db.DatabaseEntry key,
ByteArrayConverter<T> converter)
| Method Detail |
|---|
public boolean isOrdered()
HGSearchResultReturn true if the elements in this search result are in ordered
and false otherwise. It is assumed that when elements are ordered,
they are instances of java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||