static <V> ElementOrder<V> |
ElementOrder.comparator(java.util.Comparator<V> comparator) |
Create an element order with a comparator
|
protected ElementOrder<V> |
BaseGraphAdapter.createVertexOrder(ElementOrderMethod<V> vertexOrderMethod) |
Create the internal vertex order implementation.
|
protected ElementOrder<V> |
BaseNetworkAdapter.createVertexOrder(ElementOrderMethod<V> vertexOrderMethod) |
Create the internal vertex order implementation.
|
protected ElementOrder<V> |
BaseValueGraphAdapter.createVertexOrder(ElementOrderMethod<V> vertexOrderMethod) |
Create the internal vertex order implementation.
|
static <V> ElementOrder<V> |
ElementOrder.internal() |
Create an internal element order which maintains a map from elements to long values.
|
static <V> ElementOrder<V> |
ElementOrder.natural() |
Create an element order with the natural ordering
|