Class B2ListKeysIterator

  • All Implemented Interfaces:
    java.util.Iterator<B2ApplicationKey>

    public class B2ListKeysIterator
    extends java.lang.Object
    implements java.util.Iterator<B2ApplicationKey>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      B2ApplicationKey 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, remove