Module org.jgrapht.core
Package org.jgrapht.alg.cycle
Class AhujaOrlinSharmaCyclicExchangeLocalAugmentation.PathSetKey<V>
- java.lang.Object
-
- org.jgrapht.alg.cycle.AhujaOrlinSharmaCyclicExchangeLocalAugmentation.PathSetKey<V>
-
- Type Parameters:
V
- the vertex type
- Enclosing class:
- AhujaOrlinSharmaCyclicExchangeLocalAugmentation<V,E>
private class AhujaOrlinSharmaCyclicExchangeLocalAugmentation.PathSetKey<V> extends java.lang.Object
Implementation of a key for the path maps. It is used in AhujaOrlinSharmaCyclicExchangeLocalAugmentation to efficiently maintain the path sets in the calculation.- Since:
- June 7, 2018
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PathSetKey(V head, V tail, java.util.Set<java.lang.Integer> labels)
Constructs a new PathSetKey object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-