|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.DavResourceIteratorImpl
public class DavResourceIteratorImpl
DavResourceIteratorImpl implementation of the DavResourceIterator
interface.
NOTE: remove() is not implemented.
| Constructor Summary | |
|---|---|
DavResourceIteratorImpl(List list)
Create a new DavResourceIterator from the specified list. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Object |
next()
|
DavResource |
nextResource()
Returns the next DavResource in the iterator |
void |
remove()
|
int |
size()
Returns the size of the initial list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DavResourceIteratorImpl(List list)
list - | Method Detail |
|---|
public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public DavResource nextResource()
DavResourceIteratorDavResource in the iterator
nextResource in interface DavResourceIteratorDavResourceDavResourceIterator.nextResource()public int size()
size in interface DavResourceIteratorDavResourceIterator.size()public void remove()
remove in interface IteratorIterator.remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||