Uses of Class
org.jgrapht.graph.guava.ElementOrder
Packages that use ElementOrder
Package
Description
-
Uses of ElementOrder in org.jgrapht.graph.guava
Fields in org.jgrapht.graph.guava declared as ElementOrderModifier and TypeFieldDescriptionprotected ElementOrder
<V> BaseGraphAdapter.vertexOrder
protected ElementOrder
<V> BaseNetworkAdapter.vertexOrder
protected ElementOrder
<V> BaseValueGraphAdapter.vertexOrder
Methods in org.jgrapht.graph.guava that return ElementOrderModifier and TypeMethodDescriptionstatic <V> ElementOrder
<V> ElementOrder.comparator
(Comparator<V> comparator) Create an element order with a comparatorprotected 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