uka.util
Interface IntObjectHashBijection.Iterator

Enclosing interface:
IntObjectHashBijection

public static interface IntObjectHashBijection.Iterator


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

Method Detail

hasNext

public boolean hasNext()

getValue1

public int getValue1()

getValue2

public java.lang.Object getValue2()

remove

public void remove()

next

public void next()