Class Model
java.lang.Object
test.Model
-
Field Details
-
hello
-
x
public int x -
array
public int[] array -
type
-
booleanArray
public boolean[] booleanArray -
byteArray
public byte[] byteArray -
shortArray
public short[] shortArray -
intArray
public int[] intArray -
longArray
public long[] longArray -
floatArray
public float[] floatArray -
doubleArray
public double[] doubleArray -
list
-
arrayList
-
set
-
collection
-
iterable
-
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
getAnotherWorld
-
setX
public void setX(int amount) -
isCaseA
public boolean isCaseA() -
isCaseB
public boolean isCaseB() -
getThatThrows
-