public static class RBTree.RBTreeFastIterator<K extends Comparable<? super K>,V> extends Object implements FastIterator
FastIterator.IteratorAdapter
EMPTY
Constructor and Description |
---|
RBTreeFastIterator(RBTree.Node<K,V> lowerBound,
RBTree.Node<K,V> upperBound) |
Modifier and Type | Method and Description |
---|---|
RBTree.Node<K,V> |
checkUpperBound(RBTree.Node<K,V> current) |
boolean |
isFullIterator() |
Entry |
next(Entry object) |
public RBTreeFastIterator(RBTree.Node<K,V> lowerBound, RBTree.Node<K,V> upperBound)
public Entry next(Entry object)
next
in interface FastIterator
public boolean isFullIterator()
isFullIterator
in interface FastIterator
public RBTree.Node<K,V> checkUpperBound(RBTree.Node<K,V> current)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.