org.openide.util.Enumerations#convert.public abstract class AlterEnumeration extends Object implements Enumeration
alter method.
Objects in the input and resulting enumeration must not be null.| Constructor and Description |
|---|
AlterEnumeration(Enumeration en)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
alter(Object o)
Deprecated.
Alters objects.
|
boolean |
hasMoreElements()
Deprecated.
|
Object |
nextElement()
Deprecated.
|
public AlterEnumeration(Enumeration en)
en - enumeration to filterprotected abstract Object alter(Object o)
o - the object to decide onpublic boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationNoSuchElementException - can be thrown if there is no next object
in the enumerationBuilt on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.