Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.util.AbstractCollection

Uses in package javax.management

Classes derived from java.util.AbstractCollection

class
AttributeList
Represents a list of MBean Attributes, with their names and values.

Uses in package java.util

Classes derived from java.util.AbstractCollection

class
AbstractList<E>
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
class
AbstractSequentialList<E>
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
class
AbstractSet<E>
An abstract implementation of Set to make it easier to create your own implementations.
class
ArrayList<E>
An array-backed implementation of the List interface.
class
EnumSet<T,extends,Enum,T>
class
HashSet<T>
This class provides a HashMap-backed implementation of the Set interface.
class
LinkedHashSet<T>
This class provides a hashtable-backed implementation of the Set interface, with predictable traversal order.
class
LinkedList<T>
Linked list implementation of the List interface.
class
Stack<T>
class
TreeSet<T>
This class provides a TreeMap-backed implementation of the SortedSet interface.
class
Vector<T>
The Vector classes implements growable arrays of Objects.

Uses in package java.util.concurrent

Classes derived from java.util.AbstractCollection

class
CopyOnWriteArrayList<E>

Uses in package javax.print.attribute.standard

Classes derived from java.util.AbstractCollection

class
JobStateReasons
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /