public class ChainImpl<O> extends Object implements Chain<O>
Modifier and Type | Method and Description |
---|---|
int |
compare(O a,
O b) |
boolean |
contains(O data) |
Navigator<O> |
navigator(O data) |
boolean |
remove(O data) |
List<O> |
toList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Copyright © 2017. All Rights Reserved.