- r - Variable in class com.k2.Util.tuple.Tuple18
-
- r - Variable in class com.k2.Util.tuple.Tuple19
-
- r - Variable in class com.k2.Util.tuple.Tuple20
-
- r - Variable in class com.k2.Util.tuple.Tuple21
-
- r - Variable in class com.k2.Util.tuple.Tuple22
-
- r - Variable in class com.k2.Util.tuple.Tuple23
-
- r - Variable in class com.k2.Util.tuple.Tuple24
-
- r - Variable in class com.k2.Util.tuple.Tuple25
-
- r - Variable in class com.k2.Util.tuple.Tuple26
-
- random() - Static method in class com.k2.Util.DateUtil
-
This method returns a random date
- random(Date, Date) - Static method in class com.k2.Util.DateUtil
-
This method returns a random date between within the defined range.
- random() - Static method in class com.k2.Util.DoubleUtil
-
This method returns a random Double value
- random(Double, Double) - Static method in class com.k2.Util.DoubleUtil
-
This method return a random Double value within the defined range
- random() - Static method in class com.k2.Util.FloatUtil
-
This method returns a random Float value
- random(Float, Float) - Static method in class com.k2.Util.FloatUtil
-
This method return a random Float value within the defined range
- random() - Static method in class com.k2.Util.IntegerUtil
-
This method returns an unbounded random integer
- random(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method returns a random integer between 0 and the given maximum inclusive
- random(Integer, Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method returns a random integer within the specified range inclusive
- random() - Static method in class com.k2.Util.LongUtil
-
This method returns an unbounded random long
- random(Long, Long) - Static method in class com.k2.Util.LongUtil
-
This method return a random Long value within the defined range
- random(int) - Static method in class com.k2.Util.StringUtil
-
This method generates a random String of the given length
- random(int, int) - Static method in class com.k2.Util.StringUtil
-
This method generates a String of within the length range specified
- random(Integer, String) - Static method in class com.k2.Util.StringUtil
-
This method generates a random String of the given length from the given set of characters
- random(Integer, Integer, String) - Static method in class com.k2.Util.StringUtil
-
This method returns a random String in the given length range from the given set of characters
- randomBoolean() - Static method in class com.k2.Util.BooleanUtil
-
This method returns a random Boolean value
- registerAll(String...) - Static method in class com.k2.Util.nullable.Null
-
Create an register null instances for all the classes in the list of given package names
- registerAll(Null.RegisterType, String...) - Static method in class com.k2.Util.nullable.Null
-
Create an register null instances for all the classes in the list of given package names
- registerClass(Null.RegisterType, Class<C>) - Static method in class com.k2.Util.nullable.Null
-
This method cases the Null utility to generate a 'null' value for each of the given classes
- registerClasses(Class<?>...) - Static method in class com.k2.Util.nullable.Null
-
Create and register null instances for each of the given classes
- registerClasses(Null.RegisterType, Class<?>...) - Static method in class com.k2.Util.nullable.Null
-
Create and register null instances for each of the given classes using the given RegisterType
- registerEntities(String...) - Static method in class com.k2.Util.nullable.Null
-
Create and register null instances for all the Entity classes in the list of package names
- registerEntities(Null.RegisterType, String...) - Static method in class com.k2.Util.nullable.Null
-
Create and register null instances for all the Entity classes in the list of given packages
- registerTypeConverter(TypeConverter<?, Boolean>) - Static method in class com.k2.Util.BooleanUtil
-
This method registers with this static utility an instance of a boolean TypeConverter to convert an instance of the convertible class
into a boolean value
- registerTypeConverter(TypeConverter<?, Date>) - Static method in class com.k2.Util.DateUtil
-
This method registers with this static utility an instance of a date TypeConverter to convert an instance of the convertible class
into a date value
- registerTypeConverter(TypeConverter<?, Double>) - Static method in class com.k2.Util.DoubleUtil
-
This method registers with this static utility an instance of a Double TypeConverter to convert an instance of the convertible class
into a Double value
- registerTypeConverter(TypeConverter<?, Float>) - Static method in class com.k2.Util.FloatUtil
-
This method registers with this static utility an instance of a Float TypeConverter to convert an instance of the convertible class
into a Float value
- registerTypeConverter(TypeConverter<?, Integer>) - Static method in class com.k2.Util.IntegerUtil
-
This method registers with this static utility an instance of a Integer TypeConverter to convert an instance of the convertible class
into a Integer value
- registerTypeConverter(TypeConverter<?, Long>) - Static method in class com.k2.Util.LongUtil
-
This method registers with this static utility an instance of a Long TypeConverter to convert an instance of the convertible class
into a Long value
- registerTypeConverter(TypeConverter<?, String>) - Static method in class com.k2.Util.StringUtil
-
This method registers with this static utility an instance of a String TypeConverter to convert an instance of the convertible class
into a String value
- replaceAll(String, String, Object...) - Static method in class com.k2.Util.StringUtil
-
This method replaces each occurrence of the match string with the replacements in the given order.
- requiresImport(Class<?>) - Static method in class com.k2.Util.classes.Dependencies
-
- restoreDefaults() - Static method in class com.k2.Util.BooleanUtil
-
This method restores the default settings of the BooleanUtil
- restoreDefaults() - Static method in class com.k2.Util.DateUtil
-
- returnsValue() - Method in class com.k2.Util.classes.MethodSignature
-
- round(Double, int) - Static method in class com.k2.Util.DoubleUtil
-
This static method rounds the given double to the number of decimal places specified by the precision rounding half up
- round(Double, int, int) - Static method in class com.k2.Util.DoubleUtil
-
This static method rounds the given double to the number of decimal places specified by the given precision using the
given rounding mode.