Skip navigation links

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

E47890-01


com.tangosol.util
Class MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator

java.lang.Object
  extended by com.tangosol.util.MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator

All Implemented Interfaces:
java.util.Iterator
Enclosing class:
MultiBinaryLongMap.WrapperBinaryLongMap

protected class MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator
extends java.lang.Object
implements java.util.Iterator

A wrapper key Iterator that implements Iterator.remove() by coming back through the WrapperBinaryLongMap's MultiBinaryLongMap.WrapperBinaryLongMap.remove(Binary) method.


Constructor Summary
MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator(java.util.Iterator iter)
          Construct a WrapperIterator.

 

Method Summary
 boolean hasNext()
          
 Binary next()
          
 void remove()
          

 

Constructor Detail

MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator

public MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator(java.util.Iterator iter)
Construct a WrapperIterator.
Parameters:
iter - the underlying Iterator

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public Binary next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

Skip navigation links

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

E47890-01


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