| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
defaultBoolean |
false |
public static final byte |
defaultByte |
0 |
public static final char |
defaultCharacter |
0 |
public static final double |
defaultDouble |
0.0 |
public static final float |
defaultFloat |
0.0f |
public static final int |
defaultInteger |
0 |
public static final long |
defaultLong |
0L |
public static final byte |
defaultShort |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LAction: void execute()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiConsumer: void accept(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LConsumer: void accept(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTriConsumer: void accept(T1 a1,T2 a2,T3 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolConsumer: void accept(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteConsumer: void accept(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharConsumer: void accept(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblConsumer: void accept(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltConsumer: void accept(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntConsumer: void accept(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongConsumer: void accept(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtConsumer: void accept(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiBoolConsumer: void accept(boolean a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiByteConsumer: void accept(byte a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiCharConsumer: void accept(char a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiDblConsumer: void accept(double a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiFltConsumer: void accept(float a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiIntConsumer: void accept(int a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiLongConsumer: void accept(long a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiSrtConsumer: void accept(short a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolIntConsumer: void accept(boolean a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteIntConsumer: void accept(byte a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharIntConsumer: void accept(char a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblIntConsumer: void accept(double a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltIntConsumer: void accept(float a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongIntConsumer: void accept(long a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtIntConsumer: void accept(short a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjBoolConsumer: void accept(T1 a1,T2 a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjByteConsumer: void accept(T1 a1,T2 a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjCharConsumer: void accept(T1 a1,T2 a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjDblConsumer: void accept(T1 a1,T2 a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjFltConsumer: void accept(T1 a1,T2 a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjIntConsumer: void accept(T1 a1,T2 a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjLongConsumer: void accept(T1 a1,T2 a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjSrtConsumer: void accept(T1 a1,T2 a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBoolConsumer: void accept(T a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjByteConsumer: void accept(T a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjCharConsumer: void accept(T a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjDblConsumer: void accept(T a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjFltConsumer: void accept(T a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntConsumer: void accept(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjLongConsumer: void accept(T a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjSrtConsumer: void accept(T a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieBoolConsumer: void accept(T a1,int a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieByteConsumer: void accept(T a1,int a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieCharConsumer: void accept(T a1,int a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieConsumer: void accept(T1 a1,int a2,T2 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieDblConsumer: void accept(T a1,int a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieFltConsumer: void accept(T a1,int a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieIntConsumer: void accept(T a1,int a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieLongConsumer: void accept(T a1,int a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieSrtConsumer: void accept(T a1,int a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTriBoolConsumer: void accept(boolean a1,boolean a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiFunction: R apply(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFunction: R apply(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTriFunction: R apply(T1 a1,T2 a2,T3 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToByteFunction: byte applyAsByte(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToCharFunction: char applyAsChar(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToDblFunction: double applyAsDbl(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToFltFunction: float applyAsFlt(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToIntFunction: int applyAsInt(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToLongFunction: long applyAsLong(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolToSrtFunction: short applyAsSrt(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToCharFunction: char applyAsChar(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToDblFunction: double applyAsDbl(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToFltFunction: float applyAsFlt(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToIntFunction: int applyAsInt(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToLongFunction: long applyAsLong(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteToSrtFunction: short applyAsSrt(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToByteFunction: byte applyAsByte(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToDblFunction: double applyAsDbl(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToFltFunction: float applyAsFlt(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToIntFunction: int applyAsInt(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToLongFunction: long applyAsLong(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharToSrtFunction: short applyAsSrt(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToByteFunction: byte applyAsByte(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToCharFunction: char applyAsChar(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToFltFunction: float applyAsFlt(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToIntFunction: int applyAsInt(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToLongFunction: long applyAsLong(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblToSrtFunction: short applyAsSrt(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToByteFunction: byte applyAsByte(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToCharFunction: char applyAsChar(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToDblFunction: double applyAsDbl(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToIntFunction: int applyAsInt(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToLongFunction: long applyAsLong(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltToSrtFunction: short applyAsSrt(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToByteFunction: byte applyAsByte(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToCharFunction: char applyAsChar(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToDblFunction: double applyAsDbl(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToFltFunction: float applyAsFlt(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToLongFunction: long applyAsLong(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntToSrtFunction: short applyAsSrt(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToByteFunction: byte applyAsByte(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToCharFunction: char applyAsChar(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToDblFunction: double applyAsDbl(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToFltFunction: float applyAsFlt(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToIntFunction: int applyAsInt(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongToSrtFunction: short applyAsSrt(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToByteFunction: byte applyAsByte(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToCharFunction: char applyAsChar(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToDblFunction: double applyAsDbl(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToFltFunction: float applyAsFlt(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToIntFunction: int applyAsInt(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtToLongFunction: long applyAsLong(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiBoolFunction: R apply(boolean a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiByteFunction: R apply(byte a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiCharFunction: R apply(char a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiDblFunction: R apply(double a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiFltFunction: R apply(float a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiIntFunction: R apply(int a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiLongFunction: R apply(long a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjBoolFunction: R apply(T1 a1,T2 a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjByteFunction: R apply(T1 a1,T2 a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjCharFunction: R apply(T1 a1,T2 a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjDblFunction: R apply(T1 a1,T2 a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjFltFunction: R apply(T1 a1,T2 a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjIntFunction: R apply(T1 a1,T2 a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjLongFunction: R apply(T1 a1,T2 a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjSrtFunction: R apply(T1 a1,T2 a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiSrtFunction: R apply(short a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolFunction: R apply(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteFunction: R apply(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharFunction: R apply(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblFunction: R apply(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltFunction: R apply(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntFunction: R apply(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongFunction: R apply(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBiIntFunction: R apply(T a1,int a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBoolFunction: R apply(T a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjByteFunction: R apply(T a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjCharFunction: R apply(T a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjDblFunction: R apply(T a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjFltFunction: R apply(T a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntBoolFunction: R apply(T a1,int a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntByteFunction: R apply(T a1,int a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntCharFunction: R apply(T a1,int a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntDblFunction: R apply(T a1,int a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntFltFunction: R apply(T a1,int a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntLongFunction: R apply(T a1,int a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntObjFunction: R apply(T1 a1,int a2,T2 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntSrtFunction: R apply(T a1,int a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjLongFunction: R apply(T a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjSrtFunction: R apply(T a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiFunction: R apply(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtFunction: R apply(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTriBoolFunction: R apply(boolean a1,boolean a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToByteFunction: byte applyAsByte(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToCharFunction: char applyAsChar(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToDblFunction: double applyAsDbl(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToFltFunction: float applyAsFlt(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToIntFunction: int applyAsInt(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToLongFunction: long applyAsLong(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LOiToSrtFunction: short applyAsSrt(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieBoolFunction: int applyAsInt(T a1,int a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieByteFunction: int applyAsInt(T a1,int a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieCharFunction: int applyAsInt(T a1,int a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieDblFunction: int applyAsInt(T a1,int a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieFltFunction: int applyAsInt(T a1,int a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieFunction: int applyAsInt(T1 a1,int a2,T2 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieIntFunction: int applyAsInt(T a1,int a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieLongFunction: int applyAsInt(T a1,int a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTieSrtFunction: int applyAsInt(T a1,int a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToByteBiFunction: byte applyAsByte(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToByteFunction: byte applyAsByte(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToCharBiFunction: char applyAsChar(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToCharFunction: char applyAsChar(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToDblBiFunction: double applyAsDbl(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToDblFunction: double applyAsDbl(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToFltBiFunction: float applyAsFlt(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToFltFunction: float applyAsFlt(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToIntBiFunction: int applyAsInt(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToIntFunction: int applyAsInt(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToIntTriFunction: int applyAsInt(T1 a1,T2 a2,T3 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToLongBiFunction: long applyAsLong(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToLongFunction: long applyAsLong(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToSrtBiFunction: short applyAsSrt(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LToSrtFunction: short applyAsSrt(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBinaryOperator: T apply(T a1,T a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteBinaryOperator: byte applyAsByte(byte a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharBinaryOperator: char applyAsChar(char a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblBinaryOperator: double applyAsDbl(double a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltBinaryOperator: float applyAsFlt(float a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntBinaryOperator: int applyAsInt(int a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLogicalBinaryOperator: boolean apply(boolean a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongBinaryOperator: long applyAsLong(long a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtBinaryOperator: short applyAsSrt(short a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLogicalTernaryOperator: boolean apply(boolean a1,boolean a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTernaryOperator: T apply(T a1,T a2,T a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteUnaryOperator: byte applyAsByte(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharUnaryOperator: char applyAsChar(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblUnaryOperator: double applyAsDbl(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltUnaryOperator: float applyAsFlt(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntUnaryOperator: int applyAsInt(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLogicalOperator: boolean apply(boolean a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongUnaryOperator: long applyAsLong(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtUnaryOperator: short applyAsSrt(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LUnaryOperator: T apply(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiBytePredicate: boolean test(byte a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiCharPredicate: boolean test(char a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiDblPredicate: boolean test(double a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiFltPredicate: boolean test(float a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiIntPredicate: boolean test(int a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiLongPredicate: boolean test(long a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjBoolPredicate: boolean test(T1 a1,T2 a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjBytePredicate: boolean test(T1 a1,T2 a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjCharPredicate: boolean test(T1 a1,T2 a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjDblPredicate: boolean test(T1 a1,T2 a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjFltPredicate: boolean test(T1 a1,T2 a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjIntPredicate: boolean test(T1 a1,T2 a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjLongPredicate: boolean test(T1 a1,T2 a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiObjSrtPredicate: boolean test(T1 a1,T2 a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiPredicate: boolean test(T1 a1,T2 a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBiSrtPredicate: boolean test(short a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolIntPredicate: boolean test(boolean a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteIntPredicate: boolean test(byte a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBytePredicate: boolean test(byte a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharIntPredicate: boolean test(char a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharPredicate: boolean test(char a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblIntPredicate: boolean test(double a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblPredicate: boolean test(double a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltIntPredicate: boolean test(float a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltPredicate: boolean test(float a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntPredicate: boolean test(int a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongIntPredicate: boolean test(long a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongPredicate: boolean test(long a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBiIntPredicate: boolean test(T a1,int a2,int a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBoolPredicate: boolean test(T a1,boolean a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjBytePredicate: boolean test(T a1,byte a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjCharPredicate: boolean test(T a1,char a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjDblPredicate: boolean test(T a1,double a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjFltPredicate: boolean test(T a1,float a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntBoolPredicate: boolean test(T a1,int a2,boolean a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntBytePredicate: boolean test(T a1,int a2,byte a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntCharPredicate: boolean test(T a1,int a2,char a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntDblPredicate: boolean test(T a1,int a2,double a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntFltPredicate: boolean test(T a1,int a2,float a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntLongPredicate: boolean test(T a1,int a2,long a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntObjPredicate: boolean test(T1 a1,int a2,T2 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntPredicate: boolean test(T a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjIntSrtPredicate: boolean test(T a1,int a2,short a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjLongPredicate: boolean test(T a1,long a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LObjSrtPredicate: boolean test(T a1,short a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LPredicate: boolean test(T a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtIntPredicate: boolean test(short a1,int a2)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtPredicate: boolean test(short a)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LTriPredicate: boolean test(T1 a1,T2 a2,T3 a3)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LBoolSupplier: boolean getAsBool()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LByteSupplier: byte getAsByte()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LCharSupplier: char getAsChar()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LDblSupplier: double getAsDbl()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LFltSupplier: float getAsFlt()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LIntSupplier: int getAsInt()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LLongSupplier: long getAsLong()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSrtSupplier: short getAsSrt()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"LSupplier: T get()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SIZE |
3 |
Copyright © 2019. All rights reserved.