java.util.Iterator<L>public class ConvertingIterator<K,L>
extends java.lang.Object
implements java.util.Iterator<L>
| Constructor | Description | 
|---|---|
| ConvertingIterator(java.util.Iterator<K> eset,
                  Converter<K,L> conv) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | hasNext() | |
| L | next() | |
| void | remove() |