Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IDNInternetAddress - Class in de.cuioss.tools.net
Utility class to handle IDN email addresses.
IDNInternetAddress() - Constructor for class de.cuioss.tools.net.IDNInternetAddress
 
ignoreMissingValues() - Method in class de.cuioss.tools.formatting.SimpleFormatter.SimpleFormatterBuilder
immutableList() - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance.
immutableList(E) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given element.
immutableList(E...) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given elements.
immutableList(Iterable<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given elements.
immutableList(Collection<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given elements.
immutableList(Iterator<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given elements.
immutableList(Stream<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable List instance containing the given elements.
immutableMap() - Static method in class de.cuioss.tools.collect.CollectionLiterals
immutableMap.
immutableMap(Map<K, V>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
immutableMap(Stream<Map.Entry<K, V>>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Copies the entries of the given map stream into a new map which is then returned as an unmodifiable map.
immutableMap(K, V) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Convenience method for the inline creation of a map with values
immutableMap(K, V, K, V) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Convenience method for the inline creation of a map with values
immutableMap(K, V, K, V, K, V) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Convenience method for the inline creation of a map with values
immutableMap(K, V, K, V, K, V, K, V) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Convenience method for the inline creation of a map with values
immutableSet() - Static method in class de.cuioss.tools.collect.CollectionLiterals
immutableSet.
immutableSet(E) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable Set instance containing the given elements.
immutableSet(E...) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable Set instance containing the given elements.
immutableSet(Iterable<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable Set instance containing the given elements.
immutableSet(Iterator<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable Set instance containing the given elements.
immutableSet(Stream<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable Set instance containing the given elements.
immutableSortedSet() - Static method in class de.cuioss.tools.collect.CollectionLiterals
immutableSortedSet.
immutableSortedSet(E) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable SortedSet instance containing the given elements.
immutableSortedSet(E...) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable SortedSet instance containing the given elements.
immutableSortedSet(Iterable<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable SortedSet instance containing the given elements.
immutableSortedSet(Iterator<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable SortedSet instance containing the given elements.
immutableSortedSet(Stream<? extends E>) - Static method in class de.cuioss.tools.collect.CollectionLiterals
Creates an immutable SortedSet instance containing the given elements.
INCLUDE_VIEW_PARAMETER - Static variable in class de.cuioss.tools.net.UrlParameter
Shortcut constant parameter for includeViewParams.
INDEX_NOT_FOUND - Static variable in class de.cuioss.tools.string.MoreStrings
Represents a failed index search.
indexOf(CharSequence, int) - Static method in class de.cuioss.tools.string.MoreStrings
Returns the index within seq of the first occurrence of the specified character.
indexOf(CharSequence, int, int) - Static method in class de.cuioss.tools.string.MoreStrings
Returns the index within cs of the first occurrence of the specified character, starting the search at the specified index.
indexOf(CharSequence, CharSequence, int) - Static method in class de.cuioss.tools.string.MoreStrings
Used by the indexOf(CharSequence methods) as a green implementation of indexOf.
indexOfExtension(String) - Static method in class de.cuioss.tools.io.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - Static method in class de.cuioss.tools.io.FilenameUtils
Returns the index of the last directory separator character.
info(String) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
info(String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
info(String, Throwable) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
info(Throwable, String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
info(Throwable, Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
info(Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the info level.
INFO - Enum constant in enum class de.cuioss.tools.logging.LogLevel
Info Level, maps to Level.INFO.
inputStream() - Method in class de.cuioss.tools.io.ClassPathLoader
 
inputStream() - Method in interface de.cuioss.tools.io.FileLoader
This method should be within a try-with-resources statement as it is not closed by the implementation.
inputStream() - Method in class de.cuioss.tools.io.FileSystemLoader
 
inputStream() - Method in class de.cuioss.tools.io.UrlLoader
 
INSENSITIVE - Enum constant in enum class de.cuioss.tools.io.IOCase
The constant for case-insensitive regardless of operating system.
IOCase - Enum Class in de.cuioss.tools.io
Enumeration of IO case sensitivity.
IOStreams - Class in de.cuioss.tools.io
Provides a number of utilities in context InputStream and OutputStreams.
IOStreams() - Constructor for class de.cuioss.tools.io.IOStreams
 
is(String) - Method in enum class de.cuioss.tools.io.FileTypePrefix
 
isAllLowerCase(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if the CharSequence contains only lowercase characters.
isAllUpperCase(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if the CharSequence contains only uppercase characters.
isAnyFalse(boolean...) - Static method in class de.cuioss.tools.base.BooleanOperations
Shorthand for checking if at least one of the given booleans is false
isAnyTrue(boolean...) - Static method in class de.cuioss.tools.base.BooleanOperations
Shorthand for checking if at least one of the given booleans is true
isBlank(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if a CharSequence is empty (""), null or whitespace only.
isCaseSensitive() - Method in enum class de.cuioss.tools.io.IOCase
Does the object represent case-sensitive comparison.
isDebugEnabled() - Method in class de.cuioss.tools.logging.CuiLogger
Is the logger instance enabled for the debug level?
isEmpty() - Method in class de.cuioss.tools.collect.CollectionBuilder
isEmpty.
isEmpty() - Method in class de.cuioss.tools.collect.MapBuilder
isEmpty.
isEmpty() - Method in class de.cuioss.tools.net.UrlParameter
Returns a boolean indicating whether the UrlParameter is empty, saying has a null value
isEmpty(boolean[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(byte[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(char[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(double[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(float[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(int[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(long[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(short[]) - Static method in class de.cuioss.tools.lang.MoreArrays
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if a CharSequence is empty ("") or null.
isEmpty(Iterable<?>) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(Object...) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given varags-parameter.
isEmpty(Collection<?>) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(Iterator<?>) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(Map<?, ?>) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given parameter.
isEmpty(Stream<?>) - Static method in class de.cuioss.tools.collect.MoreCollections
Simple check method for a null safe check of the emptiness of the given parameter.
isErrorEnabled() - Method in class de.cuioss.tools.logging.CuiLogger
Is the logger instance enabled for the error level?
isExcluded(String) - Method in class de.cuioss.tools.net.ParameterFilter
 
isExtension(String, String) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether the extension of the filename is that specified.
isExtension(String, String...) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isExtension(String, Collection<String>) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isFilesystemLoader() - Method in class de.cuioss.tools.io.ClassPathLoader
 
isFilesystemLoader() - Method in interface de.cuioss.tools.io.FileLoader
 
isFilesystemLoader() - Method in class de.cuioss.tools.io.FileSystemLoader
 
isFilesystemLoader() - Method in class de.cuioss.tools.io.UrlLoader
 
isInfoEnabled() - Method in class de.cuioss.tools.logging.CuiLogger
Is the logger instance enabled for the info level?
isMoreAvailable() - Method in interface de.cuioss.tools.collect.PartialCollection
isMoreAvailable.
isNotBlank(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
isNumeric(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if the CharSequence contains only Unicode digits.
isPresent(CharSequence) - Static method in class de.cuioss.tools.string.MoreStrings
Checks if a CharSequence is not empty ("") or null.
isReadable() - Method in class de.cuioss.tools.io.ClassPathLoader
 
isReadable() - Method in interface de.cuioss.tools.io.FileLoader
 
isReadable() - Method in class de.cuioss.tools.io.UrlLoader
 
isRunning() - Method in class de.cuioss.tools.concurrent.StopWatch
 
isSameFile(Path, Path) - Static method in class de.cuioss.tools.io.MorePaths
Checks, if the two given paths are pointing to the same location.
isStringToken() - Method in class de.cuioss.tools.formatting.template.token.ActionToken
 
isStringToken() - Method in class de.cuioss.tools.formatting.template.token.StringToken
 
isStringToken() - Method in interface de.cuioss.tools.formatting.template.token.Token
 
isTraceEnabled() - Method in class de.cuioss.tools.logging.CuiLogger
Is the logger instance enabled for the trace level?
isValidBoolean(String) - Static method in class de.cuioss.tools.base.BooleanOperations
 
isValidUri(String) - Method in class de.cuioss.tools.net.UrlHelper
 
isWarnEnabled() - Method in class de.cuioss.tools.logging.CuiLogger
Is the logger instance enabled for the warn level?
isWritable() - Method in interface de.cuioss.tools.io.FileWriter
 
iterator() - Method in class de.cuioss.tools.collect.CollectionBuilder
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form