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