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