Class 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.
    • Constructor Detail

      • SubSetIterator

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

      • 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>