- setBooleanProperty(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
-
Sets a boolean value in a bit field.
- setBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
-
Forces the boolean to true in a bit field.
- setBooleanPropertyAtOffset(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
-
Forces the boolean to true in a bit field.
- setBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
-
Forces the boolean to true in a bit field.
- setIntProperty(int, int, int, int) - Static method in class ej.basictool.BitFieldHelper
-
Sets a int value in a bit field.
- shrink(int[], int, int) - Static method in class ej.basictool.ArrayTools
-
Shrinks an array by removing a number of cells at an index.
- shrink(T[], int, int) - Static method in class ej.basictool.ArrayTools
-
Shrinks an array by removing a number of cells at an index.
- size() - Method in class ej.basictool.map.AbstractPackedMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- sleep(long) - Static method in class ej.basictool.ThreadUtils
-
Delays the execution of the current thread.