|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.physics.predicate.Filter
An enumeration that filters an input enumeration to only accept items that are accepted by a given predicate.
Constructor Summary | |
Filter(java.util.Enumeration e,
Predicate p)
|
Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Filter(java.util.Enumeration e, Predicate p)
Method Detail |
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |