|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.database.persistent.berkeley.EnityCursorIterator<IK,PK>
public abstract class EnityCursorIterator<IK,PK>
| Field Summary | |
|---|---|
protected com.sleepycat.persist.EntityCursor<IK> |
cursor
|
protected boolean |
done
|
protected java.util.Iterator<IK> |
internalIterator
|
| Constructor Summary | |
|---|---|
EnityCursorIterator(com.sleepycat.persist.EntityCursor<IK> cursor)
|
|
| Method Summary | |
|---|---|
protected abstract PK |
convert(IK internalValue)
|
boolean |
hasNext()
|
PK |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final com.sleepycat.persist.EntityCursor<IK> cursor
protected final java.util.Iterator<IK> internalIterator
protected boolean done
| Constructor Detail |
|---|
public EnityCursorIterator(com.sleepycat.persist.EntityCursor<IK> cursor)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<PK>public PK next()
next in interface java.util.Iterator<PK>protected abstract PK convert(IK internalValue)
public void remove()
remove in interface java.util.Iterator<PK>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||