|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QueryInfo
public class QueryInfo
This class is the base class of all query-concerned classes. it represents a packet which provides basic operations to manipulate query infos
| Method Summary | |
|---|---|
int |
getInfoNumber()
return the number of the elements |
int |
indexOf(java.lang.Object info)
return where the specific object is |
boolean |
remove(int index)
remove a element from the array |
boolean |
remove(java.lang.Object info)
delete a given object from the array |
void |
removeAll()
delete all objects from the array |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean remove(java.lang.Object info)
info - the object to be deletedpublic boolean remove(int index)
index - where the object to be removedpublic void removeAll()
public int indexOf(java.lang.Object info)
info - the object to be looked for
public int getInfoNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||