lapisx.enum
Class FilteredEnumeration
java.lang.Object
lapisx.enum.FilteredEnumeration
- All Implemented Interfaces:
- Enumeration
- Direct Known Subclasses:
- LibraryGenerator, RelopGenerator
- public abstract class FilteredEnumeration
- extends Object
- implements Enumeration
Enumeration which transforms the elements of another enumeration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredEnumeration
public FilteredEnumeration(Enumeration e)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
yield
public void yield(Object obj)
transform
public abstract void transform(Object o)