|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.history.DefaultQueryResultSet<T>
public class DefaultQueryResultSet<T>
| Constructor Summary | |
|---|---|
DefaultQueryResultSet(Vector<T> records)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
boolean |
hasPrev()
Returns true if the iteration has elements preceeding the current one. |
T |
next()
|
T |
nextRecord()
A strongly-typed variant of next(). |
T |
prev()
Returns the previous element in the iteration. |
T |
prevRecord()
A strongly-typed variant of prev(). |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultQueryResultSet(Vector<T> records)
| Method Detail |
|---|
public T nextRecord()
throws NoSuchElementException
QueryResultSet
nextRecord in interface QueryResultSet<T>NoSuchElementException - iteration has no more elements.
public T prevRecord()
throws NoSuchElementException
QueryResultSet
prevRecord in interface QueryResultSet<T>NoSuchElementException - iteration has no more elements.public boolean hasPrev()
BidirectionalIterator
hasPrev in interface BidirectionalIterator<T>
public T prev()
throws NoSuchElementException
BidirectionalIterator
prev in interface BidirectionalIterator<T>NoSuchElementException - iteration has no more elements.public boolean hasNext()
hasNext in interface Iterator<T>public T next()
next in interface Iterator<T>
public void remove()
throws UnsupportedOperationException
remove in interface Iterator<T>UnsupportedOperationException
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||