Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Class BinaryRadixTree.AllKeyIterator

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.AbstractStableIterator
          extended by com.tangosol.util.BinaryRadixTree.KeyIterator
              extended by com.tangosol.util.BinaryRadixTree.AllKeyIterator

All Implemented Interfaces:
java.util.Iterator
Enclosing class:
BinaryRadixTree

protected class BinaryRadixTree.AllKeyIterator
extends BinaryRadixTree.KeyIterator

An Iterator that iterates all of the Binary keys in the radix tree.


Field Summary

 

Fields inherited from class com.tangosol.util.BinaryRadixTree.KeyIterator
m_iter

 

Constructor Summary
protected BinaryRadixTree.AllKeyIterator()
           

 

Method Summary
protected  boolean includeNode(com.tangosol.util.BinaryRadixTree.Node node)
          Determine if the specified Node should be included in the Iterator.

 

Methods inherited from class com.tangosol.util.BinaryRadixTree.KeyIterator
advance, append, getEstimatedSize, remove

 

Methods inherited from class com.tangosol.util.AbstractStableIterator
getPrevious, hasNext, next, remove, remove, setNext

 

Constructor Detail

BinaryRadixTree.AllKeyIterator

protected BinaryRadixTree.AllKeyIterator()

Method Detail

includeNode

protected boolean includeNode(com.tangosol.util.BinaryRadixTree.Node node)
Determine if the specified Node should be included in the Iterator.
Specified by:
includeNode in class BinaryRadixTree.KeyIterator
Parameters:
node - a Node in the radix tree
Returns:
true iff the Node should be included in the Iterator

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.