Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- JAR_FILE_PATTERN - Static variable in class rife.tools.FileUtils
- JAVA_FILE_PATTERN - Static variable in class rife.tools.FileUtils
- JavaSpecificationUtils - Class in rife.tools
-
Utility class to obtain information about the currently running Java specification.
- join(boolean[], boolean) - Static method in class rife.tools.ArrayUtils
-
Joins a single boolean and a boolean array into a new array containing all elements.
- join(boolean[], boolean[]) - Static method in class rife.tools.ArrayUtils
-
Joins two boolean arrays into a new array containing all elements from both arrays.
- join(boolean[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(byte[], byte) - Static method in class rife.tools.ArrayUtils
-
Joins a single byte and a byte array into a new array containing all elements.
- join(byte[], byte[]) - Static method in class rife.tools.ArrayUtils
-
Joins two byte arrays into a new array containing all elements from both arrays.
- join(byte[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(char[], char) - Static method in class rife.tools.ArrayUtils
-
Joins a single char and a char array into a new array containing all elements.
- join(char[], char[]) - Static method in class rife.tools.ArrayUtils
-
Joins two char arrays into a new array containing all elements from both arrays.
- join(char[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(char[], String, String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(double[], double) - Static method in class rife.tools.ArrayUtils
-
Joins a single double and a double array into a new array containing all elements.
- join(double[], double[]) - Static method in class rife.tools.ArrayUtils
-
Joins two double arrays into a new array containing all elements from both arrays.
- join(double[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(float[], float) - Static method in class rife.tools.ArrayUtils
-
Joins a single float and a float array into a new array containing all elements.
- join(float[], float[]) - Static method in class rife.tools.ArrayUtils
-
Joins two float arrays into a new array containing all elements from both arrays.
- join(float[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(int[], int) - Static method in class rife.tools.ArrayUtils
-
Joins a single int and an int array into a new array containing all elements.
- join(int[], int[]) - Static method in class rife.tools.ArrayUtils
-
Joins two int arrays into a new array containing all elements from both arrays.
- join(int[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(long[], long) - Static method in class rife.tools.ArrayUtils
-
Joins a single long and a long array into a new array containing all elements.
- join(long[], long[]) - Static method in class rife.tools.ArrayUtils
-
Joins two long arrays into a new array containing all elements from both arrays.
- join(long[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(short[], short) - Static method in class rife.tools.ArrayUtils
-
Joins a single short and a short array into a new array containing all elements.
- join(short[], short[]) - Static method in class rife.tools.ArrayUtils
-
Joins two short arrays into a new array containing all elements from both arrays.
- join(short[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(Object[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(Object[], String, String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(Object[], String, String, boolean) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a supplied array, joined by a given separator. - join(String) - Method in class rife.database.queries.Select
- join(String) - Method in class rife.database.querymanagers.generic.CountQuery
- join(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- join(String[], String) - Static method in class rife.tools.ArrayUtils
-
Joins a single String and a String array into a new array containing all elements.
- join(String[], String[]) - Static method in class rife.tools.ArrayUtils
-
Joins two String arrays into a new array containing all elements from both arrays.
- join(String, Select) - Method in class rife.database.queries.Select
- join(Collection<?>, String) - Static method in class rife.tools.StringUtils
-
Creates a new
Stringobject, containing the elements of a suppliedCollectionofStringobjects joined by a given separator. - joinCross(String) - Method in class rife.database.queries.Select
- joinCross(String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinCross(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinCustom(String) - Method in class rife.database.queries.Select
- joinCustom(String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinCustom(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.queries.Select
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.queries.Select
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinPaths(List<String>) - Static method in class rife.tools.FileUtils
-
Joins a list of file paths into a single string with the file path separator.
- Json - Class in rife.json
-
Provides JSON parsing, generation and bean conversion.
- JSON - Static variable in class rife.template.TemplateFactory
- JsonArray - Class in rife.json
-
Represents a JSON array as a regular list, with additional fluent construction methods and typed value retrieval.
- JsonArray() - Constructor for class rife.json.JsonArray
-
Creates an empty JSON array.
- JsonArray(Collection<?>) - Constructor for class rife.json.JsonArray
-
Creates a JSON array with the elements of a collection.
- JsonArrayAction - Interface in rife.json
-
Functional interface that captures an action to execute on a
JsonArrayinstance. - JsonObject - Class in rife.json
-
Represents a JSON object as a regular ordered map, with additional fluent construction methods and typed value retrieval.
- JsonObject() - Constructor for class rife.json.JsonObject
-
Creates an empty JSON object.
- JsonObject(Map<String, ?>) - Constructor for class rife.json.JsonObject
-
Creates a JSON object with the members of a map.
- JsonObjectAction - Interface in rife.json
-
Functional interface that captures an action to execute on a
JsonObjectinstance. - JsonParseException - Exception in rife.json
-
Thrown when a JSON document couldn't be parsed, reporting the exact location of the problem.
- JsonParseException(String, int, int) - Constructor for exception rife.json.JsonParseException
-
Creates a new parse exception.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form