public static class Parsers.EdgeParser<K,V> extends Object implements Parser<EdgeWithValue<K,V>>
EdgeParser(Parser<K> sourceIdParser, Parser<K> targetIdParser, Parser<V> valueParser)
EdgeWithValue<K,V>
parse(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EdgeParser(Parser<K> sourceIdParser, Parser<K> targetIdParser, Parser<V> valueParser)
public EdgeWithValue<K,V> parse(String s)
parse
Parser<EdgeWithValue<K,V>>
Copyright © 2020. All rights reserved.