| java.util.Vector com.versant.core.jdo.sco.SCOVector
addElement | public synchronized void addElement(Object obj)(Code) | | |
fillCollectionData | public CollectionData fillCollectionData(CollectionData collectionData)(Code) | | Put references to all the values into collectionData. If the
values are PC instances then the instances themselves or their
OIDs may be stored in collectionData.
|
insertElementAt | public synchronized void insertElementAt(Object obj, int index)(Code) | | |
isOrdered | public boolean isOrdered()(Code) | | Is the collection ordered.
|
makeDirty | public void makeDirty()(Code) | | |
makeTransient | public void makeTransient()(Code) | | |
manyToManyRemove | public void manyToManyRemove(Object o)(Code) | | |
removeAllElements | public synchronized void removeAllElements()(Code) | | |
removeElementAt | public synchronized void removeElementAt(int index)(Code) | | |
removeRange | protected void removeRange(int fromIndex, int toIndex)(Code) | | |
reset | public void reset()(Code) | | |
setElementAt | public synchronized void setElementAt(Object obj, int index)(Code) | | |
setSize | public synchronized void setSize(int newSize)(Code) | | |
|
|