org.schwiebert.abl4j.align
Class AllAlignment.In<E>
java.lang.Object
org.schwiebert.abl4j.align.AllAlignment.In<E>
- All Implemented Interfaces:
- Predicate<E>
- Enclosing class:
- AllAlignment
final class AllAlignment.In<E>
- extends Object
- implements Predicate<E>
|
Method Summary |
boolean |
matches(E e)
Returns true if the Predicate is true for Element e, false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elem
final Vector<E> elem
AllAlignment.In
public AllAlignment.In(Vector<E> e)
matches
public boolean matches(E e)
- Description copied from interface:
Predicate
- Returns true if the Predicate is true for Element e, false otherwise.
- Specified by:
matches in interface Predicate<E>
- Parameters:
e - an Element
- Returns:
- true or false
© 2007 Stephan Schwiebert