|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DavResourceIterator
DavResourceIterator extends the Iterator interface. Additional
METHODS allow to retrieve the next DavResource from the iterator
and the iterators size.
| Method Summary | |
|---|---|
DavResource |
nextResource()
Returns the next DavResource in the iterator |
int |
size()
Return the number of DavResources in the iterator. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
DavResource nextResource()
DavResource in the iterator
DavResourceint size()
DavResources in the iterator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||