Package org.openide.util.enum

A set of utility classes providing convenient forms of Java Collections enumerations.

See:
          Description

Class Summary
AlterEnumeration Abstract class that takes an enumeration and alter their elements to new objects.
ArrayEnumeration The class that presents specifiED (in constructor) array as an Enumeration.
EmptyEnumeration The class that represents empty enumeration.
FilterEnumeration Abstract class that takes an enumeration and filters its elements.
QueueEnumeration Enumeration that represents a queue.
RemoveDuplicatesEnumeration Enumeration that scans through another one and removes duplicates.
SequenceEnumeration Composes more enumerations into one.
SingletonEnumeration The class that encapsulates one object into one element enumeration.
 

Package org.openide.util.enum Description

A set of utility classes providing convenient forms of Java Collections enumerations.



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.