Uses of Interface
org.apache.graphar.stdcxx.StdUnorderedMap
-
Packages that use StdUnorderedMap Package Description org.apache.graphar.stdcxx org.apache.graphar.writers.builder -
-
Uses of StdUnorderedMap in org.apache.graphar.stdcxx
Methods in org.apache.graphar.stdcxx that return StdUnorderedMap Modifier and Type Method Description StdUnorderedMap<KEY_T,VALUE_T>StdUnorderedMap.Factory. create() -
Uses of StdUnorderedMap in org.apache.graphar.writers.builder
Methods in org.apache.graphar.writers.builder that return StdUnorderedMap Modifier and Type Method Description <T> StdUnorderedMap<StdString,T>Edge. getProperties()Get all properties of the edge.<T> StdUnorderedMap<StdString,T>Vertex. getProperties(T skipT)Get all properties of the vertex.
-