edu.uci.ics.jung.io
Class PajekNetReader.StartsWithPredicate
java.lang.Object
edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
- Enclosing class:
- PajekNetReader<G extends Graph<V,E>,V,E>
protected static class PajekNetReader.StartsWithPredicate
- extends Object
A Predicate which evaluates to true
if the
argument starts with the constructor-specified String.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PajekNetReader.StartsWithPredicate
protected PajekNetReader.StartsWithPredicate(String s)
evaluate
public boolean evaluate(String str)
Copyright © 2010 null. All Rights Reserved.