- save() - Method in class org.gonn.gava.Config
-
- SECOND - Static variable in class org.gonn.gava.Common
-
- set(Fx01<T>) - Method in class org.gonn.gava.Box
-
Regardless of the box's state (whether full or not), set the content of the box.
- set(String, String) - Method in class org.gonn.gava.Config
-
- set(T, R) - Method in interface org.gonn.gava.Storable
-
Add a record with the key.
- setFormat(boolean, boolean) - Method in class org.gonn.gava.TempLogger
-
Set output format to include timestamp and fileline.
- setLevel(String) - Method in class org.gonn.gava.TempLogger
-
Set level, either take full string, first character, OR the static variables starting with "LV_".
- setLevel(byte) - Method in class org.gonn.gava.TempLogger
-
- setLevel(int) - Method in class org.gonn.gava.TempLogger
-
- setLevel(char) - Method in class org.gonn.gava.TempLogger
-
- setOutput(Fx20<Byte, String>) - Method in class org.gonn.gava.TempLogger
-
Set output writer function
- skip(FxBool<T>) - Method in class org.gonn.gava.Box
-
If the condition function returns true, empty the box.
- sleep(long) - Static method in class org.gonn.gava.Common
-
Shortcut function that calls Thread.sleep() but does not require try/catch.
- Storable<T,R> - Interface in org.gonn.gava
-
Minimal Database Interface for CRUD operation
A user can use key for Bucket/Database as well.
- substring(String, int, int) - Static method in class org.gonn.gava.Common
-
A static alternative substring method.
- substring(String, int) - Static method in class org.gonn.gava.Common
-
Return the string until index idx.