Class SubSet.SubSetIterator

java.lang.Object
com.oracle.coherence.common.collections.PredicateIterator<E>
com.tangosol.util.SubSet.SubSetIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
SubSet<E>

protected class SubSet.SubSetIterator extends com.oracle.coherence.common.collections.PredicateIterator<E>
Iterator for the contents of a subset in the "removed" mode.
  • Field Summary

    Fields inherited from class com.oracle.coherence.common.collections.PredicateIterator

    m_fNext, m_fPrev, m_iter, m_next, m_test
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Construct an iterator for a subset.
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods inherited from class com.oracle.coherence.common.collections.PredicateIterator

    hasNext, next

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining
  • Constructor Details

    • SubSetIterator

      protected SubSetIterator()
      Construct an iterator for a subset.
  • Method Details

    • remove

      public void remove()
      Description copied from class: com.oracle.coherence.common.collections.PredicateIterator
      Specified by:
      remove in interface Iterator<E>
      Overrides:
      remove in class com.oracle.coherence.common.collections.PredicateIterator<E>