Home | History | Annotate | Download | only in util

Lines Matching defs:predecessor

1224             next = predecessor(e);
1721 next = predecessor(e);
2198 * Returns the predecessor of the specified Entry, or null if no such.
2200 static <K,V> TreeMapEntry<K,V> predecessor(TreeMapEntry<K,V> t) {
2877 current = predecessor(e);