public class BaseCitationService.BasicCitationCollection.BasicIterator extends Object implements CitationIterator
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstItem |
protected int |
lastItem |
protected List |
listOfKeys |
protected int |
nextItem |
| Constructor and Description |
|---|
BasicIterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getPageSize() |
int |
getStart() |
boolean |
hasNext() |
boolean |
hasNextPage() |
boolean |
hasPreviousPage() |
Object |
next() |
void |
nextPage() |
void |
previousPage() |
void |
remove() |
protected void |
setIndexes() |
void |
setOrder(Comparator comparator) |
void |
setPageSize(int size) |
void |
setStart(int i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected List listOfKeys
protected int firstItem
protected int nextItem
protected int lastItem
public int getPageSize()
getPageSize in interface CitationIteratorpublic boolean hasNextPage()
hasNextPage in interface CitationIteratorpublic boolean hasPreviousPage()
hasPreviousPage in interface CitationIteratorpublic void nextPage()
nextPage in interface CitationIteratorpublic void previousPage()
previousPage in interface CitationIteratorprotected void setIndexes()
public void setOrder(Comparator comparator)
setOrder in interface CitationIteratorpublic void setPageSize(int size)
setPageSize in interface CitationIteratorpublic int getStart()
getStart in interface CitationIteratorpublic int getEnd()
getEnd in interface CitationIteratorpublic void setStart(int i)
setStart in interface CitationIteratorCopyright © 2003–2016 The Sakai Foundation. All rights reserved.