com.orientechnologies.jdo.types
Class oCollBlock

java.lang.Object
  extended bycom.orientechnologies.jdo.types.oCollBlock

public class oCollBlock
extends java.lang.Object

Internal type used for storing collection as blocks of data.


Field Summary
 oCollBlock next
           
 oArray values
           
 
Constructor Summary
oCollBlock()
           
oCollBlock(int iSize)
           
 
Method Summary
 void add(java.lang.Object iObj)
           
 void clear()
           
 int count()
           
 java.lang.Object get(int iIndex)
           
 oCollBlock getNext()
           
 boolean isRelationship()
           
 java.lang.Object remove(int iIndex)
           
 void setNext(oCollBlock iNext)
           
 void setRelationship(boolean iRelationship)
           
 void setSize(int iSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public oCollBlock next

values

public oArray values
Constructor Detail

oCollBlock

public oCollBlock()

oCollBlock

public oCollBlock(int iSize)
Method Detail

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)