- abbreviate(String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Abbreviates a String using another given String as replacement marker.
- abbreviate(String, String, int, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Abbreviates a String using a given replacement marker.
- abbreviateMiddle(String, String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Abbreviates a String to the length passed, replacing the middle characters with the supplied
replacement String.
- abs() - Method in class org.bardframework.commons.utils.Fraction
-
Gets a fraction that is the positive equivalent of this one.
- add(T[], T) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(boolean[], boolean) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(byte[], byte) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(char[], char) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(double[], double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(float[], float) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(int[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(long[], long) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(short[], short) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(Fraction) - Method in class org.bardframework.commons.utils.Fraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- addAll(T[], T...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(boolean[], boolean...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(char[], char...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(byte[], byte...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(short[], short...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(int[], int...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(long[], long...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(float[], float...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(double[], double...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addObjectToArray(A[], O) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Append the given object to the given array, returning a new array
consisting of the input array contents plus the given object.
- addStringToArray(String[], String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Append the given String to the given String array,
returning a new array consisting of the input array contents plus
the given String.
- allNotNull(Object...) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Checks if all values in the array are not nulls.
- anyNotNull(Object...) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Checks if any value in the given array is not null.
- appendIfMissing(String, CharSequence, CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Appends the suffix to the end of the string if the string does not
already end with any of the suffixes.
- appendIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Appends the suffix to the end of the string if the string does not
already end, case insensitive, with any of the suffixes.
- applyRelativePath(String, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Apply the given relative path to the given Java resource path,
assuming standard Java folder separation (i.e.
- arraySplit(T[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
- arraySplit(T[], int) - Static method in class org.bardframework.commons.utils.OsUtils
-
- arrayToCommaDelimitedString(Object[]) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a String array into a comma delimited String
(i.e., CSV).
- arrayToDelimitedString(Object[], String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a String array into a delimited String (e.g.
- arrayToList(Object) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Convert the supplied array into a List.
- ArrayUtils - Class in org.bardframework.commons.utils
-
Created by Vahid Zafari on 8/12/2016.
- assertEquals(byte[], byte[]) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
- AssertionUtils - Class in org.bardframework.commons.utils
-
Created by vahid (va.zafari@gmail.com) on 10/30/17.
- CalendarUtils - Class in org.bardframework.commons.utils
-
Created by Vahid Zafari on 8/12/2016.
- capitalize(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- caseInsensitiveValueOf(E[], String) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
- center(String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Centers a String in a larger String of size size
using the space character (' ').
- center(String, int, char) - Static method in class org.bardframework.commons.utils.StringUtils
-
Centers a String in a larger String of size size.
- center(String, int, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Centers a String in a larger String of size size.
- CharSequenceUtils - Class in org.bardframework.commons.utils
-
- CharSequenceUtils() - Constructor for class org.bardframework.commons.utils.CharSequenceUtils
-
CharSequenceUtils instances should NOT be constructed in
standard programming.
- CharsetUtils - Class in org.bardframework.commons.utils
-
Demonstrate default Charset-related details.
- CharUtils - Class in org.bardframework.commons.utils
-
Operations on char primitives and Character objects.
- CharUtils() - Constructor for class org.bardframework.commons.utils.CharUtils
-
CharUtils instances should NOT be constructed in standard programming.
- checksum(File, Checksum) - Static method in class org.bardframework.commons.utils.FileUtils
-
Computes the checksum of a file using the specified checksum object.
- checksumCRC32(File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Computes the checksum of a file using the CRC32 checksum routine.
- chop(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Remove the last character from a String.
- cleanDirectory(File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Cleans a directory without deleting it.
- cleanPath(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- clone(T[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Shallow clones an array returning a typecast result and handling
null.
- clone(long[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(int[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(short[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(char[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(byte[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(double[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(float[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(boolean[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(T) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Clone an object.
- cloneIfPossible(T) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Clone an object if possible.
- close(URLConnection) - Static method in class org.bardframework.commons.utils.IOUtils
-
Closes a URLConnection.
- collectionSplit(List, int) - Static method in class org.bardframework.commons.utils.OsUtils
-
- collectionToCommaDelimitedString(Collection<?>) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a Collection into a delimited String (e.g., CSV).
- collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- collectionToDelimitedString(Collection<?>, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a Collection into a delimited String (e.g.
- CollectionUtils - Class in org.bardframework.commons.utils
-
Miscellaneous collection utility methods.
- commaDelimitedListToSet(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
- commaDelimitedListToStringArray(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Convert a comma delimited list (e.g., a row from a CSV file) into an
array of strings.
- compare(char, char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Compares two char values numerically.
- compare(T, T) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Null safe comparison of Comparables.
- compare(T, T, boolean) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Null safe comparison of Comparables.
- compare(String, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- compare(String, String, boolean) - Static method in class org.bardframework.commons.utils.StringUtils
-
- compareIgnoreCase(String, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- compareIgnoreCase(String, String, boolean) - Static method in class org.bardframework.commons.utils.StringUtils
-
- compareTo(Fraction) - Method in class org.bardframework.commons.utils.Fraction
-
Compares this object to another based on size.
- concatenateStringArrays(String[], String[]) - Static method in class org.bardframework.commons.utils.StringUtils
-
Concatenate the given String arrays into one,
with overlapping array elements included twice.
- CONST(boolean) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(byte) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(char) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(short) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(int) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(long) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(float) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(double) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(T) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_BYTE(int) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_SHORT(int) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
This method returns the provided value unchanged.
- containDigit(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- contains(Object[], Object) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the object is in the given array.
- contains(long[], long) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(int[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(short[], short) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(char[], char) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(byte[], byte) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(double[], double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(double[], double, double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if a value falling within the given tolerance is in the
given array.
- contains(float[], float) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(boolean[], boolean) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if the value is in the given array.
- contains(Iterator<?>, Object) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Check whether the given Iterator contains the given element.
- contains(Enumeration<?>, Object) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Check whether the given Enumeration contains the given element.
- contains(CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if CharSequence contains a search character, handling null.
- contains(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if CharSequence contains a search CharSequence, handling null.
- containsAny(Collection<?>, Collection<?>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Return true if any element in 'candidates' is
contained in 'source'; otherwise returns false.
- containsAny(CharSequence, char...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains any character in the given
set of characters.
- containsAny(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains any character in the given set of characters.
- containsAny(CharSequence, CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains any of the CharSequences in the given array.
- containsConstant(Enum<?>[], String) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name,
ignoring case when determining a match.
- containsConstant(Enum<?>[], String, boolean) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name.
- containsElement(Object[], Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Check whether the given array contains the given element.
- containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if CharSequence contains a search CharSequence irrespective of case,
handling null.
- containsInstance(Collection<?>, Object) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Check whether the given Collection contains the given element instance.
- containsNone(CharSequence, char...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks that the CharSequence does not contain certain characters.
- containsNone(CharSequence, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks that the CharSequence does not contain certain characters.
- containsOnly(CharSequence, char...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only certain characters.
- containsOnly(CharSequence, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only certain characters.
- containsWhitespace(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Check whether the given String contains any whitespace characters.
- containsWhitespace(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Check whether the given CharSequence contains any whitespace characters.
- contentEquals(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEquals(InputStream, InputStream) - Static method in class org.bardframework.commons.utils.IOUtils
-
Compares the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - Static method in class org.bardframework.commons.utils.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not.
- contentEqualsIgnoreEOL(File, File, String) - Static method in class org.bardframework.commons.utils.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEqualsIgnoreEOL(Reader, Reader) - Static method in class org.bardframework.commons.utils.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- convertFileCollectionToFileArray(Collection<File>) - Static method in class org.bardframework.commons.utils.FileUtils
-
Converts a Collection containing java.io.File instanced into array
representation.
- copy(InputStream, OutputStream) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from an InputStream to an
OutputStream.
- copy(InputStream, OutputStream, int) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from an InputStream to an OutputStream using an internal buffer of the
given size.
- copy(InputStream, Writer, Charset) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(InputStream, Writer, String) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies chars from a Reader to a Writer.
- copy(Reader, OutputStream, Charset) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy(Reader, OutputStream, String) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyDirectory(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a whole directory to a new location.
- copyDirectory(File, File, FileFilter) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a filtered directory to a new location preserving the file dates.
- copyDirectory(File, File, FileFilter, boolean) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a filtered directory to a new location.
- copyDirectoryToDirectory(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a directory to within another directory preserving the file dates.
- copyFile(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a file to a new location.
- copyFile(File, OutputStream) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copy bytes from a File to an OutputStream.
- copyFileToDirectory(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a file to a directory preserving the file date.
- copyFileToDirectory(File, File, boolean) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a file to a directory optionally preserving the file date.
- copyInputStreamToFile(InputStream, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies bytes from an
InputStream source to a file
destination.
- copyLarge(InputStream, OutputStream) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, byte[]) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, long, long) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(InputStream, OutputStream, long, long, byte[]) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(Reader, Writer) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, char[]) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, long, long) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyLarge(Reader, Writer, long, long, char[]) - Static method in class org.bardframework.commons.utils.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyToDirectory(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a file or directory to within another directory preserving the file dates.
- copyToDirectory(Iterable<File>, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies a files to a directory preserving each file's date.
- copyToFile(InputStream, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies bytes from an
InputStream source to a file
destination.
- copyURLToFile(URL, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies bytes from the URL source to a file
destination.
- copyURLToFile(URL, File, int, int) - Static method in class org.bardframework.commons.utils.FileUtils
-
Copies bytes from the URL source to a file
destination.
- countMatches(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Counts how many times the substring appears in the larger string.
- countMatches(CharSequence, char) - Static method in class org.bardframework.commons.utils.StringUtils
-
Counts how many times the char appears in the given string.
- countOccurrencesOf(String, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Count the occurrences of the substring sub in string str.
- CR - Static variable in class org.bardframework.commons.utils.CharUtils
-
carriage return CR ('\r').
- identityToString(Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Gets the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(Appendable, Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(StringBuffer, Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(StringBuilder, Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- ImageUtils - Class in org.bardframework.commons.utils
-
- INDEX_NOT_FOUND - Static variable in class org.bardframework.commons.utils.ArrayUtils
-
The index value when an element is not found in a list or array: -1.
- INDEX_NOT_FOUND - Static variable in class org.bardframework.commons.utils.StringUtils
-
- indexOf(Object[], Object) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given object in the array.
- indexOf(Object[], Object, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given object in the array starting at the given index.
- indexOf(long[], long) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(long[], long, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(int[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(int[], int, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(short[], short) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(short[], short, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(char[], char) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(char[], char, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(byte[], byte) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(byte[], byte, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(double[], double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(double[], double, double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value within a given tolerance in the array.
- indexOf(double[], double, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(double[], double, int, double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(float[], float) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(float[], float, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(boolean[], boolean) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(boolean[], boolean, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(CharSequence, CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Finds the first index within a CharSequence, handling null.
- indexOfAny(CharSequence, char...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Search a CharSequence to find the first index of any
character in the given set of characters.
- indexOfAny(CharSequence, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Search a CharSequence to find the first index of any
character in the given set of characters.
- indexOfAny(CharSequence, CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(CharSequence, char...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Searches a CharSequence to find the first index of any
character not in the given set of characters.
- indexOfAnyBut(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Search a CharSequence to find the first index of any
character not in the given set of characters.
- indexOfDifference(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Compares two CharSequences, and returns the index at which the
CharSequences begin to differ.
- indexOfDifference(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Compares all CharSequences in an array and returns the index at which the
CharSequences begin to differ.
- indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Case in-sensitive find of the first index within a CharSequence.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Case in-sensitive find of the first index within a CharSequence
from the specified position.
- insert(int, boolean[], boolean...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, byte[], byte...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, char[], char...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, double[], double...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, float[], float...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, int[], int...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, long[], long...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, short[], short...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, T[], T...) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- intValue() - Method in class org.bardframework.commons.utils.Fraction
-
Gets the fraction as an int.
- invert() - Method in class org.bardframework.commons.utils.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- IOUtils - Class in org.bardframework.commons.utils
-
General IO stream manipulation utilities.
- IOUtils() - Constructor for class org.bardframework.commons.utils.IOUtils
-
Instances should NOT be constructed in standard programming.
- IpUtils - Class in org.bardframework.commons.utils
-
- isAllBlank(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if all of the CharSequences are empty (""), null or whitespace only.
- isAllEmpty(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if all of the CharSequences are empty ("") or null.
- isAllLowerCase(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only lowercase characters.
- isAllUpperCase(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only uppercase characters.
- isAlpha(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode letters, digits
or space (' ').
- isAlphaSpace(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode letters and
space (' ').
- isAnyBlank(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if any of the CharSequences are empty ("") or null or whitespace only.
- isAnyEmpty(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if any of the CharSequences are empty ("") or null.
- isArray(Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isArrayIndexValid(T[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Returns whether a given array can safely be accessed at the given index.
- isAscii(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - Static method in class org.bardframework.commons.utils.CharUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only ASCII printable characters.
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that superType.isAssignableFrom(subType) is true.
- isBlank(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isCheckedException(Throwable) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isEmpty(Object[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of Objects is empty or null.
- isEmpty(long[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive longs is empty or null.
- isEmpty(int[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive ints is empty or null.
- isEmpty(short[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive shorts is empty or null.
- isEmpty(char[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive chars is empty or null.
- isEmpty(byte[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive bytes is empty or null.
- isEmpty(double[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive doubles is empty or null.
- isEmpty(float[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive floats is empty or null.
- isEmpty(boolean[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive booleans is empty or null.
- isEmpty(Collection<?>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty(Map<?, ?>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Return true if the supplied Map is null or empty.
- isEmpty(Object[]) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Checks if an Object is empty or null.
- isEmpty(Object) - Static method in class org.bardframework.commons.utils.StringUtils
-
Check whether the given object (possibly a String) is empty.
- isEmpty(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isFileNewer(File, Date) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is newer than the specified
Date.
- isFileNewer(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is newer than the reference
File.
- isFileNewer(File, long) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is newer than the specified
time reference.
- isFileOlder(File, Date) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is older than the specified
Date.
- isFileOlder(File, File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is older than the reference
File.
- isFileOlder(File, long) - Static method in class org.bardframework.commons.utils.FileUtils
-
Tests if the specified File is older than the specified
time reference.
- isInstanceOf(Class<?>, Object, String) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that the provided object is an instance of the provided class.
- isMixedCase(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains mixed casing of both uppercase and lowercase characters.
- isNoneBlank(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if none of the CharSequences are empty (""), null or whitespace only.
- isNoneEmpty(CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if none of the CharSequences are empty ("") or null.
- isNotBlank(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(T[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of Objects is not empty and not null.
- isNotEmpty(long[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive longs is not empty and not null.
- isNotEmpty(int[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive ints is not empty and not null.
- isNotEmpty(short[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive shorts is not empty and not null.
- isNotEmpty(char[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive chars is not empty and not null.
- isNotEmpty(byte[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive bytes is not empty and not null.
- isNotEmpty(double[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive doubles is not empty and not null.
- isNotEmpty(float[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive floats is not empty and not null.
- isNotEmpty(boolean[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks if an array of primitive booleans is not empty and not null.
- isNotEmpty(Collection<?>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Return true if the supplied Collection is not null or empty.
- isNotEmpty(Object) - Static method in class org.bardframework.commons.utils.ObjectUtils
-
Checks if an Object is not empty and not null.
- isNotEmpty(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if a CharSequence is not empty ("") and not null.
- isNull(Object, String) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that an object is null.
- isNull(Object, Supplier<String>) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert that an object is null.
- isNumeric(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode digits.
- isNumericSpace(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only Unicode digits or space
(' ').
- isSameLength(Object[], Object[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(long[], long[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(int[], int[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(short[], short[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(char[], char[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(byte[], byte[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(double[], double[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(float[], float[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(boolean[], boolean[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameType(Object, Object) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Checks whether two arrays are the same type taking into account
multi-dimensional arrays.
- isSorted(T[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to the class's
compareTo method.
- isSorted(T[], Comparator<T>) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to the provided Comparator.
- isSorted(int[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(long[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(short[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(double[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(float[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(byte[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(boolean[]) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering
(false before true).
- isSymlink(File) - Static method in class org.bardframework.commons.utils.FileUtils
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isTrue(boolean, String) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false.
- isTrue(boolean, Supplier<String>) - Static method in class org.bardframework.commons.utils.AssertionUtils
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false.
- isWhitespace(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Checks if the CharSequence contains only whitespace.
- lastElement(Set<T>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Retrieve the last element of the given Set, using
SortedSet.last()
or otherwise iterating over all elements (assuming a linked set).
- lastElement(List<T>) - Static method in class org.bardframework.commons.utils.CollectionUtils
-
Retrieve the last element of the given List, accessing the highest index.
- lastIndexOf(Object[], Object) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given object within the array.
- lastIndexOf(Object[], Object, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given object in the array starting at the given index.
- lastIndexOf(long[], long) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(long[], long, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(int[], int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(int[], int, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(short[], short) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(short[], short, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(char[], char) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(char[], char, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(byte[], byte) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(byte[], byte, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(double[], double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(double[], double, double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within a given tolerance in the array.
- lastIndexOf(double[], double, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(double[], double, int, double) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(float[], float) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(float[], float, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(boolean[], boolean) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(boolean[], boolean, int) - Static method in class org.bardframework.commons.utils.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Returns the index within seq of the last occurrence of
the specified character.
- lastIndexOf(CharSequence, int, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Returns the index within seq of the last occurrence of
the specified character, searching backward starting at the
specified index.
- lastIndexOf(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Finds the last index within a CharSequence, handling null.
- lastIndexOf(CharSequence, CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Finds the last index within a CharSequence, handling null.
- lastIndexOfAny(CharSequence, CharSequence...) - Static method in class org.bardframework.commons.utils.StringUtils
-
Find the latest index of any of a set of potential substrings.
- lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Case in-sensitive find of the last index within a CharSequence.
- lastIndexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Case in-sensitive find of the last index within a CharSequence
from the specified position.
- lastOrdinalIndexOf(CharSequence, CharSequence, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Finds the n-th last index within a String, handling null.
- left(String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Gets the leftmost len characters of a String.
- leftPad(String, int) - Static method in class org.bardframework.commons.utils.StringUtils
-
Left pad a String with spaces (' ').
- leftPad(String, int, char) - Static method in class org.bardframework.commons.utils.StringUtils
-
Left pad a String with a specified character.
- leftPad(String, int, String) - Static method in class org.bardframework.commons.utils.StringUtils
-
Left pad a String with a specified String.
- length(CharSequence) - Static method in class org.bardframework.commons.utils.StringUtils
-
Gets a CharSequence length or 0 if the CharSequence is
null.
- LF - Static variable in class org.bardframework.commons.utils.CharUtils
-
linefeed LF ('\n').
- LINE_SEPARATOR - Static variable in class org.bardframework.commons.utils.IOUtils
-
The system line separator string.
- LINE_SEPARATOR_UNIX - Static variable in class org.bardframework.commons.utils.IOUtils
-
The Unix line separator string.
- LINE_SEPARATOR_WINDOWS - Static variable in class org.bardframework.commons.utils.IOUtils
-
The Windows line separator string.
- longValue() - Method in class org.bardframework.commons.utils.Fraction
-
Gets the fraction as a long.
- lowerCase(String) - Static method in class org.bardframework.commons.utils.StringUtils
-
- lowerCase(String, Locale) - Static method in class org.bardframework.commons.utils.StringUtils
-