Class MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator

java.lang.Object
com.tangosol.util.MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator
All Implemented Interfaces:
Iterator<Binary>
Enclosing class:
MultiBinaryLongMap.WrapperBinaryLongMap

protected class MultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator extends Object implements Iterator<Binary>
A wrapper key Iterator that implements Iterator.remove() by coming back through the WrapperBinaryLongMap's MultiBinaryLongMap.WrapperBinaryLongMap.remove(Binary) method.
  • Constructor Details

    • WrapperIterator

      public WrapperIterator(Iterator<Binary> iter)
      Construct a WrapperIterator.
      Parameters:
      iter - the underlying Iterator
  • Method Details