Bouncy Castle Cryptography 1.21

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
java.util.NoSuchElementException

remove

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

Bouncy Castle Cryptography 1.21