Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.2)

E26043-01


com.tangosol.util
Class BinaryRadixTree.AllKeyIterator

java.lang.Object
  extended by com.oracle.common.collections.AbstractStableIterator
      extended by com.tangosol.util.BinaryRadixTree.KeyIterator
          extended by com.tangosol.util.BinaryRadixTree.AllKeyIterator

All Implemented Interfaces:
java.util.Enumeration, 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
f_iter, f_predicate

 

Constructor Summary
BinaryRadixTree.AllKeyIterator()
          Default constructor.

 

Method Summary

 

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

 

Methods inherited from class com.oracle.common.collections.AbstractStableIterator
getPrevious, hasMoreElements, hasNext, next, nextElement, remove, remove, setNext

 

Constructor Detail

BinaryRadixTree.AllKeyIterator

public BinaryRadixTree.AllKeyIterator()
Default constructor.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.2)

E26043-01


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