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) |
java.util.List<O> |
toList() |
public ChainImpl(O root)