Class B2ListPartsIterableBase.IterBase

  • All Implemented Interfaces:
    java.util.Iterator<B2Part>
    Enclosing class:
    B2ListPartsIterableBase

    protected abstract class B2ListPartsIterableBase.IterBase
    extends java.lang.Object
    implements java.util.Iterator<B2Part>
    • Method Detail

      • hasNext

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

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