com.karneim.util.collection.set
Interface ISet_char.Iterator

Enclosing interface:
ISet_char

public static interface ISet_char.Iterator


Method Summary
 boolean hasNext()
           
 char next()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public char next()