uka.util
Interface ObjectObjectHashBijection.Iterator

Enclosing interface:
ObjectObjectHashBijection

public static interface ObjectObjectHashBijection.Iterator


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

Method Detail

hasNext

public boolean hasNext()

getValue1

public java.lang.Object getValue1()

getValue2

public java.lang.Object getValue2()

remove

public void remove()

next

public void next()