uka.util
Interface IntIntHashBijection.Iterator

Enclosing interface:
IntIntHashBijection

public static interface IntIntHashBijection.Iterator


Method Summary
 int getValue1()
           
 int getValue2()
           
 boolean hasNext()
           
 void next()
           
 void remove()
           
 

Method Detail

hasNext

public boolean hasNext()

getValue1

public int getValue1()

getValue2

public int getValue2()

remove

public void remove()

next

public void next()