- 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.Config
-
- 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.Common
-
Get a String between String prefix and String suffix from String s.
- getCaller(int) - Static method in class org.gonn.gava.Common
-
Get a StackTraceElement of the caller to find out who called this function.
- getCaller() - Static method in class org.gonn.gava.Common
-
Returns caller information in "filename:lineNumber" format.
- getConfig(String, boolean) - Static method in class org.gonn.gava.Common
-
Check (1) system properties, and then (2) environmental variables.
- getConfig(String, String) - Static method in class org.gonn.gava.Common
-
- getConfig(String) - Static method in class org.gonn.gava.Common
-
- getDigits(long) - Static method in class org.gonn.gava.Common
-
Get an integer and calculate number of digits.
- getDigits(int) - Static method in class org.gonn.gava.Common
-
- getEpoch() - Static method in class org.gonn.gava.Common
-
Returns current epoch milliseconds.
- getHash(String) - Static method in class org.gonn.gava.Common
-
Get hash from the input string
- getNth(String, char, int) - Static method in class org.gonn.gava.Common
-
Returns index element from the String s when separated by char delim.
- getTimed(Runnable, int) - Static method in class org.gonn.gava.Common
-
Run lambda function Runnable r for count times.