com.ibm.itim.common
Class AttributeValueIterator

java.lang.Object
  |
  +--com.ibm.itim.common.AttributeValueIterator

public class AttributeValueIterator
extends java.lang.Object

Iterates over an AttributeValues object.


Constructor Summary
AttributeValueIterator(java.util.Map map)
          Creates new AttributeValueIterator.
 
Method Summary
 boolean hasNext()
          True if there is another element to be iterated over
 AttributeValue next()
          The next value in the sequence
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValueIterator

public AttributeValueIterator(java.util.Map map)
Creates new AttributeValueIterator. This should only be created by an AttributeValues object.

Parameters:
map - The map iterated over
Method Detail

hasNext

public boolean hasNext()
True if there is another element to be iterated over

Returns:
Whether there are more elements

next

public AttributeValue next()
The next value in the sequence

Returns:
The next AttributeValue in the sequence


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.