interface ArrowValuedGraphHashedCreators
undocumented
Extends: ValuedGraphBase.Factory<Tp,UN>
Methods
builder
Returns an empty builder instance.
builder
createContext
Returns a new ArrowValuedGraphHashed context instance based on the given options
.
createContext
options
.defaultContext
Returns the default context for this type of graph.
defaultContext
empty
Returns the (singleton) empty instance of this type and context with given key and value types.
empty
from
Returns an immutable valued Graph, containing the graph elements from each of the given sources
.
from
sources
.of
Returns an immutable valued Graph instance containing the graph elements from the given graphElements
.
of
graphElements
.reducer
Returns a Reducer
that adds valued received graph elements to a ValuedGraph and returns the ValuedGraph as a result. When a source
is given, the reducer will first create a graph from the source, and then add graph elements to it.
reducer
Reducer
that adds valued received graph elements to a ValuedGraph and returns the ValuedGraph as a result. When a source
is given, the reducer will first create a graph from the source, and then add graph elements to it.