Uses of Class
wt.fc.collections.AbstractWTCollection

Packages that use AbstractWTCollection
wt.dataops.objectcol.resolution   
wt.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
 

Uses of AbstractWTCollection in wt.dataops.objectcol.resolution
 

Subclasses of AbstractWTCollection in wt.dataops.objectcol.resolution
 class DefaultCollectionGraph
          

Supported API: false

Extendable: false
 

Uses of AbstractWTCollection in wt.fc.collections
 

Subclasses of AbstractWTCollection in wt.fc.collections
 class AbstractWTList
          Base class for default WTList implementations.
 class WTArrayList
          An array-based implementation of WTArrayList
(package private) static class WTArrayList.FilteredList
           
(package private) static class WTArrayList.OffSetList
           
 class WTHashSet
          A hash-based implementation of WTSet.
(package private)  class WTKeyedHashMap.ExpandableFilteredSet
           
(package private)  class WTKeyedHashMap.FilteredSet
           
(package private)  class WTKeyedHashMap.KeySet
           
(package private)  class WTValuedHashMap.AllValues
           
(package private)  class WTValuedHashMap.FilteredValues
           
 

Fields in wt.fc.collections declared as AbstractWTCollection
private  AbstractWTCollection ReferenceMap.sourceCollection
          The collection that this ReferenceMap is storing references for
 

Methods in wt.fc.collections that return AbstractWTCollection
(package private)  AbstractWTCollection ReferenceMap.getSource()
          Get the source WTCollection for this map
 

Constructors in wt.fc.collections with parameters of type AbstractWTCollection
ReferenceMap(AbstractWTCollection a_Source)
          Construct a ReferenceMap with the given source collection
ReferenceMap(AbstractWTCollection a_Source, int a_Size)
          Construct a ReferenceMap with the given source collection