Uses of Interface
org.datanucleus.store.types.sco.SCOCollection

Packages that use SCOCollection
org.datanucleus.store.types.sco Provides the mechanism for supporting mutable Second-Class Objects (SCOs). 
org.datanucleus.store.types.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by DataNucleus. 
 

Uses of SCOCollection in org.datanucleus.store.types.sco
 

Subinterfaces of SCOCollection in org.datanucleus.store.types.sco
 interface SCOList
          Representation of a wrapper for a mutable List SCO type supported.
 

Uses of SCOCollection in org.datanucleus.store.types.sco.simple
 

Classes in org.datanucleus.store.types.sco.simple that implement SCOCollection
 class ArrayList
          A mutable second-class ArrayList object.
 class Collection
          A mutable second-class Collection object.
 class HashSet
          A mutable second-class HashSet object.
 class LinkedHashSet
          A mutable second-class LinkedHashSet object.
 class LinkedList
          A mutable second-class LinkedList object.
 class List
          A mutable second-class List object.
 class PriorityQueue
          A mutable second-class PriorityQueue object.
 class Queue
          A mutable second-class Queue object.
 class Set
          A mutable second-class Set object.
 class SortedSet
          A mutable second-class SortedSet object.
 class Stack
          A mutable second-class Stack object.
 class TreeSet
          A mutable second-class TreeSet object.
 class Vector
          A mutable second-class Vector object.
 



Copyright © 2012. All Rights Reserved.