|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectapplicationLogic.utility.IntArrayWrapper
public class IntArrayWrapper
Wrapper for int[].
| Constructor Summary | |
|---|---|
IntArrayWrapper(int[] intArr)
Initialize int array. |
|
| Method Summary | |
|---|---|
int[] |
getIntArr()
Get int array. |
void |
setIntArr(int[] intArr)
Set int array. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntArrayWrapper(int[] intArr)
intArr - int array to be wrapped in this object.| Method Detail |
|---|
public void setIntArr(int[] intArr)
intArr - int array to be wrapped in this object.public int[] getIntArr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||