Package edu.uci.ics.jung.io
Class PajekNetReader.ListTagPred
- java.lang.Object
-
- edu.uci.ics.jung.io.PajekNetReader.ListTagPred
-
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<java.lang.String>
protected static class PajekNetReader.ListTagPred extends java.lang.Object implements org.apache.commons.collections4.Predicate<java.lang.String>
A Predicate which evaluates totrue
if the argument ends with the string "list".
-
-
Field Summary
Fields Modifier and Type Field Description protected static PajekNetReader.ListTagPred
instance
-
Constructor Summary
Constructors Modifier Constructor Description protected
ListTagPred()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(java.lang.String s)
protected static PajekNetReader.ListTagPred
getInstance()
-
-
-
Field Detail
-
instance
protected static PajekNetReader.ListTagPred instance
-
-
Method Detail
-
getInstance
protected static PajekNetReader.ListTagPred getInstance()
-
evaluate
public boolean evaluate(java.lang.String s)
- Specified by:
evaluate
in interfaceorg.apache.commons.collections4.Predicate<java.lang.String>
-
-