- get() - Method in class org.gonn.gava.Box
-
Get the box content.
- get(T) - Method in class org.gonn.gava.Box
-
Get the box content.
- get(String) - Method in class org.gonn.gava.Configuration
-
- get(String, String) - Method in class org.gonn.gava.Configuration
-
- get(T) - Method in interface org.gonn.gava.Storable
-
Get a record for the key.
- getBetween(String, String, String) - Static method in class org.gonn.gava.Stu
-
Get a String between String prefix and String suffix from String s.
- getCaller(int) - Static method in class org.gonn.gava.Stu
-
Get a StackTraceElement of the caller to find out who called this function.
- getCaller() - Static method in class org.gonn.gava.Stu
-
Returns caller information in "filename:lineNumber" format.
- getConfig(String, boolean) - Static method in class org.gonn.gava.Stu
-
Check (1) system properties, and then (2) environmental variables.
- getConfig(String, String) - Static method in class org.gonn.gava.Stu
-
- getConfig(String) - Static method in class org.gonn.gava.Stu
-
- getDigits(long) - Static method in class org.gonn.gava.Stu
-
Get an integer and calculate number of digits.
- getDigits(int) - Static method in class org.gonn.gava.Stu
-
- getEpoch() - Static method in class org.gonn.gava.Stu
-
Returns current epoch milliseconds.
- getHash(String) - Static method in class org.gonn.gava.Stu
-
Get hash from the input string
- getName() - Method in interface org.gonn.gava.ObjectModifier
-
Returns a name of modifier.
- getNth(String, char, int) - Static method in class org.gonn.gava.Stu
-
Returns index element from the String s when separated by char delim.
- getNth(T[], int, T) - Static method in class org.gonn.gava.Stu
-
From an array T, return the value of index.
- getOutputStream() - Static method in class org.gonn.gava.Discard
-
Get a null output stream
- getPrintStream() - Static method in class org.gonn.gava.Discard
-
Get a null print stream.
- getTimed(Runnable, int) - Static method in class org.gonn.gava.Stu
-
Run lambda function Runnable r for count times.
- save() - Method in class org.gonn.gava.Configuration
-
- SECOND - Static variable in class org.gonn.gava.Stu
-
- set(Fx01<R>) - 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.Configuration
-
- 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.Stu
-
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.
- Stu - Class in org.gonn.gava
-
`[St]atic [U]tils` is a collection of static methods that are very frequently used.
- subset(String[], int, int) - Static method in class org.gonn.gava.Stu
-
Creates a subset of String array.
- substring(String, int, int) - Static method in class org.gonn.gava.Stu
-
A static alternative substring method.
- substring(String, int) - Static method in class org.gonn.gava.Stu
-
Return the string until index idx.