|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.callbackparams.combine.ValuesCollection
public class ValuesCollection
A collection of arrays of callback-values. CombineStrategy implementations will create their callback-records in a manner that makes each callback-record contain exactly one callback-value from each array.
Constructor Summary | |
---|---|
ValuesCollection()
|
Method Summary | |
---|---|
void |
add(Object[] valuesArray)
Attaches the specified array of callback-values at the end of this ValuesCollection. |
Object[] |
get(int index)
Returns the array that contains the callback-values available for the specified index of the callback-records created from this ValuesCollection instance. |
int |
size()
Returns the number of arrays of callback-values in this ValuesCollection instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValuesCollection()
Method Detail |
---|
public void add(Object[] valuesArray)
public Object[] get(int index)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |