|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.poid.PoidBlock
Representation of a block of ids.
Constructor Summary | |
PoidBlock(java.util.List oid)
Constructor for PoIdBlock. |
|
PoidBlock(java.lang.Object[] oid)
Constructor for PoidBlock. |
Method Summary | |
void |
addBlock(PoidBlock block)
Method to append a block onto this block. |
org.jpox.store.poid.Poid |
current()
Accessor for the current Poid. |
boolean |
hasNext()
Accessor for whether there are more elements remaining in the block. |
org.jpox.store.poid.Poid |
next()
Accessor for the next Poid, or null if block ids exhausted |
java.lang.String |
toString()
Stringify method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PoidBlock(java.lang.Object[] oid)
oid
- The block of objects that will be considered the "IDs"public PoidBlock(java.util.List oid)
oid
- The list of objects that will be considered the "IDs"Method Detail |
public org.jpox.store.poid.Poid current()
java.util.NoSuchElementException
- Thrown if no current poidpublic org.jpox.store.poid.Poid next()
public boolean hasNext()
public void addBlock(PoidBlock block)
block
- The other blockpublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |