com.orientechnologies.jdo.types
Class oCollBlock
java.lang.Object
com.orientechnologies.jdo.types.oCollBlock
- public class oCollBlock
- extends java.lang.Object
Internal type used for storing collection as blocks of data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public oCollBlock next
values
public oArray values
oCollBlock
public oCollBlock()
oCollBlock
public oCollBlock(int iSize)
add
public void add(java.lang.Object iObj)
get
public java.lang.Object get(int iIndex)
remove
public java.lang.Object remove(int iIndex)
count
public int count()
setSize
public void setSize(int iSize)
clear
public void clear()
getNext
public oCollBlock getNext()
setNext
public void setNext(oCollBlock iNext)
isRelationship
public boolean isRelationship()
setRelationship
public void setRelationship(boolean iRelationship)