Uses of Interface
org.jpox.sco.SCOCollection

Packages that use SCOCollection
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
 

Uses of SCOCollection in org.jpox.sco
 

Subinterfaces of SCOCollection in org.jpox.sco
 interface SCOList
          Representation of a wrapper for a mutable List SCO type supported by JPOX.
 

Classes in org.jpox.sco that implement SCOCollection
 class ArrayList
          A mutable second-class ArrayList object.
 class Collection
          A mutable second-class Collection object, representing a field in a class, and containing elements of a particular type.
 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, representing a field in a class, and containing elements of a particular type.
 class Set
          A mutable second-class Set object, representing a field in a class, and containing elements of a particular type.
 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 © -2007 . All Rights Reserved.