- length() - Method in class ej.bon.ResourceArray
-
Gets the number of elements contained in the array (not the size in bytes).
- limit(int, int, int) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(float, float, float) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(long, long, long) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(double, double, double) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
-
Access mode little endian.
- log(double) - Static method in class ej.bon.XMath
-
- LONG_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a long.