Package toxi.sim.dla
Class PipelineOrder
java.lang.Object
toxi.sim.dla.PipelineOrder
- All Implemented Interfaces:
Comparator<Line3D>
A dummy comparator enforcing a FIFO order of segments, i.e. the order they
were added to the set.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PipelineOrder
public PipelineOrder()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Line3D>
-