public static class TupleRBTree.RangeFastIterator<K extends Comparable<? super K>> extends Object implements FastIterator
FastIterator.IteratorAdapter
EMPTY
Constructor and Description |
---|
TupleRBTree.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 TupleRBTree.RangeFastIterator(TupleRBTree.Node<K> lowerNearest, TupleRBTree.Node<K> upperNearest)
public Entry next(Entry object)
next
in interface FastIterator
public boolean isFullIterator()
isFullIterator
in interface FastIterator
public TupleRBTree.Node<K> checkUpperBound(TupleRBTree.Node<K> current)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.