- t - Variable in class com.k2.Util.tuple.Tuple20
-
- t - Variable in class com.k2.Util.tuple.Tuple21
-
- t - Variable in class com.k2.Util.tuple.Tuple22
-
- t - Variable in class com.k2.Util.tuple.Tuple23
-
- t - Variable in class com.k2.Util.tuple.Tuple24
-
- t - Variable in class com.k2.Util.tuple.Tuple25
-
- t - Variable in class com.k2.Util.tuple.Tuple26
-
- TestAnnotation1 - Annotation Type in com.k2.Util.Sample
-
- TestAnnotation2 - Annotation Type in com.k2.Util.Sample
-
- toArray() - Method in class com.k2.Util.tuple.GenericTuple
-
- toArray() - Method in class com.k2.Util.tuple.Tuple1
-
- toArray() - Method in class com.k2.Util.tuple.Tuple10
-
- toArray() - Method in class com.k2.Util.tuple.Tuple11
-
- toArray() - Method in class com.k2.Util.tuple.Tuple12
-
- toArray() - Method in class com.k2.Util.tuple.Tuple13
-
- toArray() - Method in class com.k2.Util.tuple.Tuple14
-
- toArray() - Method in class com.k2.Util.tuple.Tuple15
-
- toArray() - Method in class com.k2.Util.tuple.Tuple16
-
- toArray() - Method in class com.k2.Util.tuple.Tuple17
-
- toArray() - Method in class com.k2.Util.tuple.Tuple18
-
- toArray() - Method in class com.k2.Util.tuple.Tuple19
-
- toArray() - Method in class com.k2.Util.tuple.Tuple2
-
- toArray() - Method in class com.k2.Util.tuple.Tuple20
-
- toArray() - Method in class com.k2.Util.tuple.Tuple21
-
- toArray() - Method in class com.k2.Util.tuple.Tuple22
-
- toArray() - Method in class com.k2.Util.tuple.Tuple23
-
- toArray() - Method in class com.k2.Util.tuple.Tuple24
-
- toArray() - Method in class com.k2.Util.tuple.Tuple25
-
- toArray() - Method in class com.k2.Util.tuple.Tuple26
-
- toArray() - Method in class com.k2.Util.tuple.Tuple3
-
- toArray() - Method in class com.k2.Util.tuple.Tuple4
-
- toArray() - Method in class com.k2.Util.tuple.Tuple5
-
- toArray() - Method in class com.k2.Util.tuple.Tuple6
-
- toArray() - Method in class com.k2.Util.tuple.Tuple7
-
- toArray() - Method in class com.k2.Util.tuple.Tuple8
-
- toArray() - Method in class com.k2.Util.tuple.Tuple9
-
- toBoolean(Object) - Static method in class com.k2.Util.BooleanUtil
-
This method converts the given object into a Boolean value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Boolean values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a boolean value
If no type converter has been registered for the class of the given object then a null is returned
- toBoolean(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date value into a Boolean
- toBoolean(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a Boolean
- toBoolean(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a Boolean
- toBoolean(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a Boolean value
- toBoolean(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Boolean value
- toBoolean(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Boolean value
- toDate(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
This method converts the given boolean value into a Data
- toDate(Object) - Static method in class com.k2.Util.DateUtil
-
This method converts the given object into a Date value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Date values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a Date value
If no type converter has been registered for the class of the given object then a null is returned
- toDate(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date into a Date
- toDate(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a Date
- toDate(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a Date
- toDate(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a Date value
- toDate(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Date value
- toDate(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Date value
- toDate(String, DateUtil.DateFormat) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Date value
- toDate(String, SimpleDateFormat) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Date value
- toDate(String, String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Date value
- toDouble(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
Convert the given boolean value into a Double
- toDouble(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts a date into a Double
- toDouble(Object) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given object into a Double value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Double values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a Double value
If no type converter has been registered for the class of the given object then a null is returned
- toDouble(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a Double
- toDouble(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a Double
- toDouble(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a Double value
- toDouble(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Double value
- toDouble(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Double value
- toFloat(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
Convert the given boolean value into a Float
- toFloat(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date into a Float
- toFloat(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a Float
- toFloat(Object) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given object into a Float value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Float values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a Float value
If no type converter has been registered for the class of the given object then a null is returned
- toFloat(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a FLoat
- toFloat(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a Float value
- toFloat(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Float value
- toFloat(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Float value
- toInteger(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
Convert the given boolean value into an integer
- toInteger(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date value into an Integer
- toInteger(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into an Integer
- toInteger(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into an Integer
- toInteger(Object) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given object into a Integer value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Integer values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a Integer value
If no type converter has been registered for the class of the given object then a null is returned
- toInteger(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Integer value
- toInteger(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Integer value
- toKey(Class<? extends Serializable>, String) - Static method in class com.k2.Util.Identity.IdentityUtil
-
This static method converts the given string representation of a key into an instance of the given key class and
- toLong(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
Convert the given boolean value to a Long value
- toLong(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date value into a Long
- toLong(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a Long
- toLong(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a Long
- toLong(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a Long value
- toLong(Object) - Static method in class com.k2.Util.LongUtil
-
This method converts the given object into a Long value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into Long values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a Long value
If no type converter has been registered for the class of the given object then a null is returned
- toLong(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a Long value
- toLong(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a Long value
- Too - Class in com.k2.Util.Sample
-
- Too() - Constructor for class com.k2.Util.Sample.Too
-
- TooMuch - Class in com.k2.Util.Sample
-
- TooMuch() - Constructor for class com.k2.Util.Sample.TooMuch
-
- toString(Boolean) - Static method in class com.k2.Util.BooleanUtil
-
This method converts the given boolean value into a String
- toString() - Method in class com.k2.Util.classes.FieldGetter
-
- toString() - Method in class com.k2.Util.classes.MethodGetter
-
- toString() - Method in class com.k2.Util.classes.MethodSignature
-
- toString(Date) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date into a String using the current default formatter
- toString(Date, DateUtil.DateFormat) - Static method in class com.k2.Util.DateUtil
-
This method converts a given date into a String using the current formatter for the given format
- toString(Date, SimpleDateFormat) - Static method in class com.k2.Util.DateUtil
-
This method converts the given date into a String using the given formatter
- toString(Date, String) - Static method in class com.k2.Util.DateUtil
-
This method converts a date into a string in the given format
- toString(Double) - Static method in class com.k2.Util.DoubleUtil
-
This method converts the given Double value into a String
- toString(Float) - Static method in class com.k2.Util.FloatUtil
-
This method converts the given Float into a String
- toString(Serializable) - Static method in class com.k2.Util.Identity.IdentityUtil
-
Convert the given key into a string
- toString(Integer) - Static method in class com.k2.Util.IntegerUtil
-
This method converts the given Integer into a String value
- toString(Long) - Static method in class com.k2.Util.LongUtil
-
This method converts the given Long into a String value
- toString(Object) - Static method in class com.k2.Util.StringUtil
-
This method converts the given object into a String value
Static utility methods convert Strings, Integers, Longs, Floats, Doubles, Dates and Booleans into String values
If the given object is not one of the above types then a type converter must have been registered with this static utility
in order for the given object to be converted into a String value
If no type converter has been registered for the class of the given object then a null is returned
- toString(String) - Static method in class com.k2.Util.StringUtil
-
This method converts the given string into a String value
- toString() - Method in class com.k2.Util.tuple.TupleElementImpl
-
- toString() - Method in class com.k2.Util.Version.SimpleVersion
-
Return a sensible rendering of the version as a String, e.g.
- trim(CriteriaBuilder.Trimspec, char, String) - Static method in class com.k2.Util.StringUtil
-
This static method trims the leading and/or trailing chars from the given string according to the given trim spec.
- trimTest() - Method in class com.k2.Util.StringTest
-
- Triple<A,B,C> - Class in com.k2.Util.tuple
-
- Triple(Object...) - Constructor for class com.k2.Util.tuple.Triple
-
- Triple(A, B, C) - Constructor for class com.k2.Util.tuple.Triple
-
- trueAsInt(int) - Static method in class com.k2.Util.BooleanUtil
-
This method defines the value that is used to represent a true value as an integer
The default value is '1'
- trueAsInt() - Static method in class com.k2.Util.BooleanUtil
-
The method returns the current value that is used to represent a true value as an integer
- trueAsString(String) - Static method in class com.k2.Util.BooleanUtil
-
This method defines the value that is used to represent a true value as a String
The default value is 'true'
- trueAsString() - Static method in class com.k2.Util.BooleanUtil
-
The method returns the current value that is used to represent a true value as a String
- tuple(Object...) - Static method in class com.k2.Util.tuple.TupleUtil
-
This static method creates an instance of Tuple with the given values aliased by the aliases "a", "b", "c" etc.
- Tuple1<A> - Class in com.k2.Util.tuple
-
- Tuple1(Object...) - Constructor for class com.k2.Util.tuple.Tuple1
-
- Tuple1(A) - Constructor for class com.k2.Util.tuple.Tuple1
-
- Tuple10<A,B,C,D,E,F,G,H,I,J> - Class in com.k2.Util.tuple
-
- Tuple10(Object...) - Constructor for class com.k2.Util.tuple.Tuple10
-
- Tuple10(A, B, C, D, E, F, G, H, I, J) - Constructor for class com.k2.Util.tuple.Tuple10
-
- Tuple11<A,B,C,D,E,F,G,H,I,J,K> - Class in com.k2.Util.tuple
-
- Tuple11(Object...) - Constructor for class com.k2.Util.tuple.Tuple11
-
- Tuple11(A, B, C, D, E, F, G, H, I, J, K) - Constructor for class com.k2.Util.tuple.Tuple11
-
- Tuple12<A,B,C,D,E,F,G,H,I,J,K,L> - Class in com.k2.Util.tuple
-
- Tuple12(Object...) - Constructor for class com.k2.Util.tuple.Tuple12
-
- Tuple12(A, B, C, D, E, F, G, H, I, J, K, L) - Constructor for class com.k2.Util.tuple.Tuple12
-
- Tuple13<A,B,C,D,E,F,G,H,I,J,K,L,M> - Class in com.k2.Util.tuple
-
- Tuple13(Object...) - Constructor for class com.k2.Util.tuple.Tuple13
-
- Tuple13(A, B, C, D, E, F, G, H, I, J, K, L, M) - Constructor for class com.k2.Util.tuple.Tuple13
-
- Tuple14<A,B,C,D,E,F,G,H,I,J,K,L,M,N> - Class in com.k2.Util.tuple
-
- Tuple14(Object...) - Constructor for class com.k2.Util.tuple.Tuple14
-
- Tuple14(A, B, C, D, E, F, G, H, I, J, K, L, M, N) - Constructor for class com.k2.Util.tuple.Tuple14
-
- Tuple15<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O> - Class in com.k2.Util.tuple
-
- Tuple15(Object...) - Constructor for class com.k2.Util.tuple.Tuple15
-
- Tuple15(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) - Constructor for class com.k2.Util.tuple.Tuple15
-
- Tuple16<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P> - Class in com.k2.Util.tuple
-
- Tuple16(Object...) - Constructor for class com.k2.Util.tuple.Tuple16
-
- Tuple16(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) - Constructor for class com.k2.Util.tuple.Tuple16
-
- Tuple17<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q> - Class in com.k2.Util.tuple
-
- Tuple17(Object...) - Constructor for class com.k2.Util.tuple.Tuple17
-
- Tuple17(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) - Constructor for class com.k2.Util.tuple.Tuple17
-
- Tuple18<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R> - Class in com.k2.Util.tuple
-
- Tuple18(Object...) - Constructor for class com.k2.Util.tuple.Tuple18
-
- Tuple18(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R) - Constructor for class com.k2.Util.tuple.Tuple18
-
- Tuple19<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S> - Class in com.k2.Util.tuple
-
- Tuple19(Object...) - Constructor for class com.k2.Util.tuple.Tuple19
-
- Tuple19(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) - Constructor for class com.k2.Util.tuple.Tuple19
-
- Tuple2<A,B> - Class in com.k2.Util.tuple
-
- Tuple2(Object...) - Constructor for class com.k2.Util.tuple.Tuple2
-
- Tuple2(A, B) - Constructor for class com.k2.Util.tuple.Tuple2
-
- Tuple20<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T> - Class in com.k2.Util.tuple
-
- Tuple20(Object...) - Constructor for class com.k2.Util.tuple.Tuple20
-
- Tuple20(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T) - Constructor for class com.k2.Util.tuple.Tuple20
-
- Tuple21<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U> - Class in com.k2.Util.tuple
-
- Tuple21(Object...) - Constructor for class com.k2.Util.tuple.Tuple21
-
- Tuple21(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U) - Constructor for class com.k2.Util.tuple.Tuple21
-
- Tuple22<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V> - Class in com.k2.Util.tuple
-
- Tuple22(Object...) - Constructor for class com.k2.Util.tuple.Tuple22
-
- Tuple22(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) - Constructor for class com.k2.Util.tuple.Tuple22
-
- Tuple23<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W> - Class in com.k2.Util.tuple
-
- Tuple23(Object...) - Constructor for class com.k2.Util.tuple.Tuple23
-
- Tuple23(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W) - Constructor for class com.k2.Util.tuple.Tuple23
-
- Tuple24<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X> - Class in com.k2.Util.tuple
-
- Tuple24(Object...) - Constructor for class com.k2.Util.tuple.Tuple24
-
- Tuple24(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X) - Constructor for class com.k2.Util.tuple.Tuple24
-
- Tuple25<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y> - Class in com.k2.Util.tuple
-
- Tuple25(Object...) - Constructor for class com.k2.Util.tuple.Tuple25
-
- Tuple25(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y) - Constructor for class com.k2.Util.tuple.Tuple25
-
- Tuple26<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z> - Class in com.k2.Util.tuple
-
- Tuple26(Object...) - Constructor for class com.k2.Util.tuple.Tuple26
-
- Tuple26(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z) - Constructor for class com.k2.Util.tuple.Tuple26
-
- Tuple3<A,B,C> - Class in com.k2.Util.tuple
-
- Tuple3(Object...) - Constructor for class com.k2.Util.tuple.Tuple3
-
- Tuple3(A, B, C) - Constructor for class com.k2.Util.tuple.Tuple3
-
- Tuple4<A,B,C,D> - Class in com.k2.Util.tuple
-
- Tuple4(Object...) - Constructor for class com.k2.Util.tuple.Tuple4
-
- Tuple4(A, B, C, D) - Constructor for class com.k2.Util.tuple.Tuple4
-
- Tuple5<A,B,C,D,E> - Class in com.k2.Util.tuple
-
- Tuple5(Object...) - Constructor for class com.k2.Util.tuple.Tuple5
-
- Tuple5(A, B, C, D, E) - Constructor for class com.k2.Util.tuple.Tuple5
-
- Tuple6<A,B,C,D,E,F> - Class in com.k2.Util.tuple
-
- Tuple6(Object...) - Constructor for class com.k2.Util.tuple.Tuple6
-
- Tuple6(A, B, C, D, E, F) - Constructor for class com.k2.Util.tuple.Tuple6
-
- Tuple7<A,B,C,D,E,F,G> - Class in com.k2.Util.tuple
-
- Tuple7(Object...) - Constructor for class com.k2.Util.tuple.Tuple7
-
- Tuple7(A, B, C, D, E, F, G) - Constructor for class com.k2.Util.tuple.Tuple7
-
- Tuple8<A,B,C,D,E,F,G,H> - Class in com.k2.Util.tuple
-
- Tuple8(Object...) - Constructor for class com.k2.Util.tuple.Tuple8
-
- Tuple8(A, B, C, D, E, F, G, H) - Constructor for class com.k2.Util.tuple.Tuple8
-
- Tuple9<A,B,C,D,E,F,G,H,I> - Class in com.k2.Util.tuple
-
- Tuple9(Object...) - Constructor for class com.k2.Util.tuple.Tuple9
-
- Tuple9(A, B, C, D, E, F, G, H, I) - Constructor for class com.k2.Util.tuple.Tuple9
-
- tupleAliasTest() - Method in class com.k2.Util.TupleTest
-
- tupleElement(String, Class<? extends T>) - Static method in class com.k2.Util.tuple.TupleUtil
-
This static method creates an instance of TupleElement for the given alias and class
- tupleElement(Class<? extends T>) - Static method in class com.k2.Util.tuple.TupleUtil
-
This static method creates an instance of TupleElement for the given class only.
- TupleElementImpl<X> - Class in com.k2.Util.tuple
-
- TupleElementImpl(String, Class<? extends X>) - Constructor for class com.k2.Util.tuple.TupleElementImpl
-
- TupleElementImpl(Class<? extends X>) - Constructor for class com.k2.Util.tuple.TupleElementImpl
-
- tupleElementTest() - Method in class com.k2.Util.TupleTest
-
- tupleIndexTest() - Method in class com.k2.Util.TupleTest
-
- TupleTest - Class in com.k2.Util
-
- TupleTest() - Constructor for class com.k2.Util.TupleTest
-
- TupleUtil - Class in com.k2.Util.tuple
-
This class provides static utility methods for creating and dealing with Tuples and the concrete implementations of the Tuple interface
- TupleUtil() - Constructor for class com.k2.Util.tuple.TupleUtil
-
- TypeConverter<T,C> - Interface in com.k2.Util
-
This interface defines the methods of a TypeConverter implementation used by the static utility classes to convert
complex types into native data types of String, Integer, Long etc.