Bouncy Castle Cryptography 1.27

java.util
Interface Iterator

All Known Subinterfaces:
ListIterator

public interface Iterator


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Throws:
java.util.NoSuchElementException

remove

public void remove()
            throws UnsupportedOperationException,
                   java.lang.IllegalStateException
Throws:
UnsupportedOperationException
java.lang.IllegalStateException

Bouncy Castle Cryptography 1.27