- get() - Method in class org.gonn.gava.Box
-
Get underlying value of the box.
- get(T) - Method in class org.gonn.gava.Box
-
Get underlying value of the box.
- get(Supplier<T>) - Static method in class org.gonn.gava.Common
-
Evaluates the given function and return the result.
- get(String) - Method in class org.gonn.gava.ConfigStore
-
- get(T) - Method in interface org.gonn.gava.Storable
-
Get a record for the key.
- getByteSizeString(long) - Static method in class org.gonn.gava.Common
-
Get bytes in long, and returns human-readable format with 2 digit decimal.
- 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.
- 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 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.
- getStringBetween(String, String, String) - Static method in class org.gonn.gava.Common
-
Get a String between String prefix and String suffix from String s.
- getTimed(Runnable, int) - Static method in class org.gonn.gava.Common
-
Run lambda function Runnable r for count times.