|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface ItemsIterator<T>
Common iterator for CMIS items.
| Method Summary | |
|---|---|
int |
size()
Get total number of items in iterator. |
void |
skip(int skip)
Skip specified number of element in collection. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
void skip(int skip)
throws NoSuchElementException
skip - the number of items to skip
NoSuchElementException - if skipped past the last item in the
iteratorint size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||