Package-level declarations
Properties
Functions
Calculate count of each value by group in the Array.
Calculate count of each value by group in the boolean array.
Calculate count of each value by group in the byte array.
Calculate count of each value by group in the char array.
Calculate count of each value by group in the double array.
Calculate count of each value by group in the float array.
Calculate count of each value by group in the int array.
Calculate count of each value by group in the long array.
Calculate count of each value by group in the short array.
Calculate count of each value by group in the string.
Calculate count of each value by group in the iterable.
tryCatchBool used when you want to return a boolean value or return false if an exception is thrown.
tryCatchBoolean used when you want to return false if an exception is thrown.
tryCatchElse used when you want to return a default value if an exception is thrown.
tryCatchIgnore used when you want to ignore catch block if an exception is thrown.
tryCatchNull used when you want to return null if an exception is thrown.