Package edu.uci.ics.jung.io
Class PajekNetReader.StartsWithPredicate
java.lang.Object
edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
protected static class PajekNetReader.StartsWithPredicate
extends Object
implements com.google.common.base.Predicate<String>
A Predicate which evaluates to
true if the
argument starts with the constructor-specified String.- Author:
- Joshua O'Madadhain
-
Constructor Details
-
StartsWithPredicate
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<String>
-