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