protected class ComparableRedBlackTree.ComparableEntries extends BaseRedBlackTree.Entries
| Modifier | Constructor and Description |
|---|---|
protected |
ComparableEntries() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(N t) |
boolean |
contains(java.lang.Object o) |
clear, iterator, remove, removeAll, retainAll, sizeaddAll, containsAll, isEmpty, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic boolean add(N t)
add in interface java.util.Collection<N extends RedBlackNode<N> & java.lang.Comparable<N>>add in class BaseRedBlackTree.Entriespublic boolean contains(java.lang.Object o)
contains in interface java.util.Collection<N extends RedBlackNode<N> & java.lang.Comparable<N>>contains in class BaseRedBlackTree.Entries