- canWrite(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- capitalise(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- capitalize(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- center(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Centers a String in a larger String of size size
using the space character (' ').
- center(String, int, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Centers a String in a larger String of size size
.
- center(String, int, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Centers a String in a larger String of size size
.
- chomp(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes one newline from end of a String if it's there,
otherwise leave it alone.
- chomp(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes separator
from the end of
str
if it's there, otherwise leave it alone.
- chompLast(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- chompLast(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- chop(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Remove the last character from a String.
- chopNewline(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- clean(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- clear() - Method in class manifold.rt.api.util.Stack
-
- close(Closeable...) - Static method in class manifold.rt.api.util.StreamUtil
-
Closes the specified streams, suppressing any IOExceptions for inputstreams and readers.
- closeNoThrow(Closeable) - Static method in class manifold.rt.api.util.StreamUtil
-
Close and swallow exception the exception.
- computeNext() - Method in class manifold.rt.api.util.AbstractIterator
-
Computes the next item in the iterator.
- concatenate(Object[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
- contains(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if String contains a search character, handling null
.
- contains(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if String contains a search String, handling null
.
- contains(T) - Method in class manifold.rt.api.util.Stack
-
- containsAny(String, char[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains any character in the given
set of characters.
- containsAny(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains any character in the given set of characters.
- containsIgnoreCase(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if String contains a search String irrespective of case,
handling null
.
- containsNone(String, char[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks that the String does not contain certain characters.
- containsNone(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks that the String does not contain certain characters.
- containsOnly(String, char[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only certain characters.
- containsOnly(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only certain characters.
- copy(InputStream, OutputStream) - Static method in class manifold.rt.api.util.StreamUtil
-
Copies the content of an input stream to an output stream.
- copy(InputStream, Writer) - Static method in class manifold.rt.api.util.StreamUtil
-
Copies the content of an input stream to a writer.
- copy(Reader, OutputStream) - Static method in class manifold.rt.api.util.StreamUtil
-
Copies the content of a reader to an output stream.
- copy(Reader, Writer) - Static method in class manifold.rt.api.util.StreamUtil
-
Copies the content of a reader to a writer.
- copy(File, File) - Static method in class manifold.rt.api.util.StreamUtil
-
Recursively copy a file or directory to a directory.
- copy(File, File, Predicate<File>) - Static method in class manifold.rt.api.util.StreamUtil
-
- copy(Path, Path) - Static method in class manifold.rt.api.util.StreamUtil
-
Recursively copy a file or directory to a directory.
- countMatches(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Counts how many times the substring appears in the larger String.
- countRegexpMatches(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Counts how many times the regexp appears in the larger String.
- create(String, String...) - Static method in class manifold.rt.api.util.PathUtil
-
- create(Path, String) - Static method in class manifold.rt.api.util.PathUtil
-
- create(URI) - Static method in class manifold.rt.api.util.PathUtil
-
- createInputStream(Path, OpenOption...) - Static method in class manifold.rt.api.util.PathUtil
-
- createNewFile(Path, FileAttribute...) - Static method in class manifold.rt.api.util.PathUtil
-
- createOutputStream(Path, OpenOption...) - Static method in class manifold.rt.api.util.PathUtil
-
- createReader(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- createWriter(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- get() - Static method in class manifold.rt.api.Bootstraps
-
- get(int) - Method in class manifold.rt.api.util.RegExpMatch
-
- get(int) - Method in class manifold.rt.api.util.Stack
-
- getAbsolutePath(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- getAbsolutePath(String) - Static method in class manifold.rt.api.util.PathUtil
-
- getAbsolutePathName(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- getAbsolutePathName(String) - Static method in class manifold.rt.api.util.PathUtil
-
- getAllInterfaces(Class) - Static method in class manifold.rt.api.util.ManClassUtil
-
- getBase() - Method in class manifold.rt.api.util.Stack
-
- getChomp(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getColumnNumber() - Method in exception manifold.rt.api.ScriptException
-
Get the column number on which an error occurred.
- getCommonPrefix(String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Compares all Strings in an array and returns the demo sequence of
characters that is common to all of them.
- getContent(InputStream) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns the content of the specified input stream.
- getContent(Reader) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns the content of the specified reader.
- getFileExtension(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
- getFileExtension(File) - Static method in class manifold.rt.api.util.ManClassUtil
-
- getFileName() - Method in exception manifold.rt.api.ScriptException
-
Get the source of the script causing the error.
- getFirst() - Method in class manifold.rt.api.util.Pair.And.First
-
- getFirst() - Method in class manifold.rt.api.util.Pair
-
- getGroups() - Method in class manifold.rt.api.util.RegExpMatch
-
- getIdentifierForName(String) - Static method in class manifold.rt.api.util.ReservedWordMapping
-
- getIndexForLineNumber(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getInputStreamReader(InputStream) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns a reader for the specified input stream, using UTF-8 encoding.
- getInputStreamReader(InputStream, String) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns a reader for the specified input stream, using specified encoding.
- getLevenshteinDistance(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Find the Levenshtein distance between two Strings.
- getLineNumber() - Method in exception manifold.rt.api.ScriptException
-
Get the line number on which an error occurred.
- getLineNumberForIndex(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getMatcher() - Method in class manifold.rt.api.util.RegExpMatch
-
- getMessage() - Method in exception manifold.rt.api.ScriptException
-
Returns a message containing the String passed to a constructor as well as
line and column numbers and filename if any of these are known.
- getMetadata() - Method in interface manifold.rt.api.Bindings
-
Supports maintaining metadata about this instance
- getName(Path) - Static method in class manifold.rt.api.util.PathUtil
-
- getNameNoPackage(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
- getNestedString(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getNestedString(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getOutputStreamWriter(OutputStream) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns a writer for the specified output stream, using UTF-8 encoding.
- getPackage(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
- getPattern() - Method in class manifold.rt.api.util.RegExpMatch
-
- getPrechomp(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getSecond() - Method in class manifold.rt.api.util.Pair
-
- getSHA1String(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- getShortClassName(Class) - Static method in class manifold.rt.api.util.ManClassUtil
-
Gets the class name minus the package name from a Class
.
- getShortClassName(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
Gets the class name minus the package name from a String.
- getStringInputStream(CharSequence) - Static method in class manifold.rt.api.util.StreamUtil
-
Returns an input stream for the specified character sequence, using UTF-8 encoding.
- getUnicodeEscape(char) - Static method in class manifold.rt.api.util.ManEscapeUtil
-
- IBootstrap - Interface in manifold.rt.api
-
- identityToString(Object) - Static method in class manifold.rt.api.util.ManObjectUtil
-
Gets the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(StringBuffer, Object) - Static method in class manifold.rt.api.util.ManObjectUtil
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- IncrementalCompile - Annotation Type in manifold.rt.api
-
Use @IncrementalCompile
to instruct Manifold to compile select resources incrementally.
- INDEX_NOT_FOUND - Static variable in class manifold.rt.api.util.ManStringUtil
-
Represents a failed index search.
- indexOf(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Finds the first index within a String, handling null
.
- indexOf(String, char, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Finds the first index within a String from a start position,
handling null
.
- indexOf(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Finds the first index within a String, handling null
.
- indexOf(String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Finds the first index within a String, handling null
.
- indexOf(T) - Method in class manifold.rt.api.util.Stack
-
- indexOfAny(String, char[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(String, char[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfAnyBut(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfDifference(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Compares two Strings, and returns the index at which the
Strings begin to differ.
- indexOfDifference(String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- insert(T, int) - Method in class manifold.rt.api.util.Stack
-
- instance() - Static method in class manifold.rt.api.util.Pair.And
-
- isAlpha(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode letters.
- isAlphanumeric(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode letters or digits.
- isAlphanumericSpace(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode letters, digits
or space (' '
).
- isAlphaSpace(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode letters and
space (' ').
- isAsciiAlphanumeric(char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isBlank(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if a String is whitespace, empty ("") or null.
- isCrLf(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- isDirectory(Path, LinkOption...) - Static method in class manifold.rt.api.util.PathUtil
-
- isEmpty(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if a String is empty ("") or null.
- isEmpty() - Method in class manifold.rt.api.util.Stack
-
- isFile(Path, LinkOption...) - Static method in class manifold.rt.api.util.PathUtil
-
- isHexidecimal(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only hexidecimal digits.
- isHexidecimalSpace(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only hexidecimal digits or space
(' '
).
- isJavaIdentifier(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
- isJavaReferenceArray(Object) - Static method in class manifold.rt.api.util.ManObjectUtil
-
- isNotBlank(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotEmpty(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if a String is not empty ("") and not null.
- isNumeric(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode digits.
- isNumericSpace(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only unicode digits or space
(' '
).
- isStructuralInterface(Types, Symbol) - Static method in interface manifold.rt.api.util.TypesUtil
-
- isValidClassName(String) - Static method in class manifold.rt.api.util.ManClassUtil
-
- isWhitespace(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Checks if the String contains only whitespace.
- iterator() - Method in class manifold.rt.api.util.Stack
-
- RegExpMatch - Class in manifold.rt.api.util
-
- RegExpMatch(Matcher) - Constructor for class manifold.rt.api.util.RegExpMatch
-
- remove(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes all occurrences of a substring from within the source string.
- remove(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes all occurrences of a character from within the source string.
- removeEnd(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Case insensitive removal of a substring if it is at the end of a source string,
otherwise returns the source string.
- removeStart(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes a substring only if it is at the begining of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Case insensitive removal of a substring if it is at the begining of a source string,
otherwise returns the source string.
- renameTo(Path, Path, CopyOption...) - Static method in class manifold.rt.api.util.PathUtil
-
- repeat(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Repeat a String repeat
times to form a
new String.
- replace(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces a String with another String inside a larger String,
for the first max
values of the search String.
- replaceChars(String, char, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces all occurrences of a character in a String with another.
- replaceChars(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces multiple characters in a String in one go.
- replaceCRLFwithLF(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- replaceEach(String, String[], String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces all occurrences of Strings within another String.
- replaceEachRepeatedly(String, String[], String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces all occurrences of Strings within another String.
- replaceOnce(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Replaces a String with another String inside a larger String, once.
- ReservedWordMapping - Class in manifold.rt.api.util
-
- ReservedWordMapping() - Constructor for class manifold.rt.api.util.ReservedWordMapping
-
- reverse(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
- right(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the rightmost len
characters of a String.
- rightPad(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Right pad a String with spaces (' ').
- rightPad(String, int, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Right pad a String with a specified character.
- rightPad(String, int, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Right pad a String with a specified String.
- ScriptException - Exception in manifold.rt.api
-
This class is adapted from javax.script.ScriptException because some Java-based runtime environments such as Android
do not support javax.script.
- ScriptException(String) - Constructor for exception manifold.rt.api.ScriptException
-
Creates a ScriptException
with a String to be used in its message.
- ScriptException(Exception) - Constructor for exception manifold.rt.api.ScriptException
-
Creates a ScriptException
wrapping an Exception
thrown by an underlying
interpreter.
- ScriptException(String, String, int) - Constructor for exception manifold.rt.api.ScriptException
-
Creates a ScriptException
with message, filename and linenumber to
be used in error messages.
- ScriptException(String, String, int, int) - Constructor for exception manifold.rt.api.ScriptException
-
ScriptException
constructor specifying message, filename, line number
and column number.
- ServiceUtil - Class in manifold.rt.api.util
-
- ServiceUtil() - Constructor for class manifold.rt.api.util.ServiceUtil
-
- setNext(T) - Method in class manifold.rt.api.util.AbstractIterator
-
Sets the next value in the iteration, called from the [computeNext] function
- setWritable(Path, boolean) - Static method in class manifold.rt.api.util.PathUtil
-
- size() - Method in class manifold.rt.api.util.RegExpMatch
-
- size() - Method in class manifold.rt.api.util.Stack
-
- SourcePosition - Annotation Type in manifold.rt.api
-
This annotation is used for an ITypeManifold
to map a generated Java
feature to the corresponding resource file location.
- split(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, using whitespace as the
separator.
- split(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator specified.
- split(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array with a maximum length,
separators specified.
- splitByCharacterType(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
.
- splitByCharacterTypeCamelCase(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
.
- splitByWholeSeparator(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator string specified.
- splitPreserveAllTokens(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, using whitespace as the
separator, preserving all tokens, including empty tokens created by
adjacent separators.
- splitPreserveAllTokens(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separator specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array, separators specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Splits the provided text into an array with a maximum length,
separators specified, preserving all tokens, including empty tokens
created by adjacent separators.
- Stack<T> - Class in manifold.rt.api.util
-
- Stack() - Constructor for class manifold.rt.api.util.Stack
-
- Stack(Stack<T>) - Constructor for class manifold.rt.api.util.Stack
-
- Stack(ArrayList<T>) - Constructor for class manifold.rt.api.util.Stack
-
- startsWith(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Check if a String starts with a specified prefix.
- startsWithAny(String, String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Check if a String starts with any of an array of specified strings.
- startsWithIgnoreCase(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Case insensitive check if a String starts with a specified prefix.
- StreamUtil - Class in manifold.rt.api.util
-
- strip(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips whitespace from the start and end of a String.
- strip(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips any of a set of characters from the start and end of a String.
- stripAll(String[]) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips whitespace from the start and end of every String in an array.
- stripAll(String[], String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips any of a set of characters from the start and end of every
String in an array.
- stripEnd(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips any of a set of characters from the end of a String.
- stripNewLinesAndExtraneousWhiteSpace(String) - Static method in class manifold.rt.api.util.ManEscapeUtil
-
- stripStart(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips any of a set of characters from the start of a String.
- stripToEmpty(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips whitespace from the start and end of a String returning
an empty String if null
input.
- stripToNull(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Strips whitespace from the start and end of a String returning
null
if the String is empty ("") after the strip.
- STRUCTURAL - Static variable in interface manifold.rt.api.util.TypesUtil
-
- substring(String, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the String that is nested in between two instances of the
same String.
- substringBetween(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Searches a String for substrings delimited by a start and end tag,
returning all matching substrings in an array.
- swapCase(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Swaps the case of a String changing upper and title case to
lower case, and lower case to upper case.
- TempFileUtil - Class in manifold.rt.api.util
-
- TempFileUtil() - Constructor for class manifold.rt.api.util.TempFileUtil
-
- toBytes(CharSequence) - Static method in class manifold.rt.api.util.StreamUtil
-
Converts the specified character sequence to bytes using UTF-8.
- toCamelCase(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Converts snake_case/kebab-case to camelCase e.g., my_var_name becomes myVarName.
- tokenize(String, char) - Static method in class manifold.rt.api.util.ManStringUtil
-
Split up a string into tokens delimited by the specified separator
character.
- toList() - Method in class manifold.rt.api.util.Stack
-
- toPascalCase(String, boolean) - Static method in class manifold.rt.api.util.ManStringUtil
-
Converts snake_case/kebab-case to PascalCase e.g., my-type-name becomes MyTypeName.
- toProperties(String) - Static method in class manifold.rt.api.util.StreamUtil
-
Converts the specified property file text to a Properties object.
- toString(Object) - Static method in class manifold.rt.api.util.ManObjectUtil
-
Gets the toString
of an Object
returning
an empty string ("") if null
input.
- toString(Object, String) - Static method in class manifold.rt.api.util.ManObjectUtil
-
Gets the toString
of an Object
returning
a specified text if null
input.
- toString() - Method in class manifold.rt.api.util.Pair
-
- toString() - Method in class manifold.rt.api.util.RegExpMatch
-
- toString(byte[]) - Static method in class manifold.rt.api.util.StreamUtil
-
Converts the specified byte array to a String using UTF-8.
- toString(byte[], int, int) - Static method in class manifold.rt.api.util.StreamUtil
-
Converts the specified byte array to a String using UTF-8.
- trim(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes control characters (char <= 32) from both
ends of this String, handling null
by returning
null
.
- trimToEmpty(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes control characters (char <= 32) from both
ends of this String returning an empty String ("") if the String
is empty ("") after the trim or if it is null
.
- trimToNull(String) - Static method in class manifold.rt.api.util.ManStringUtil
-
Removes control characters (char <= 32) from both
ends of this String returning null
if the String is
empty ("") after the trim or if it is null
.
- TYPE - Static variable in annotation type manifold.rt.api.SourcePosition
-
- TypeReference - Annotation Type in manifold.rt.api
-
- TypeReferences - Annotation Type in manifold.rt.api
-
- TypesUtil - Interface in manifold.rt.api.util
-