Class FlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator<V>

  • All Implemented Interfaces:
    java.util.Iterator<V>
    Enclosing class:
    FlatCollectBooleanToObjectIterable<V>

    private final class FlatCollectBooleanToObjectIterable.FlatCollectBooleanIterator<V>
    extends java.lang.Object
    implements java.util.Iterator<V>
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<V>
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<V>
      • next

        public V next()
        Specified by:
        next in interface java.util.Iterator<V>