@ProviderType
public interface EdgeVertices<V>
Modifier and Type | Method and Description |
---|---|
static <V> EdgeVertices<V> |
between(V from,
V to) |
static <V> EdgeVertices<V> |
between(V from,
V to,
java.util.Comparator<V> direction) |
V |
getFrom() |
V |
getTo() |
V getFrom()
V getTo()
static <V> EdgeVertices<V> between(V from, V to)
static <V> EdgeVertices<V> between(V from, V to, java.util.Comparator<V> direction)