- c - Variable in class com.k2.Util.tuple.Tuple10
-
- c - Variable in class com.k2.Util.tuple.Tuple11
-
- c - Variable in class com.k2.Util.tuple.Tuple12
-
- c - Variable in class com.k2.Util.tuple.Tuple13
-
- c - Variable in class com.k2.Util.tuple.Tuple14
-
- c - Variable in class com.k2.Util.tuple.Tuple15
-
- c - Variable in class com.k2.Util.tuple.Tuple16
-
- c - Variable in class com.k2.Util.tuple.Tuple17
-
- c - Variable in class com.k2.Util.tuple.Tuple18
-
- c - Variable in class com.k2.Util.tuple.Tuple19
-
- c - Variable in class com.k2.Util.tuple.Tuple20
-
- c - Variable in class com.k2.Util.tuple.Tuple21
-
- c - Variable in class com.k2.Util.tuple.Tuple22
-
- c - Variable in class com.k2.Util.tuple.Tuple23
-
- c - Variable in class com.k2.Util.tuple.Tuple24
-
- c - Variable in class com.k2.Util.tuple.Tuple25
-
- c - Variable in class com.k2.Util.tuple.Tuple26
-
- c - Variable in class com.k2.Util.tuple.Tuple3
-
- c - Variable in class com.k2.Util.tuple.Tuple4
-
- c - Variable in class com.k2.Util.tuple.Tuple5
-
- c - Variable in class com.k2.Util.tuple.Tuple6
-
- c - Variable in class com.k2.Util.tuple.Tuple7
-
- c - Variable in class com.k2.Util.tuple.Tuple8
-
- c - Variable in class com.k2.Util.tuple.Tuple9
-
- CallBack<T> - Interface in com.k2.Util
-
This interface provides a mechanism to call back to get a value of a particular type
- camelCase(String) - Static method in class com.k2.Util.StringUtil
-
This method converts a String to camel case
Camel case has an upper case initial character for each word in the input string and separates the words with a single white space
- canGet(Class<?>, Class<?>, String) - Static method in class com.k2.Util.classes.ClassUtil
-
This static method checks to see whether a getter is available for the given value class and alias on the given object class
- canGet(Object, Class<?>, String) - Static method in class com.k2.Util.ObjectUtil
-
This static method identifies whether a value could be got from the given object with the given class and alias
- canGetTest() - Method in class com.k2.Util.ClassUtilTest
-
- classCase(String) - Static method in class com.k2.Util.StringUtil
-
This method converts a string to class case.
- ClassUtil - Class in com.k2.Util.classes
-
The ClassUtil provides static methods for dealing with and finding classes
- ClassUtil() - Constructor for class com.k2.Util.classes.ClassUtil
-
- ClassUtil.AnnotationCheck - Enum in com.k2.Util.classes
-
This enumeration identifies whether the list of annotations to check must all be present on the class or if any of the
annotations must be present on the class
- ClassUtilExample - Class in com.k2.Util
-
- ClassUtilExample() - Constructor for class com.k2.Util.ClassUtilExample
-
- ClassUtilTest - Class in com.k2.Util
-
- ClassUtilTest() - Constructor for class com.k2.Util.ClassUtilTest
-
- classUtilTest() - Method in class com.k2.Util.ClassUtilTest
-
- cloneTest() - Method in class com.k2.Util.ObjectUtilTest
-
- com.k2.Util - package com.k2.Util
-
- com.k2.Util.classes - package com.k2.Util.classes
-
- com.k2.Util.exceptions - package com.k2.Util.exceptions
-
- com.k2.Util.Identity - package com.k2.Util.Identity
-
- com.k2.Util.nullable - package com.k2.Util.nullable
-
- com.k2.Util.Sample - package com.k2.Util.Sample
-
- com.k2.Util.tuple - package com.k2.Util.tuple
-
- com.k2.Util.Version - package com.k2.Util.Version
-
- compareTo(Dependency) - Method in class com.k2.Util.classes.Dependency
-
Dependencies are comparable using the comparability of the import clause string
- compareTo(MethodSignature) - Method in class com.k2.Util.classes.MethodSignature
-
Method signatures are comparable by the comparable string from 'getMethodSignature()'
- concatenate(String, Object...) - Static method in class com.k2.Util.StringUtil
-
This method concatenates the given clauses separated by the given join.
- containsChar(String, char) - Static method in class com.k2.Util.StringUtil
-
This static method returns true if the given string contains the given char
- convert(Object) - Method in interface com.k2.Util.TypeConverter
-
This method performs the conversion on the given object.
- convertClass() - Method in interface com.k2.Util.TypeConverter
-
This method must return the class or interface of the type being converted
e.g.
- copy(T, T) - Static method in class com.k2.Util.ObjectUtil
-
This static method copies the value of all the fields accessible through the first object to the second object
- create() - Static method in interface com.k2.Util.Version.Version
-
Create the default initial version "v0.0.0"
- create(int, int, int) - Static method in interface com.k2.Util.Version.Version
-
Create a version for the given major, minor and point version numbers
- createClassFromString(Class<T>, String, String, String) - Static method in class com.k2.Util.classes.ClassUtil
-