|
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 | |||||||||
public interface QueryResultSet<T>
| Method Summary | |
|---|---|
T |
nextRecord()
A strongly-typed variant of next(). |
T |
prevRecord()
A strongly-typed variant of prev(). |
| Methods inherited from interface net.java.sip.communicator.service.history.BidirectionalIterator |
|---|
hasPrev, prev |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
T nextRecord()
throws NoSuchElementException
NoSuchElementException - iteration has no more elements.
T prevRecord()
throws NoSuchElementException
NoSuchElementException - iteration has no more elements.
|
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 | |||||||||