- f - Variable in class com.k2.Util.tuple.Tuple10
-
- f - Variable in class com.k2.Util.tuple.Tuple11
-
- f - Variable in class com.k2.Util.tuple.Tuple12
-
- f - Variable in class com.k2.Util.tuple.Tuple13
-
- f - Variable in class com.k2.Util.tuple.Tuple14
-
- f - Variable in class com.k2.Util.tuple.Tuple15
-
- f - Variable in class com.k2.Util.tuple.Tuple16
-
- f - Variable in class com.k2.Util.tuple.Tuple17
-
- f - Variable in class com.k2.Util.tuple.Tuple18
-
- f - Variable in class com.k2.Util.tuple.Tuple19
-
- f - Variable in class com.k2.Util.tuple.Tuple20
-
- f - Variable in class com.k2.Util.tuple.Tuple21
-
- f - Variable in class com.k2.Util.tuple.Tuple22
-
- f - Variable in class com.k2.Util.tuple.Tuple23
-
- f - Variable in class com.k2.Util.tuple.Tuple24
-
- f - Variable in class com.k2.Util.tuple.Tuple25
-
- f - Variable in class com.k2.Util.tuple.Tuple26
-
- f - Variable in class com.k2.Util.tuple.Tuple6
-
- f - Variable in class com.k2.Util.tuple.Tuple7
-
- f - Variable in class com.k2.Util.tuple.Tuple8
-
- f - Variable in class com.k2.Util.tuple.Tuple9
-
- falseAsInt(int) - Static method in class com.k2.Util.BooleanUtil
-
This method defines the value that is used to represent a false value as an integer
The default value is '0'
- falseAsInt() - Static method in class com.k2.Util.BooleanUtil
-
This method returns the current value that is used to represent the value false as an integer
- falseAsString(String) - Static method in class com.k2.Util.BooleanUtil
-
This method defines the value that is used to represent a false value as a String
The default value is 'false'
- falseAsString() - Static method in class com.k2.Util.BooleanUtil
-
This method returns the current value that is used to represent the value false as a String
- fetch(File, String) - Static method in class com.k2.Util.FileUtil
-
This method returns the file with the given name from the given directory if it exists
- FieldGetter<E,T> - Class in com.k2.Util.classes
-
This class implements the Getter interface for a field value
- FieldGetter(Class<E>, Class<T>, Field) - Constructor for class com.k2.Util.classes.FieldGetter
-
Create an instance of FieldGetter for the given object class, field class and field
- FileCascadeDeleteTest() - Method in class com.k2.Util.UtilTest
-
- FileLockedException - Exception in com.k2.Util.exceptions
-
This exception is thrown when a file has been locked using java's FileLock API and an application attempts to lock the file.
- FileLockedException(File) - Constructor for exception com.k2.Util.exceptions.FileLockedException
-
Create a FileLockedExcpetion for the given file
- FileLockedException(File, Throwable) - Constructor for exception com.k2.Util.exceptions.FileLockedException
-
Create a FileLockedException for the given file in response to the given throwable cause.
- FileLockedException(File, Throwable, boolean, boolean) - Constructor for exception com.k2.Util.exceptions.FileLockedException
-
Create a FileLockedException for the given file in response to the given throwable cause
controlling whether the exception can be suppressed and whether the stack trace is writable.
- FileLockingTest() - Method in class com.k2.Util.UtilTest
-
- FileUtil - Class in com.k2.Util
-
This static utility provides methods for handling Files
- FileUtil() - Constructor for class com.k2.Util.FileUtil
-
- FileUtilExample - Class in com.k2.Util
-
- FileUtilExample() - Constructor for class com.k2.Util.FileUtilExample
-
- FileUtilTest() - Method in class com.k2.Util.UtilTest
-
- findFirstMatch(List<T>, List<T>) - Static method in class com.k2.Util.ObjectUtil
-
This static method finds the first matching item in each list or null if none of the list contents match
- findFirstMatchTest() - Method in class com.k2.Util.ObjectUtilTest
-
- findMatchingSupertype(Class<? extends T>, Class<? extends T>) - Static method in class com.k2.Util.classes.ClassUtil
-
This static method examines the super types of the two given classes and returns the nearest matching super type
- findMatchingSupertypeTest() - Method in class com.k2.Util.ClassUtilTest
-
- FloatUtil - Class in com.k2.Util
-
This utility provides static method for handling Float values.
- FloatUtil() - Constructor for class com.k2.Util.FloatUtil
-
- FloatUtilTest() - Method in class com.k2.Util.UtilTest
-
- Foo - Class in com.k2.Util.Sample
-
- Foo() - Constructor for class com.k2.Util.Sample.Foo
-
- fooDate - Variable in class com.k2.Util.Sample.Foo
-
- fooDouble - Variable in class com.k2.Util.Sample.Foo
-
- fooFloat - Variable in class com.k2.Util.Sample.Foo
-
- fooInteger - Variable in class com.k2.Util.Sample.Foo
-
- fooLong - Variable in class com.k2.Util.Sample.Foo
-
- forMethod(Method) - Static method in class com.k2.Util.classes.MethodSignature
-
Create a method signature for a given method.
- forSignature(String, Class<?>...) - Static method in class com.k2.Util.classes.MethodSignature
-
Create a method signature for the given method and array of parameter types