Package net.sourceforge.plantuml.bpm
Class ChainImpl<O>
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.ChainImpl<O>
-
- All Implemented Interfaces:
Comparator<O>
,Chain<O>
public class ChainImpl<O> extends Object implements Chain<O>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChainImpl<O>
cloneMe()
int
compare(O a, O b)
boolean
contains(O data)
Navigator<O>
navigator(O data)
boolean
remove(O data)
List<O>
toList()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-