protected static class PajekNetReader.StartsWithPredicate
extends java.lang.Object
implements org.apache.commons.collections4.Predicate<java.lang.String>
true
if the
argument starts with the constructor-specified String.Modifier | Constructor and Description |
---|---|
protected |
PajekNetReader.StartsWithPredicate(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(java.lang.String str) |