public class JavaCollectionAdapter.ValueIterator extends java.lang.Object implements java.util.Iterator<Value>
| Constructor and Description | 
|---|
| ValueIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| Value | next() | 
| void | remove() |