com.sas.collection.StaticCollectionInterface.
This interface itself extends several smaller interfaces:
com.sas.util.Countablecount()
method;
com.sas.util.EnumerablegetItems() method for obtaining a java.util.Enumeration;
com.sas.collection.ContentsChangedListenercom.sas.PublicClonablejava.io.Serializable
com.sas.collection.StaticOrderedCollectionInterface and
com.sas.collection.OrderedCollectionInterface defines access to
ordered collections -- collections which access items via an integer
index, much like an array. See also
com.sas.util.IndexedGetInterface
and
com.sas.util.IndexedSetInterface
com.sas.collection.ContentsChangedEvent
when the contents of the collection are modified, such
as items being added to or removed from or replaced
in the collection, or when an ordered collection is sorted
or otherwise rearranged.
com.sas.util.Comparator.
Below is a diagram which shows the significant interfaces
in the collection classes, and how they inherit from
one another. com.sas.collection.StaticCollectionInterface
is the central interface. Click on an interface name to view the
documentation for that interface.
com.sas.collection package:
StaticOrderedCollectionInterface
StaticCollectionInterface,
CollectionInterface
ContentsChangedListener,
ContentsChangedSource
com.sas.collection package:
OrderedCollection,
OrderedListCollection
Collection,
Set
Dictionary,
StringCollection
ContentsChangedEvent
AssociationList