Class BoxingArray
-
- All Implemented Interfaces:
-
pro.fessional.wings.testing.silencer.data.DefaultData
public class BoxingArray implements DefaultData<T>
- Since:
2024-06-05
trydofor
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BoxingArray()
-
Method Summary
-
-
Method Detail
-
getBoolArrNull
Array<Boolean> getBoolArrNull()
-
setBoolArrNull
void setBoolArrNull(Array<Boolean> boolArrNull)
-
getBoolArrEmpty
Array<Boolean> getBoolArrEmpty()
-
setBoolArrEmpty
void setBoolArrEmpty(Array<Boolean> boolArrEmpty)
-
getBoolArrValue
Array<Boolean> getBoolArrValue()
-
setBoolArrValue
void setBoolArrValue(Array<Boolean> boolArrValue)
-
getByteArrNull
Array<Byte> getByteArrNull()
-
setByteArrNull
void setByteArrNull(Array<Byte> byteArrNull)
-
getByteArrEmpty
Array<Byte> getByteArrEmpty()
-
setByteArrEmpty
void setByteArrEmpty(Array<Byte> byteArrEmpty)
-
getByteArrValue
Array<Byte> getByteArrValue()
-
setByteArrValue
void setByteArrValue(Array<Byte> byteArrValue)
-
getCharArrNull
Array<Character> getCharArrNull()
-
setCharArrNull
void setCharArrNull(Array<Character> charArrNull)
-
getCharArrEmpty
Array<Character> getCharArrEmpty()
-
setCharArrEmpty
void setCharArrEmpty(Array<Character> charArrEmpty)
-
getCharArrValue
Array<Character> getCharArrValue()
-
setCharArrValue
void setCharArrValue(Array<Character> charArrValue)
-
getShortArrNull
Array<Short> getShortArrNull()
-
setShortArrNull
void setShortArrNull(Array<Short> shortArrNull)
-
getShortArrEmpty
Array<Short> getShortArrEmpty()
-
setShortArrEmpty
void setShortArrEmpty(Array<Short> shortArrEmpty)
-
getShortArrValue
Array<Short> getShortArrValue()
-
setShortArrValue
void setShortArrValue(Array<Short> shortArrValue)
-
getIntArrNull
Array<Integer> getIntArrNull()
-
setIntArrNull
void setIntArrNull(Array<Integer> intArrNull)
-
getIntArrEmpty
Array<Integer> getIntArrEmpty()
-
setIntArrEmpty
void setIntArrEmpty(Array<Integer> intArrEmpty)
-
getIntArrValue
Array<Integer> getIntArrValue()
-
setIntArrValue
void setIntArrValue(Array<Integer> intArrValue)
-
getLongArrNull
Array<Long> getLongArrNull()
-
setLongArrNull
void setLongArrNull(Array<Long> longArrNull)
-
getLongArrEmpty
Array<Long> getLongArrEmpty()
-
setLongArrEmpty
void setLongArrEmpty(Array<Long> longArrEmpty)
-
getLongArrValue
Array<Long> getLongArrValue()
-
setLongArrValue
void setLongArrValue(Array<Long> longArrValue)
-
getFloatArrNull
Array<Float> getFloatArrNull()
-
setFloatArrNull
void setFloatArrNull(Array<Float> floatArrNull)
-
getFloatArrEmpty
Array<Float> getFloatArrEmpty()
-
setFloatArrEmpty
void setFloatArrEmpty(Array<Float> floatArrEmpty)
-
getFloatArrValue
Array<Float> getFloatArrValue()
-
setFloatArrValue
void setFloatArrValue(Array<Float> floatArrValue)
-
getDoubleArrNull
Array<Double> getDoubleArrNull()
-
setDoubleArrNull
void setDoubleArrNull(Array<Double> doubleArrNull)
-
getDoubleArrEmpty
Array<Double> getDoubleArrEmpty()
-
setDoubleArrEmpty
void setDoubleArrEmpty(Array<Double> doubleArrEmpty)
-
getDoubleArrValue
Array<Double> getDoubleArrValue()
-
setDoubleArrValue
void setDoubleArrValue(Array<Double> doubleArrValue)
-
defaults
BoxingArray defaults()
-
hashCode
int hashCode()
-
-
-
-