|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.mn.communicator.PublicDirSearchReply
public class PublicDirSearchReply
This class represents an object that is contructed as a result of a reply from Gadu-Gadu's public directory.
It holds the collection of entries, each entry represents a single matched Gadu-Gadu user. These entries can be viewed through a public iterator.
Created on 2004-11-27
| Nested Class Summary | |
|---|---|
static class |
PublicDirSearchReply.Entry
|
| Constructor Summary | |
|---|---|
PublicDirSearchReply()
|
|
| Method Summary | |
|---|---|
PublicDirSearchReply.Entry |
createSearchEntry()
Method that creates a new entry and adds it to entries collection. |
java.lang.Integer |
getNextStart()
Returns nextStart. |
java.util.Iterator |
listResults()
Returns an unmodifiable iterator over search results entries. |
void |
setNextStart(java.lang.Integer nextStart)
Sets nextStart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublicDirSearchReply()
| Method Detail |
|---|
public PublicDirSearchReply.Entry createSearchEntry()
PublicDirSearchReply.Entry objectpublic java.util.Iterator listResults()
Iterator over search results entries.public void setNextStart(java.lang.Integer nextStart)
nextStart - public java.lang.Integer getNextStart()
Integer value that holds nextStart.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||