public class ChainImpl<O> extends Object implements Chain<O>
| Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongCopyright © 2017. All rights reserved.