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