javax.wvcm
Interface ResourceList.ResponseIterator

Enclosing interface:
ResourceList

public static interface ResourceList.ResponseIterator

An iterator of the results of applying a method to each element of a ResourceList.

See Also:
Iterator

Method Summary
 boolean hasNext()
          Return whether the iteration has more elements.
 java.lang.Object next()
          Return the result of applying the method to the the next element of the input list.
 

Method Detail

hasNext

boolean hasNext()
Return whether the iteration has more elements.

See Also:
Iterator.hasNext()

next

java.lang.Object next()
                      throws WvcmException
Return the result of applying the method to the the next element of the input list.

Throws:
WvcmException
See Also:
Iterator.next()


Copyright (c) 2003 - Apache Software Foundation