Class PajekNetReader.ListTagPred

java.lang.Object
edu.uci.ics.jung.io.PajekNetReader.ListTagPred
All Implemented Interfaces:
com.google.common.base.Predicate<String>, Predicate<String>
Enclosing class:
PajekNetReader<G extends Graph<V,E>,V,E>

protected static class PajekNetReader.ListTagPred extends Object implements com.google.common.base.Predicate<String>
A Predicate which evaluates to true if the argument ends with the string "list".
  • Field Details

  • Constructor Details

    • ListTagPred

      protected ListTagPred()
  • Method Details