Package net.sourceforge.plantuml.bpm
Interface Chain<O>
-
- All Superinterfaces:
Comparator<O>
- All Known Implementing Classes:
ChainImpl
public interface Chain<O> extends Comparator<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contains(O data)
Navigator<O>
navigator(O data)
boolean
remove(O data)
List<O>
toList()
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-