Class CredentialsDescription.LoginParameterIterator

  • All Implemented Interfaces:
    java.util.Iterator
    Enclosing class:
    CredentialsDescription

    protected static class CredentialsDescription.LoginParameterIterator
    extends java.lang.Object
    implements java.util.Iterator
    LoginParameter iterator
    • Method Detail

      • findNextOne

        protected void findNextOne()
        Find next one
      • hasNext

        public boolean hasNext()
        Check for next
        Specified by:
        hasNext in interface java.util.Iterator
      • next

        public java.lang.Object next()
        Get the next one
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator