Index

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

A

addPredicate(Predicate<T>) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Adds a new filter to the list of already registered filters.
ALL_SYMBOLS - Enum constant in enum class ushiosan.jvm.UString.UGeneratorType
Element that identifies any character within the ASCII standard
allExtensions(File) - Static method in class ushiosan.jvm.filesystem.UResource
Gets all existing extensions in a resource location.
allExtensions(Path) - Static method in class ushiosan.jvm.filesystem.UResource
Gets all existing extensions in a resource location.
allExtensions(ZipEntry) - Static method in class ushiosan.jvm.filesystem.UResource
Gets all existing extensions in a resource location.
allExtensionsImpl(String) - Static method in class ushiosan.jvm.internal.validators.UResourceValidator
Gets all existing extensions in a location.
ALONE_CLASS_STACK - Static variable in class ushiosan.jvm.UClass
Property used to return only the current class from the inheritance stack.
ALPHANUMERIC - Enum constant in enum class ushiosan.jvm.UString.UGeneratorType
Element that identifies letter and number type characters
also(T, UEmptyFun.UEmptyFun1<T>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
alsoErr(T, UEmptyFunErr.UEmptyFunErr1<T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
alsoErrNotNull(T, UEmptyFunErr.UEmptyFunErr1<T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
alsoErrSafe(T, UEmptyFunErr.UEmptyFunErr1<T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
alsoErrSafeNotNull(T, UEmptyFunErr.UEmptyFunErr1<T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
alsoNotNull(T, UEmptyFun.UEmptyFun1<T>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
annotatedWith(boolean, Class<? extends Annotation>...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to check if the object contains one or more annotations.
annotatedWith(Class<? extends Annotation>...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to check if the object contains one or more annotations.
apply(T, UFun.UFun1<R, T>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
applyErr(T, UFunErr.UFunErr1<R, T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
applyErrNotNull(T, UFunErr.UFunErr1<R, T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
applyErrSafe(T, UFunErr.UFunErr1<R, T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
applyErrSafeNotNull(T, UFunErr.UFunErr1<R, T, E>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
applyNotNull(T, UFun.UFun1<R, T>) - Static method in class ushiosan.jvm.UAction
Applies configuration to an object based on a local context.
ARM - Enum constant in enum class ushiosan.jvm.platform.UArchitecture
ARM architecture (The new Apple devices run in this architecture)
arraysOnly() - Method in class ushiosan.jvm.internal.print.components.UArrayComponent
The method used to identify if the current instance only prints arrays of data.
arraysOnly() - Method in class ushiosan.jvm.internal.print.components.UCollectionComponent
The method used to identify if the current instance only prints arrays of data.
arraysOnly() - Method in class ushiosan.jvm.internal.print.components.UEntryComponent
The method used to identify if the current instance only prints arrays of data.
arraysOnly() - Method in class ushiosan.jvm.internal.print.components.UGeneralComponent
The method used to identify if the current instance only prints arrays of data.
arraysOnly() - Method in class ushiosan.jvm.internal.print.components.UThrowableComponent
The method used to identify if the current instance only prints arrays of data.
arraysOnly() - Method in interface ushiosan.jvm.print.UToStringComponent
The method used to identify if the current instance only prints arrays of data.
asFlags(int...) - Static method in class ushiosan.jvm.UNumber
converts an array of flags to a single value

B

basename(File) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource basename, without any extension.
basename(Path) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource basename, without any extension.
basename(ZipEntry) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource basename, without any extension.
basenameImpl(String, boolean) - Static method in class ushiosan.jvm.internal.validators.UResourceValidator
Gets the file base name, without any extension.
BYTE_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Byte representing the absence of data

C

canCast(Object, Class<?>) - Static method in class ushiosan.jvm.UObject
Check if one object can be cast to another type.
canCast(Object, Class<?>, boolean) - Static method in class ushiosan.jvm.UObject
Check if one object can be cast to another type.
canCastNotNull(Object, Class<?>) - Static method in class ushiosan.jvm.UObject
Check if one object can be cast to another type.
capitalize(CharSequence, boolean) - Static method in class ushiosan.jvm.UString
Transforms the text string and converts each word start to an uppercase letter
capitalizeWord(CharSequence) - Static method in class ushiosan.jvm.UString
Change the first letter of the word to a capital letter.
cast(Object) - Static method in class ushiosan.jvm.UObject
Recast the object towards the assigned destination.
cast(Object, Class<T>) - Static method in class ushiosan.jvm.UObject
Recast the object towards the assigned destination.
CHAR_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Character representing the absence of data
checkRecursiveCall(Class<?>, String) - Static method in class ushiosan.jvm.internal.validators.UReflectionValidator
Checks if a recursive call is being made at a certain point in the program.
classStack(Class<?>) - Static method in class ushiosan.jvm.UClass
Returns the inheritance of a class recursively.
classStack(Class<?>, int) - Static method in class ushiosan.jvm.UClass
Returns the inheritance of a class recursively.
combine(boolean, List<T>...) - Static method in class ushiosan.jvm.collections.UList
Combine different lists into a single collection
combine(List<T>...) - Static method in class ushiosan.jvm.collections.UList
Combine different lists into a single collection
combine(Set<T>...) - Static method in class ushiosan.jvm.collections.USet
Combine different sets into a single collection
contains(Object[], Object) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Checks if the array contains the selected element.
contentEquals(T[], T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Verify that the contents of two arrays are the same
copyOf(Map.Entry<T, K>) - Static method in class ushiosan.jvm.content.UPair
Copies the content of a map entry and converts it to a UPair object.

D

DOUBLE_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Double representing the absence of data

E

EMPTY_SIZE - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
The null size of the arrays
enumSetOf(Class<T>) - Static method in class ushiosan.jvm.collections.USet
Create an enum set with all enum elements.
equals(Object) - Method in class ushiosan.jvm.content.UPair
Indicates whether some other object is "equal to" this one.
excludeMembers(String...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Excludes all members matching any of the defined names
extension(File) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource extension.
extension(Path) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource extension.
extension(ZipEntry) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource extension.
extensionImpl(String[]) - Static method in class ushiosan.jvm.internal.validators.UResourceValidator
Gets the resource extension.
extractPairs(Map<T, K>) - Static method in class ushiosan.jvm.content.UPair
Extracts all map entries and converts them to UPair objects.
extractPairs(Properties) - Static method in class ushiosan.jvm.content.UPair
Extracts all-properties entries and converts them to UPair objects.
extractTrace(Throwable) - Static method in class ushiosan.jvm.UError
Gets the content of an exception in text format.
extractTrace(Throwable, int) - Static method in class ushiosan.jvm.UError
Gets the content of an exception in text format.

F

fieldType(Class<?>) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Exclusive method for Field type members.
fileSystem(URI) - Static method in class ushiosan.jvm.filesystem.UResource
Gets a valid file system depending on the scheme of the given url
fileSystem(URL) - Static method in class ushiosan.jvm.filesystem.UResource
Returns a valid file system depending on the scheme of the given url
filterFields(Class<?>, UReflectionOptions<Field>) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Filters the fields of a class depending on the filters passed within the configuration passed as a parameter.
filterMethods(Class<?>, UReflectionOptions<Method>) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Filters the methods of a class depending on the filters passed within the configuration passed as a parameter.
findField(Class<?>, String, Class<?>) - Static method in class ushiosan.jvm.reflection.UReflectionActions
Performs a search for a class member depending on the options passed as a parameter.
findField(Class<?>, String, Class<?>, UReflectionOptions<Field>) - Static method in class ushiosan.jvm.reflection.UReflectionActions
Performs a search for a class member depending on the options passed as a parameter.
findMethod(Class<?>, String, UReflectionOptions<Method>, Class<?>...) - Static method in class ushiosan.jvm.reflection.UReflectionActions
Performs a search for a class member depending on the options passed as a parameter.
findMethod(Class<?>, String, Class<?>...) - Static method in class ushiosan.jvm.reflection.UReflectionActions
Performs a search for a class member depending on the options passed as a parameter.
first - Variable in class ushiosan.jvm.content.UPair
First pair element
FLOAT_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Float representing the absence of data
FREE_BSD - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Free BSD operating system family
FS_DEFAULT_ALGORITHM - Static variable in class ushiosan.jvm.internal.validators.UResourceValidator
FS_EMPTY_EXTENSIONS - Static variable in class ushiosan.jvm.internal.validators.UResourceValidator
Empty extensions array
FS_EXTENSION_IDENTIFIER - Static variable in class ushiosan.jvm.internal.validators.UResourceValidator
Character used to identify all file extensions
FS_RESOURCE_BUFFER_SIZE_STANDARD - Static variable in class ushiosan.jvm.internal.validators.UResourceValidator
Standard size for data buffers
FS_STANDARD_FILE_SEPARATOR - Static variable in class ushiosan.jvm.internal.validators.UResourceValidator
Character used to identify all standard file separators
FULL_CLASS_STACK - Static variable in class ushiosan.jvm.UClass
Property used to return the entire inheritance stack of a class.

G

generate() - Static method in class ushiosan.jvm.reflection.UReflectionOptions
Generates a generic instance of options for use with reflection
generateForFields() - Static method in class ushiosan.jvm.reflection.UReflectionOptions
Generates a field instance of options for use with reflection
generateForMethods() - Static method in class ushiosan.jvm.reflection.UReflectionOptions
Generates a method instance of options for use with reflection
getArrayIndividualClass(T[]) - Static method in class ushiosan.jvm.UClass
Returns the class of the individual object in an array.
getArrayIndividualClass(T[][]) - Static method in class ushiosan.jvm.UClass
Returns the class of the individual object in an array.
getArrayMultipleIndividualClass(Object) - Static method in class ushiosan.jvm.UClass
Returns the class of the individual object in an array.
getByteBit(Number, int) - Static method in class ushiosan.jvm.UNumber
Gets the value of the specific bit from the given number
getInstance() - Static method in class ushiosan.jvm.internal.print.components.UArrayComponent
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in class ushiosan.jvm.internal.print.components.UCollectionComponent
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in class ushiosan.jvm.internal.print.components.UEntryComponent
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in class ushiosan.jvm.internal.print.components.UGeneralComponent
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in class ushiosan.jvm.internal.print.components.UThrowableComponent
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in class ushiosan.jvm.internal.print.UToStringManagerImpl
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getInstance() - Static method in interface ushiosan.jvm.print.UToStringManager
Generates an instance of the specified class and saves it so that only one instance exists throughout the entire program.
getIntBit(Number, int) - Static method in class ushiosan.jvm.UNumber
Gets the value of the specific bit from the given number
getLogger(Class<?>) - Static method in class ushiosan.jvm.ULogger
Creates a new logger instance using the assigned class.
getLongBit(Number, int) - Static method in class ushiosan.jvm.UNumber
Gets the value of the specific bit from the given number
getShortBit(Number, int) - Static method in class ushiosan.jvm.UNumber
Gets the value of the specific bit from the given number

H

hasFlag(int, int) - Static method in class ushiosan.jvm.UNumber
Identifies if a flag is already within the specified value
hashCode() - Method in class ushiosan.jvm.content.UPair
Returns a hash code value for the object.

I

INDEX_NOT_FOUND - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
number to represent not found operation in the arrays
indexOf(Object[], Object) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Search elements in the array
INT_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Integer representing the absence of data
INVALID_GET_TYPES - Static variable in class ushiosan.jvm.internal.validators.UClassValidator
classes that are not valid to obtain values of both properties and methods
invoke() - Method in interface ushiosan.jvm.function.UEmptyFun
Method that invokes the behavior of the function.
invoke() - Method in interface ushiosan.jvm.function.UEmptyFunErr
Method that invokes the behavior of the function.
invoke() - Method in interface ushiosan.jvm.function.UFun
Method that invokes the behavior of the function.
invoke() - Method in interface ushiosan.jvm.function.UFunErr
Method that invokes the behavior of the function.
invoke(T1) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun1
Method that invokes the behavior of the function.
invoke(T1) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr1
Method that invokes the behavior of the function.
invoke(T1) - Method in interface ushiosan.jvm.function.UFun.UFun1
Method that invokes the behavior of the function.
invoke(T1) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr1
Method that invokes the behavior of the function.
invoke(T1, T2) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun2
Method that invokes the behavior of the function.
invoke(T1, T2) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr2
Method that invokes the behavior of the function.
invoke(T1, T2) - Method in interface ushiosan.jvm.function.UFun.UFun2
Method that invokes the behavior of the function.
invoke(T1, T2) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr2
Method that invokes the behavior of the function.
invoke(T1, T2, T3) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun3
Method that invokes the behavior of the function.
invoke(T1, T2, T3) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr3
Method that invokes the behavior of the function.
invoke(T1, T2, T3) - Method in interface ushiosan.jvm.function.UFun.UFun3
Method that invokes the behavior of the function.
invoke(T1, T2, T3) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr3
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun4
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr4
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UFun.UFun4
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr4
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun5
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr5
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UFun.UFun5
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr5
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UEmptyFun.UEmptyFun6
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UEmptyFunErr.UEmptyFunErr6
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UFun.UFun6
Method that invokes the behavior of the function.
invoke(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UFunErr.UFunErr6
Method that invokes the behavior of the function.
invokeSafe() - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe
Method that invokes the behavior of the function.
invokeSafe() - Method in interface ushiosan.jvm.function.UFunErrSafe
Method that invokes the behavior of the function.
invokeSafe(T1) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe1
Method that invokes the behavior of the function.
invokeSafe(T1) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe1
Method that invokes the behavior of the function.
invokeSafe(T1, T2) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe2
Method that invokes the behavior of the function.
invokeSafe(T1, T2) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe2
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe3
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe3
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe4
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe4
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe5
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4, T5) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe5
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UEmptyFunErrSafe.UEmptyFunErrSafe6
Method that invokes the behavior of the function.
invokeSafe(T1, T2, T3, T4, T5, T6) - Method in interface ushiosan.jvm.function.UFunErrSafe.UFunErrSafe6
Method that invokes the behavior of the function.
isArrayPrimitive(Class<?>) - Static method in class ushiosan.jvm.UClass
Checks if the class of the argument is of some primitive type or some wrapper class corresponding to the primitive type (version for arrays).
isArrayPrimitive(Object) - Static method in class ushiosan.jvm.UClass
Checks if the class of the argument is of some primitive type or some wrapper class corresponding to the primitive type (version for arrays).
isDecimal(Number) - Static method in class ushiosan.jvm.UNumber
Determine if a decimal number contains decimals after the floating point.
isNotNull(Object) - Static method in class ushiosan.jvm.UObject
Checks if an object or reference is not null.
isNull(Object) - Static method in class ushiosan.jvm.UObject
Checks if an object or reference is null.
isPrimitive(Class<?>) - Static method in class ushiosan.jvm.UClass
Checks whether the class of the argument is of some primitive type or some wrapper class corresponding to the primitive type.
isPrimitive(Object) - Static method in class ushiosan.jvm.UClass
Checks whether the class of the argument is of some primitive type or some wrapper class corresponding to the primitive type.
isUnix() - Method in enum class ushiosan.jvm.platform.UPlatform
Determine if current platform is a UNIX like operating system

J

join(Class<T>, T[], T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Merge two arrays into one
join(T[], T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Merge two arrays into one
joinAll(Class<T>, T[]...) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Combine multiple arrays into one
joinAll(T[]...) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Combine multiple arrays into one

L

lastElement(T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Returns the last element of the array
lastIndexOf(Object[], Object) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Search an element in the array.
LETTERS - Enum constant in enum class ushiosan.jvm.UString.UGeneratorType
Element that identifies only letter type characters and excludes numbers and special characters.
linkedSetOf(Collection<T>) - Static method in class ushiosan.jvm.collections.USet
Create a linked set with all given elements.
linkedSetOf(T...) - Static method in class ushiosan.jvm.collections.USet
Create a linked set with all given elements.
LINUX - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Linux operating system family (distros)
logError(Logger, String, Object...) - Static method in class ushiosan.jvm.ULogger
It generates an error-type record, and it is only necessary to pass the format, and it will automatically take care of generating the record.
logError(Logger, Throwable) - Static method in class ushiosan.jvm.ULogger
It generates an error-type record, and it is only necessary to pass the error, and it will automatically take care of generating the record.
logInfo(Logger, String, Object...) - Static method in class ushiosan.jvm.ULogger
It generates an info-type record, and it is only necessary to pass the format, and it will automatically take care of generating the record.
logInfo(Logger, Throwable) - Static method in class ushiosan.jvm.ULogger
It generates an info-type record, and it is only necessary to pass the error, and it will automatically take care of generating the record.
logWarning(Logger, String, Object...) - Static method in class ushiosan.jvm.ULogger
It generates a warning-type record, and it is only necessary to pass the format, and it will automatically take care of generating the record.
logWarning(Logger, Throwable) - Static method in class ushiosan.jvm.ULogger
It generates a warning-type record, and it is only necessary to pass the error, and it will automatically take care of generating the record.
LONG_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Long representing the absence of data

M

MACOS - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Mac operating system family (IOS not supported)
make(Collection<T>) - Static method in class ushiosan.jvm.collections.UList
Create an immutable list with all given elements.
make(Collection<T>) - Static method in class ushiosan.jvm.collections.UVector
Create a vector with all given elements.
make(Iterator<?>) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Generate an array from given values.
make(Iterator<T>) - Static method in class ushiosan.jvm.collections.UList
Create an immutable list with all given elements.
make(Iterator<T>) - Static method in class ushiosan.jvm.collections.UVector
Create a vector with all given elements.
make(UPair<F, S>) - Static method in class ushiosan.jvm.content.UTrio
Copies the content of a UPair object and converts it to a UTrio object.
make(F, S, T) - Static method in class ushiosan.jvm.content.UTrio
Shortcut trio instance
make(Map.Entry<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a read-only map with all the given elements.
make(T...) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Generate an array from given values.
make(T...) - Static method in class ushiosan.jvm.collections.UList
Create an immutable list with all given elements.
make(T...) - Static method in class ushiosan.jvm.collections.UStack
Create a stack with all given elements.
make(T...) - Static method in class ushiosan.jvm.collections.UVector
Create a vector with all given elements.
make(T, K) - Static method in class ushiosan.jvm.content.UPair
Shortcut pair instance
make(UPair<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a read-only map with all the given elements.
makeBoolean(boolean...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive boolean array
makeBooleanObj(Boolean...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive boolean array
makeByte(Number...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive byte array
makeByteObj(Byte...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive byte array
makeChar(char...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive char array
makeCharObj(Character...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive char array
makeConcurrentDeque(T...) - Static method in class ushiosan.jvm.collections.UStack
Create a deque with all given elements.
makeDeque(T...) - Static method in class ushiosan.jvm.collections.UStack
Create a deque with all given elements.
makeDouble(double...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive double array
makeDoubleObj(Double...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive double array
makeFloat(float...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive float array
makeFloatObj(Float...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive float array
makeInt(int...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive int array
makeIntObj(Integer...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive int array
makeLinked(Collection<T>) - Static method in class ushiosan.jvm.collections.UList
Create a linked list with all given elements.
makeLinked(Iterator<T>) - Static method in class ushiosan.jvm.collections.UList
Create a linked list with all given elements.
makeLinked(Map.Entry<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
makeLinked(T...) - Static method in class ushiosan.jvm.collections.UList
Create a linked list with all given elements.
makeLinked(UPair<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
makeLinkedDeque(T...) - Static method in class ushiosan.jvm.collections.UStack
Create a deque with all given elements.
makeLong(long...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive long array
makeLongObj(Long...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive long array
makeMutable(Collection<T>) - Static method in class ushiosan.jvm.collections.UList
Create a mutable list with all given elements.
makeMutable(Iterator<T>) - Static method in class ushiosan.jvm.collections.UList
Create a mutable list with all given elements.
makeMutable(Map.Entry<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
makeMutable(T...) - Static method in class ushiosan.jvm.collections.UList
Create a mutable list with all given elements.
makeMutable(UPair<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
makeShort(Number...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive short array
makeShortObj(Short...) - Static method in class ushiosan.jvm.collections.UArray
Generate a primitive short array
makeWeak(Map.Entry<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
makeWeak(UPair<K, V>...) - Static method in class ushiosan.jvm.collections.UMap
Create a mutable map with all the given elements.
manager() - Method in interface ushiosan.jvm.print.UToStringComponent
The parent string manager
maxDeep() - Method in class ushiosan.jvm.reflection.UReflectionOptions
User-defined maximum iterations.
maxDeepRecursive() - Method in class ushiosan.jvm.reflection.UReflectionOptions
User-defined maximum iterations.
MEMBER_FILTER_ARRAY - Static variable in class ushiosan.jvm.internal.reflection.UReflectionImpl
Pair of elements that are used to filter elements depending on the selected configuration.
methodReturnType(Class<?>) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Exclusive method for members of type Method.
methodTypeParams(Class<?>...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Exclusive method for members of type Method.
modifiers(boolean, int...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to check if the object contains one or more modifiers.
modifiers(int...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to check if the object contains one or more modifiers.
multipleFilters(Stream<T>, Predicate<T>...) - Static method in class ushiosan.jvm.collections.UStream
Apply multiple filters to a single data stream
mutableSetOf(Collection<T>) - Static method in class ushiosan.jvm.collections.USet
Create a mutable set with all given elements.
mutableSetOf(T...) - Static method in class ushiosan.jvm.collections.USet
Create a mutable set with all given elements.

N

named(String) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Only valid to members with the name passed as a parameter
namedEntryOf(boolean, String...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
namedFileOf(boolean, String...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
namedPathOf(boolean, String...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
nameWithoutSlashesImpl(String) - Static method in class ushiosan.jvm.internal.validators.UResourceValidator
Gets the document without the slashes and the absolute path
notNull(T, UEmptyFun.UEmptyFun1<T>) - Static method in class ushiosan.jvm.UObject
Method used to prevent null references and avoid errors for this type of objects.
notNull(T, T) - Static method in class ushiosan.jvm.UObject
Method used to prevent null references and avoid errors for this type of objects.
NULLABLE_VALIDATORS - Static variable in class ushiosan.jvm.internal.validators.UObjectValidators
Object pairs used to check that objects are null
NUMERIC - Enum constant in enum class ushiosan.jvm.UString.UGeneratorType
Element that identifies only characters of type number
NUMERIC_ARRAYS_OBJ_CONVERSIONS - Static variable in class ushiosan.jvm.internal.validators.UArrayValidator
Object pairs used for conversion from primitive arrays to object arrays

O

OBJ_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Object representing the absence of data

P

parse(CharSequence) - Static method in class ushiosan.jvm.UNumber
Returns a new Number initialized to the value represented by the specified String.
pathOf(URI) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the path of an uri in the file system (if the scheme is supported).
pathOf(URL) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the path of an url in the file system (if the scheme is supported).
platformName() - Method in enum class ushiosan.jvm.platform.UPlatform
Gets the current platform name
platformRawArch() - Static method in enum class ushiosan.jvm.platform.UArchitecture
Gets the current platform architecture
platformRunningArch() - Static method in enum class ushiosan.jvm.platform.UArchitecture
Gets the current architecture where the JVM is running
platformVersion() - Method in enum class ushiosan.jvm.platform.UPlatform
Gets the current platform version
predicates() - Method in class ushiosan.jvm.reflection.UReflectionOptions
List with all filters used to perform reflection operations
PRIMITIVE_ARRAY_CLASSES - Static variable in class ushiosan.jvm.internal.validators.UClassValidator
Java primitive array types
PRIMITIVE_ARRAY_INDIVIDUAL - Static variable in class ushiosan.jvm.internal.validators.UClassValidator
Reference to the wrapper class for primitive types in arrays.
PRIMITIVE_ARRAYS_CONVERSIONS - Static variable in class ushiosan.jvm.internal.validators.UArrayValidator
Object pairs used for conversion from primitive arrays to object arrays
PRIMITIVE_WRAPPED_CLASSES - Static variable in class ushiosan.jvm.internal.validators.UClassValidator
Java wrapped primitive types
primitiveContains(byte[], int) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(char[], char) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(double[], double) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(float[], float) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(int[], int) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(long[], long) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContains(short[], int) - Static method in class ushiosan.jvm.collections.UArray
Checks if the array contains the selected element.
primitiveContentEquals(byte[], byte[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(char[], char[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(double[], double[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(float[], float[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(int[], int[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(long[], long[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveContentEquals(short[], short[]) - Static method in class ushiosan.jvm.collections.UArray
Verify that the contents of two arrays are the same
primitiveIndexOf(byte[], int) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(char[], char) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(double[], double) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(float[], float) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(int[], int) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(long[], long) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveIndexOf(short[], int) - Static method in class ushiosan.jvm.collections.UArray
Search elements in the array
primitiveLastElement(byte[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(char[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(double[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(float[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(int[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(long[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastElement(short[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveLastIndexOf(byte[], int) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(char[], char) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(double[], double) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(float[], float) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(int[], int) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(long[], long) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveLastIndexOf(short[], int) - Static method in class ushiosan.jvm.collections.UArray
Search an element in the array.
primitiveTransform(boolean[], Function<Boolean, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(boolean[], Function<Boolean, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(byte[], Function<Byte, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(byte[], Function<Byte, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(double[], Function<Double, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(double[], Function<Double, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(float[], Function<Float, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(float[], Function<Float, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(int[], Function<Integer, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(int[], Function<Integer, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(long[], Function<Long, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(long[], Function<Long, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(short[], Function<Short, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveTransform(short[], Function<Short, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
PrimitiveTransform(char[], Function<Character, T>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
PrimitiveTransform(char[], Function<Character, T>, IntFunction<T[]>) - Static method in class ushiosan.jvm.collections.UArray
Converts one array to another but with a different data type.
primitiveUnsafeLastElement(byte[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(char[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(double[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(float[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(int[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(long[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
primitiveUnsafeLastElement(short[]) - Static method in class ushiosan.jvm.collections.UArray
Returns the last element of the array
propertyNotFoundError(String) - Static method in class ushiosan.jvm.error.UCommonErrorMessages
Generates a formatted error message when the property was not found
PropertyNotFoundException - Exception in ushiosan.jvm.error
 
PropertyNotFoundException() - Constructor for exception ushiosan.jvm.error.PropertyNotFoundException
Constructs a new exception with null as its detail message.
PropertyNotFoundException(String) - Constructor for exception ushiosan.jvm.error.PropertyNotFoundException
Constructs a new exception with the specified detail message.
PropertyNotFoundException(String, Throwable) - Constructor for exception ushiosan.jvm.error.PropertyNotFoundException
Constructs a new exception with the specified detail message and cause.
PropertyNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception ushiosan.jvm.error.PropertyNotFoundException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
PropertyNotFoundException(Throwable) - Constructor for exception ushiosan.jvm.error.PropertyNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
publicAccess() - Method in class ushiosan.jvm.reflection.UReflectionOptions
Property used to check only public members
push(File) - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Push more content to the current accumulator
push(Long) - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Push more content to the current accumulator
push(Path) - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Push more content to the current accumulator
push(ZipEntry) - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Push more content to the current accumulator
push(E) - Method in interface ushiosan.jvm.accumulator.UAccumulator
Push more content to the current accumulator
pushAll(UAccumulator<E, R>) - Method in interface ushiosan.jvm.accumulator.UAccumulator
Adds the result of other accumulators with the same type
pushAll(UAccumulator<Long, Long>) - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Adds the result of other accumulators with the same type

R

randomRange(Random, int, int, int, boolean) - Static method in class ushiosan.jvm.UNumber
Generate an array of pseudorandom numbers within a specified range
randomRange(Random, long, long, int, boolean) - Static method in class ushiosan.jvm.UNumber
Generate an array of pseudorandom numbers within a specified range
randomSequence(Random, int, char...) - Static method in class ushiosan.jvm.UString
Generate a pseudo random text string, depending on the selected setting
randomSequence(Random, int, UString.UGeneratorType, char...) - Static method in class ushiosan.jvm.UString
Generate a pseudo random text string, depending on the selected setting
range - Variable in enum class ushiosan.jvm.UString.UGeneratorType
ASCII start and end range
recursive() - Method in class ushiosan.jvm.reflection.UReflectionOptions
Property used to identify members recursively
regexEntryOf(String, boolean, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexEntryOf(String, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexEntryOf(Pattern, boolean, boolean) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexFileOf(String, boolean, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexFileOf(String, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexFileOf(Pattern, boolean, boolean) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexMemberOf(String, boolean, int...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to capture the elements that meet said restriction
regexMemberOf(String, int...) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to capture the elements that meet said restriction
regexMemberOf(Pattern) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to capture the elements that meet said restriction
regexMemberOf(Pattern, boolean) - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Generates a filter to capture the elements that meet said restriction
regexPathOf(String, boolean, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexPathOf(String, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexPathOf(Pattern, boolean, boolean) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
regexResourceOfImpl(String, boolean, boolean, int...) - Static method in class ushiosan.jvm.internal.filesystem.UResourceImpl
Generates a filter to capture the elements that meet said restriction
registerComponent(UToStringComponent) - Method in class ushiosan.jvm.internal.print.UToStringManagerImpl
registers a new component to the handler instance
registerComponent(UToStringComponent) - Method in interface ushiosan.jvm.print.UToStringManager
registers a new component to the handler instance
registerComponents(UToStringComponent...) - Method in interface ushiosan.jvm.print.UToStringManager
register multiple components to the handler instance
removeComponent(Class<? extends UToStringComponent>) - Method in class ushiosan.jvm.internal.print.UToStringManagerImpl
Removes a component from the component list
removeComponent(Class<? extends UToStringComponent>) - Method in interface ushiosan.jvm.print.UToStringManager
Removes a component from the component list
requireNotNull(Object) - Static method in class ushiosan.jvm.UObject
Checks that a given argument is not null
requireNotNull(Object, String) - Static method in class ushiosan.jvm.UObject
Checks that a given argument is not null
requireNotNullError(String) - Static method in class ushiosan.jvm.error.UCommonErrorMessages
Generates a formatted error message when a value is null
resourceHash(File) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHash(File, String) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHash(Path) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHash(Path, String) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHash(ZipFile, ZipEntry) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHash(ZipFile, ZipEntry, String) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource
resourceHashImpl(InputStream, String) - Static method in class ushiosan.jvm.internal.validators.UResourceValidator
Get the hash of the given stream
resourceHashStr(byte[]) - Static method in class ushiosan.jvm.filesystem.UResource
Get the hash of the given resource This method returns the hash as hexadecimal string.
resourceName(File) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource name without the slashes and the absolute path
resourceName(Path) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource name without the slashes and the absolute path
resourceName(ZipEntry) - Static method in class ushiosan.jvm.filesystem.UResource
Gets the resource name without the slashes and the absolute path
resourceTypeError(String, String) - Static method in class ushiosan.jvm.error.UCommonErrorMessages
Generates a formatted error message for resources with invalid types
resourceWalk(Path, boolean, Predicate<Path>...) - Static method in class ushiosan.jvm.filesystem.UResource
Generates a stream where it recursively iterates through all the directories within the given destination.
result() - Method in interface ushiosan.jvm.accumulator.UAccumulator
Gets the result of accumulated content
result() - Method in class ushiosan.jvm.accumulator.UFileSizeAccumulator
Gets the result of accumulated content
rootError(Throwable) - Static method in class ushiosan.jvm.UError
Gets the base cause of the exception.
rootError(Throwable, int) - Static method in class ushiosan.jvm.UError
Gets the base cause of the exception.
runningPlatform() - Static method in enum class ushiosan.jvm.platform.UPlatform
Gets the current platform where the JVM is running

S

schemeNotSupportedError(String) - Static method in class ushiosan.jvm.error.UCommonErrorMessages
Generates a formatted error message when a scheme is not valid or is not supported by the current element
searchIndexes(List<T>, T) - Static method in class ushiosan.jvm.collections.UList
Returns all indices where the searched element is found
second - Variable in class ushiosan.jvm.content.UPair
Second pair element
setByteBit(Number, int, boolean) - Static method in class ushiosan.jvm.UNumber
Method used to change a specific bit from the given number
setIntBit(Number, int, boolean) - Static method in class ushiosan.jvm.UNumber
Method used to change a specific bit from the given number
setLongBit(Number, int, boolean) - Static method in class ushiosan.jvm.UNumber
Method used to change a specific bit from the given number
setMaxDeep(int) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Changes the state of deep recursive iterations on the current instance.
setOf(Collection<T>) - Static method in class ushiosan.jvm.collections.USet
Create a set with all given elements.
setOf(T...) - Static method in class ushiosan.jvm.collections.USet
Create a set with all given elements.
setPredicates(Predicate<T>...) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Rewrites all the filters that were already registered.
setPublicAccessOnly(boolean) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Changes the state of public access on the current instance.
setRecursive(boolean) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Changes the state of recursive property on the current instance.
setShortBit(Number, int, boolean) - Static method in class ushiosan.jvm.UNumber
Method used to change a specific bit from the given number
setSkipAbstract(boolean) - Method in class ushiosan.jvm.reflection.UReflectionOptions
Changes the state of skipAbstract property on the current instance.
SHORT_EMPTY - Static variable in interface ushiosan.jvm.internal.collections.arrays.UArraysConstants
An empty array of Short representing the absence of data
skipAbstract() - Method in class ushiosan.jvm.reflection.UReflectionOptions
Property used to exclude all abstract elements of an interface or abstract class
SOLARIS - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Solaris operating system family
supportedElements() - Method in class ushiosan.jvm.internal.print.components.UArrayComponent
Gets the classes supported by that instance
supportedElements() - Method in class ushiosan.jvm.internal.print.components.UCollectionComponent
Gets the classes supported by that instance
supportedElements() - Method in class ushiosan.jvm.internal.print.components.UEntryComponent
Gets the classes supported by that instance
supportedElements() - Method in class ushiosan.jvm.internal.print.components.UGeneralComponent
Gets the classes supported by that instance
supportedElements() - Method in class ushiosan.jvm.internal.print.components.UThrowableComponent
Gets the classes supported by that instance
supportedElements() - Method in interface ushiosan.jvm.print.UToStringComponent
Gets the classes supported by that instance

T

third - Variable in class ushiosan.jvm.content.UTrio
Third element
toBinaryString(Number) - Static method in class ushiosan.jvm.UNumber
Converts a binary number to a bit-text representation
toBinaryString(Number, boolean) - Static method in class ushiosan.jvm.UNumber
Converts a binary number to a bit-text representation
toGenericObjectArray(T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.primitives.UArrayPrimitive
Convert any array to an object array.
toObjectArray(boolean[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(byte[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(char[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(double[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(float[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(int[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(long[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArray(short[]) - Static method in class ushiosan.jvm.collections.UArray
Convert any array to an object array.
toObjectArrayImpl(Object) - Static method in class ushiosan.jvm.internal.collections.arrays.primitives.UArrayPrimitive
Convert any array to an object array.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.components.UArrayComponent
Generates a text with the representation of the object.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.components.UCollectionComponent
Generates a text with the representation of the object.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.components.UEntryComponent
Generates a text with the representation of the object.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.components.UGeneralComponent
Generates a text with the representation of the object.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.components.UThrowableComponent
Generates a text with the representation of the object.
toString(Object, boolean) - Method in interface ushiosan.jvm.print.UToStringComponent
Generates a text with the representation of the object.
toString(Object) - Method in interface ushiosan.jvm.print.UToStringManager
Generates a text with the representation of the object.
toString(Object) - Static method in class ushiosan.jvm.UObject
Generates a text with the representation of the object.
toString(Object, boolean) - Method in class ushiosan.jvm.internal.print.UToStringManagerImpl
Generates a text with the representation of the object.
toString(Object, boolean) - Method in interface ushiosan.jvm.print.UToStringManager
Generates a text with the representation of the object.
toString(Object, boolean) - Static method in class ushiosan.jvm.UObject
Generates a text with the representation of the object.
toVarargTypes(Object...) - Static method in class ushiosan.jvm.UClass
Returns the data type of all passed elements.
transform(T[], Function<T, Object>) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Converts one array to another but with a different data type.
transform(T[], Function<T, V>, IntFunction<V[]>) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Converts one array to another but with a different data type.
treeSetOf(Comparator<T>, Collection<T>) - Static method in class ushiosan.jvm.collections.USet
Create a linked set with all given elements.
treeSetOf(Comparator<T>, T...) - Static method in class ushiosan.jvm.collections.USet
Create a tree set with all given elements.
treeSetOf(T...) - Static method in class ushiosan.jvm.collections.USet
Create a tree set with all given elements.
tryCast(Object, Class<T>) - Static method in class ushiosan.jvm.UObject
Tries to recast the object towards the assigned destination, but does not generate an error.
tryCast(Object, Class<T>, UEmptyFun.UEmptyFun1<T>) - Static method in class ushiosan.jvm.UObject
Tries to recast the object towards the assigned destination, but does not generate an error.

U

UAccumulator<R,E> - Interface in ushiosan.jvm.accumulator
 
UAction - Class in ushiosan.jvm
 
UArchitecture - Enum Class in ushiosan.jvm.platform
Enumerated type for listing the processor architectures of the platform on which the JVM is running
UArray - Class in ushiosan.jvm.collections
 
UArrayComponent - Class in ushiosan.jvm.internal.print.components
 
UArrayPrimitive - Class in ushiosan.jvm.internal.collections.arrays.primitives
 
UArrayPrimitive() - Constructor for class ushiosan.jvm.internal.collections.arrays.primitives.UArrayPrimitive
 
UArraysConstants - Interface in ushiosan.jvm.internal.collections.arrays
 
UArraysGeneric - Class in ushiosan.jvm.internal.collections.arrays.generic
 
UArraysGeneric() - Constructor for class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
 
UArrayValidator - Class in ushiosan.jvm.internal.validators
 
UArrayValidator() - Constructor for class ushiosan.jvm.internal.validators.UArrayValidator
 
UClass - Class in ushiosan.jvm
Class containing helper methods for working with objects of type Class
UClassValidator - Class in ushiosan.jvm.internal.validators
 
UClassValidator() - Constructor for class ushiosan.jvm.internal.validators.UClassValidator
 
UCollectionComponent - Class in ushiosan.jvm.internal.print.components
 
UCommonErrorMessages - Class in ushiosan.jvm.error
 
UEmptyFun - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun1<T1> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun2<T1,T2> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun3<T1,T2,T3> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun4<T1,T2,T3,T4> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun5<T1,T2,T3,T4,T5> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFun.UEmptyFun6<T1,T2,T3,T4,T5,T6> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr<E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr1<T1,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr2<T1,T2,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr3<T1,T2,T3,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr4<T1,T2,T3,T4,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr5<T1,T2,T3,T4,T5,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErr.UEmptyFunErr6<T1,T2,T3,T4,T5,T6,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe<E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe1<T1,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe2<T1,T2,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe3<T1,T2,T3,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe4<T1,T2,T3,T4,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe5<T1,T2,T3,T4,T5,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEmptyFunErrSafe.UEmptyFunErrSafe6<T1,T2,T3,T4,T5,T6,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UEntryComponent - Class in ushiosan.jvm.internal.print.components
 
UError - Class in ushiosan.jvm
 
UFileSizeAccumulator - Class in ushiosan.jvm.accumulator
 
UFileSizeAccumulator() - Constructor for class ushiosan.jvm.accumulator.UFileSizeAccumulator
 
UFun<R> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun1<R,T1> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun2<R,T1,T2> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun3<R,T1,T2,T3> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun4<R,T1,T2,T3,T4> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun5<R,T1,T2,T3,T4,T5> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFun.UFun6<R,T1,T2,T3,T4,T5,T6> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr<R,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr1<R,T1,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr2<R,T1,T2,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr3<R,T1,T2,T3,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr4<R,T1,T2,T3,T4,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr5<R,T1,T2,T3,T4,T5,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErr.UFunErr6<R,T1,T2,T3,T4,T5,T6,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe<R,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe1<R,T1,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe2<R,T1,T2,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe3<R,T1,T2,T3,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe4<R,T1,T2,T3,T4,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe5<R,T1,T2,T3,T4,T5,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UFunErrSafe.UFunErrSafe6<R,T1,T2,T3,T4,T5,T6,E extends Throwable> - Interface in ushiosan.jvm.function
Representation of a method in Java.
UGeneralComponent - Class in ushiosan.jvm.internal.print.components
 
UList - Class in ushiosan.jvm.collections
 
ULogger - Class in ushiosan.jvm
 
UMap - Class in ushiosan.jvm.collections
 
UNKNOWN - Enum constant in enum class ushiosan.jvm.platform.UArchitecture
Unknown architecture.
UNKNOWN - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Unknown platform.
unsafeLastElement(T[]) - Static method in class ushiosan.jvm.internal.collections.arrays.generic.UArraysGeneric
Returns the last element of the array
UNumber - Class in ushiosan.jvm
 
UObject - Class in ushiosan.jvm
 
UObjectValidators - Class in ushiosan.jvm.internal.validators
 
UObjectValidators() - Constructor for class ushiosan.jvm.internal.validators.UObjectValidators
 
UPair<F,S> - Class in ushiosan.jvm.content
Immutable object used to represent elements with 2 values (element pair).
UPair(F, S) - Constructor for class ushiosan.jvm.content.UPair
Default constructor
UPlatform - Enum Class in ushiosan.jvm.platform
Enumerated type for identification of the operating system on which the JVM is running.
URecursiveCallException - Exception in ushiosan.jvm.error
 
URecursiveCallException() - Constructor for exception ushiosan.jvm.error.URecursiveCallException
Constructs a new exception with null as its detail message.
URecursiveCallException(String) - Constructor for exception ushiosan.jvm.error.URecursiveCallException
Constructs a new exception with the specified detail message.
URecursiveCallException(String, Throwable) - Constructor for exception ushiosan.jvm.error.URecursiveCallException
Constructs a new exception with the specified detail message and cause.
URecursiveCallException(String, Throwable, boolean, boolean) - Constructor for exception ushiosan.jvm.error.URecursiveCallException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
URecursiveCallException(Throwable) - Constructor for exception ushiosan.jvm.error.URecursiveCallException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UReflectionActions - Class in ushiosan.jvm.reflection
 
UReflectionImpl - Class in ushiosan.jvm.internal.reflection
 
UReflectionImpl() - Constructor for class ushiosan.jvm.internal.reflection.UReflectionImpl
 
UReflectionOptions<T extends Member> - Class in ushiosan.jvm.reflection
 
UReflectionValidator - Class in ushiosan.jvm.internal.validators
 
UReflectionValidator() - Constructor for class ushiosan.jvm.internal.validators.UReflectionValidator
 
UResource - Class in ushiosan.jvm.filesystem
 
UResourceImpl - Class in ushiosan.jvm.internal.filesystem
 
UResourceImpl() - Constructor for class ushiosan.jvm.internal.filesystem.UResourceImpl
 
UResourceValidator - Class in ushiosan.jvm.internal.validators
 
UResourceValidator() - Constructor for class ushiosan.jvm.internal.validators.UResourceValidator
 
userDirectory(String...) - Static method in class ushiosan.jvm.filesystem.UResource
Gets a specific path within the user's folder.
USet - Class in ushiosan.jvm.collections
 
ushiosan.jvm - package ushiosan.jvm
 
ushiosan.jvm.accumulator - package ushiosan.jvm.accumulator
 
ushiosan.jvm.collections - package ushiosan.jvm.collections
 
ushiosan.jvm.content - package ushiosan.jvm.content
 
ushiosan.jvm.error - package ushiosan.jvm.error
 
ushiosan.jvm.filesystem - package ushiosan.jvm.filesystem
 
ushiosan.jvm.function - package ushiosan.jvm.function
 
ushiosan.jvm.internal.collections.arrays - package ushiosan.jvm.internal.collections.arrays
 
ushiosan.jvm.internal.collections.arrays.generic - package ushiosan.jvm.internal.collections.arrays.generic
 
ushiosan.jvm.internal.collections.arrays.primitives - package ushiosan.jvm.internal.collections.arrays.primitives
 
ushiosan.jvm.internal.filesystem - package ushiosan.jvm.internal.filesystem
 
ushiosan.jvm.internal.print - package ushiosan.jvm.internal.print
 
ushiosan.jvm.internal.print.components - package ushiosan.jvm.internal.print.components
 
ushiosan.jvm.internal.reflection - package ushiosan.jvm.internal.reflection
 
ushiosan.jvm.internal.validators - package ushiosan.jvm.internal.validators
 
ushiosan.jvm.platform - package ushiosan.jvm.platform
 
ushiosan.jvm.print - package ushiosan.jvm.print
 
ushiosan.jvm.reflection - package ushiosan.jvm.reflection
 
ushiosan.jvm.utilities - module ushiosan.jvm.utilities
 
UStack - Class in ushiosan.jvm.collections
 
UStream - Class in ushiosan.jvm.collections
 
UString - Class in ushiosan.jvm
 
UString.UGeneratorType - Enum Class in ushiosan.jvm
 
UThrowableComponent - Class in ushiosan.jvm.internal.print.components
 
UToStringComponent - Interface in ushiosan.jvm.print
 
UToStringManager - Interface in ushiosan.jvm.print
 
UToStringManagerImpl - Class in ushiosan.jvm.internal.print
 
UTrio<F,S,T> - Class in ushiosan.jvm.content
 
UTrio(F, S, T) - Constructor for class ushiosan.jvm.content.UTrio
Default constructor
UVector - Class in ushiosan.jvm.collections
 

V

validate(T, boolean, Predicate<T>...) - Static method in class ushiosan.jvm.internal.validators.UObjectValidators
Method to validate an object multiple times and that all the conditions are correct or incorrect depending on the "inverted" parameter.
validateNotNull(T, boolean, Predicate<T>...) - Static method in class ushiosan.jvm.internal.validators.UObjectValidators
Method to validate an object multiple times and that all the conditions are correct or incorrect depending on the "inverted" parameter.
validObtainMember() - Static method in class ushiosan.jvm.internal.reflection.UReflectionImpl
Validates that a member is valid to get its value.
valueOf(String) - Static method in enum class ushiosan.jvm.platform.UArchitecture
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ushiosan.jvm.platform.UPlatform
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ushiosan.jvm.UString.UGeneratorType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class ushiosan.jvm.platform.UArchitecture
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ushiosan.jvm.platform.UPlatform
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ushiosan.jvm.UString.UGeneratorType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WINDOWS - Enum constant in enum class ushiosan.jvm.platform.UPlatform
Windows operating system family

X

X64 - Enum constant in enum class ushiosan.jvm.platform.UArchitecture
64-bit architecture
X86 - Enum constant in enum class ushiosan.jvm.platform.UArchitecture
32-bit architecture
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form