public class AttributeValueIterator extends java.lang.Object implements java.util.Iterator<AttributeValue>
| Constructor and Description |
|---|
AttributeValueIterator(java.util.Map map)
Creates new AttributeValueIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
True if there is another element to be iterated over
|
AttributeValue |
next()
The next value in the sequence
|
void |
remove()
Not implemented
|
public AttributeValueIterator(java.util.Map map)
map - The map iterated overpublic boolean hasNext()
hasNext in interface java.util.Iterator<AttributeValue>public AttributeValue next()
next in interface java.util.Iterator<AttributeValue>public void remove()
remove in interface java.util.Iterator<AttributeValue>