protected static class PajekNetReader.ListTagPred
extends java.lang.Object
implements org.apache.commons.collections4.Predicate<java.lang.String>
true
if the
argument ends with the string "list".Modifier and Type | Field and Description |
---|---|
protected static PajekNetReader.ListTagPred |
instance |
Modifier | Constructor and Description |
---|---|
protected |
PajekNetReader.ListTagPred() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(java.lang.String s) |
protected static PajekNetReader.ListTagPred |
getInstance() |
protected static PajekNetReader.ListTagPred instance
protected static PajekNetReader.ListTagPred getInstance()
public boolean evaluate(java.lang.String s)
evaluate
in interface org.apache.commons.collections4.Predicate<java.lang.String>