public static class RBTree.RBTreeFastIterator<K extends Comparable<? super K>,V> extends Object implements FastIterator
FastIterator.IteratorAdapterEMPTY| Constructor and Description |
|---|
RBTreeFastIterator(RBTree.Node<K,V> lowerBound,
RBTree.Node<K,V> upperBound) |
| Modifier and Type | Method and Description |
|---|---|
RBTree.Node<K,V> |
checkUpperBound(RBTree.Node<K,V> current) |
boolean |
isFullIterator() |
Entry |
next(Entry object) |
public RBTreeFastIterator(RBTree.Node<K,V> lowerBound, RBTree.Node<K,V> upperBound)
public Entry next(Entry object)
next in interface FastIteratorpublic boolean isFullIterator()
isFullIterator in interface FastIteratorpublic RBTree.Node<K,V> checkUpperBound(RBTree.Node<K,V> current)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.