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