|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QueryInfo
jet.api.UnionInfos
public class UnionInfos
This class represents a packet which provides handy ways to manipulate And-information
| Constructor Summary | |
|---|---|
UnionInfos()
Constructor. |
|
UnionInfos(int capacity)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addUnionInfo(UnionInfo info)
Add a UnionInfo object. |
UnionInfo |
getUnionInfo(int index)
return a specific UnionInfo object |
UnionInfo[] |
getUnionInfos()
return all UnionInfo objects in the array |
boolean |
insertUnionInfo(UnionInfo info,
int index)
insert a UnionInfo object at the specific position |
| Methods inherited from class jet.api.QueryInfo |
|---|
getInfoNumber, indexOf, remove, remove, removeAll |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnionInfos()
public UnionInfos(int capacity)
capacity - initial capacity| Method Detail |
|---|
public void addUnionInfo(UnionInfo info)
info - the UnionInfo object to be added
public boolean insertUnionInfo(UnionInfo info,
int index)
info - the object to insertindex - where the object to be inserted
public UnionInfo getUnionInfo(int index)
index - where to find the UnionInfo object,index should be a digit between 0 and length-1
public UnionInfo[] getUnionInfos()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||