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