Uses of Interface
org.apache.jdo.sco.SCOCollection

Packages that use SCOCollection
org.apache.jdo.impl.sco This package contains implementation of the SCO-related interfaces. 
 

Uses of SCOCollection in org.apache.jdo.impl.sco
 

Classes in org.apache.jdo.impl.sco that implement SCOCollection
 class ArrayList
          A mutable 2nd class object that represents ArrayList.
 class HashSet
          A mutable 2nd class object that represents HashSet.
 class LinkedList
          A mutable 2nd class object that represents LinkedList.
 class TreeSet
          A mutable 2nd class object that represents TreeSet.
 class Vector
          A mutable 2nd class object that represents Vector.
 

Methods in org.apache.jdo.impl.sco with parameters of type SCOCollection
static java.lang.Object[] Freezer.thaw(SCOCollection sco, StateManagerInternal owner, java.lang.Object[] frozenElements)
          Thaw the frozen elements of a collection.
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.