- i - Variable in class com.k2.Util.tuple.Tuple10
-
- i - Variable in class com.k2.Util.tuple.Tuple11
-
- i - Variable in class com.k2.Util.tuple.Tuple12
-
- i - Variable in class com.k2.Util.tuple.Tuple13
-
- i - Variable in class com.k2.Util.tuple.Tuple14
-
- i - Variable in class com.k2.Util.tuple.Tuple15
-
- i - Variable in class com.k2.Util.tuple.Tuple16
-
- i - Variable in class com.k2.Util.tuple.Tuple17
-
- i - Variable in class com.k2.Util.tuple.Tuple18
-
- i - Variable in class com.k2.Util.tuple.Tuple19
-
- i - Variable in class com.k2.Util.tuple.Tuple20
-
- i - Variable in class com.k2.Util.tuple.Tuple21
-
- i - Variable in class com.k2.Util.tuple.Tuple22
-
- i - Variable in class com.k2.Util.tuple.Tuple23
-
- i - Variable in class com.k2.Util.tuple.Tuple24
-
- i - Variable in class com.k2.Util.tuple.Tuple25
-
- i - Variable in class com.k2.Util.tuple.Tuple26
-
- i - Variable in class com.k2.Util.tuple.Tuple9
-
- Id<T,K extends java.io.Serializable> - Interface in com.k2.Util.Identity
-
The Id interface formalises methods to return the serializable id of an object.
- id - Variable in class com.k2.Util.Sample.Foo
-
- id - Variable in class com.k2.Util.Sample.Too
-
- Identified - Interface in com.k2.Util.Identity
-
This interface provides a method to return a human readable value identifying the object.
- Identity - Annotation Type in com.k2.Util.Identity
-
The Identity annotation identifies the field to be used as the classes identity value which can be used as an alternative to
implementing the Identified interface.
- IdentityTest() - Method in class com.k2.Util.UtilTest
-
- IdentityUtil - Class in com.k2.Util.Identity
-
The identity utility provides static methods for handling id values for objects.
- IdentityUtil() - Constructor for class com.k2.Util.Identity.IdentityUtil
-
- includes(Version) - Method in class com.k2.Util.Version.SimpleVersion
-
- includes(Version) - Method in interface com.k2.Util.Version.Version
-
Check whether the given version is this or an earlier version.
- Increment - Enum in com.k2.Util.Version
-
This enumeration defines the various version number ordinals in a standard version number.
- increment(Increment) - Method in class com.k2.Util.Version.SimpleVersion
-
Increment the version by one
- increment(Increment) - Method in interface com.k2.Util.Version.Version
-
Increment the version, changing the defined number component
If the point number is to be changed then just the point number is incremented
If the minor number is to be changed then the minor version number is incremented and the point
number is set to zero
If the major number is to be changed then the major version number is incremeted and the
point and minor numbers are set to zero.
- indexToString(int) - Static method in class com.k2.Util.StringUtil
-
This static method converts the given integer value in to a base26 string with a - z having values 0 - 25 respectively
- indexToStringTest() - Method in class com.k2.Util.StringTest
-
- initialLowerCase(String) - Static method in class com.k2.Util.StringUtil
-
This method returns the given String with a lower case initial character
- initialUpperCase(String) - Static method in class com.k2.Util.StringUtil
-
The method returns the given String with its initial character in upper case
- IntegerUtil - Class in com.k2.Util
-
This utility provides static method for handling Integer values.
- IntegerUtil() - Constructor for class com.k2.Util.IntegerUtil
-
- IntegerUtilExample - Class in com.k2.Util
-
- IntegerUtilExample() - Constructor for class com.k2.Util.IntegerUtilExample
-
- IntegerUtilTest() - Method in class com.k2.Util.UtilTest
-
- isLocked(File) - Static method in class com.k2.Util.FileUtil
-
This method checks whether the given file is locked using the FileLock API
- isNull(Object) - Static method in class com.k2.Util.nullable.Null
-
Check whether the given object is null or represents a null value
- isSet(String) - Static method in class com.k2.Util.StringUtil
-
This method checks whether the string is not null and has no white space charaters