Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Class
java.util.AbstractSet

Packages that use AbstractSet
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of AbstractSet in java.util
 

Subclasses of AbstractSet in java.util
 class HashSet
          This class implements the Set interface, backed by a hash table (actually a HashMap instance).
 class LinkedHashSet
          Hash table and linked list implementation of the Set interface, with predictable iteration order.
 class TreeSet
          This class implements the Set interface, backed by a TreeMap instance.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.