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".
Author:
Joshua O'Madadhain
  • Field Details

  • Constructor Details

    • ListTagPred

      protected ListTagPred()
  • Method Details

    • getInstance

      protected static PajekNetReader.ListTagPred getInstance()
    • apply

      public boolean apply(String s)
      Specified by:
      apply in interface com.google.common.base.Predicate<String>
    • test

      public boolean test(String s)
      Specified by:
      test in interface com.google.common.base.Predicate<String>
      Specified by:
      test in interface Predicate<String>