Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- read() - Method in class de.cuioss.tools.concurrent.Ticker
- READ_ONLY - Enum constant in enum class de.cuioss.tools.property.PropertyReadWrite
-
The corresponding property is read only.
- READ_WRITE - Enum constant in enum class de.cuioss.tools.property.PropertyReadWrite
-
The property can be read and written to.
- readFrom(Object) - Method in class de.cuioss.tools.property.PropertyHolder
-
Reads the property on the given bean identified by the concrete
PropertyHolderand the given bean. - readProperty(Object, String) - Static method in class de.cuioss.tools.property.PropertyUtil
- readValue(Object) - Method in class de.cuioss.tools.reflect.FieldWrapper
-
Reads from the field determined by
#getField(). - readValue(String, Object) - Static method in class de.cuioss.tools.reflect.FieldWrapper
-
Reads the value from the field in the given object.
- remove(Object) - Method in class de.cuioss.tools.collect.MapBuilder
-
remove.
- removeExtension(String) - Static method in class de.cuioss.tools.io.FilenameUtils
-
Removes the extension from a filename.
- removePrecedingSlashFromPath(String) - Static method in class de.cuioss.tools.net.UrlHelper
- removePrefix(String) - Method in enum class de.cuioss.tools.io.FileTypePrefix
- removeTrailingSlashesFromUrl(String) - Static method in class de.cuioss.tools.net.UrlHelper
- repeat(char, int) - Static method in class de.cuioss.tools.string.MoreStrings
-
Returns padding using the specified delimiter repeated to a given length.
- requireNotEmpty(Iterable<T>) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Iterable<T>, String) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(String) - Static method in class de.cuioss.tools.string.MoreStrings
-
Checks a string for being non-null and not empty (checks without trimming) Throws an
IllegalArgumentExceptionif String is null or empty - requireNotEmpty(String, String) - Static method in class de.cuioss.tools.string.MoreStrings
-
Checks a string for being non-null and not empty (checks without trimming) Throws an
IllegalArgumentExceptionif String is null or empty - requireNotEmpty(Collection<T>) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Collection<T>, String) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Iterator<T>) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Iterator<T>, String) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Map<K, V>) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Map<K, V>, String) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Stream<T>) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(Stream<T>, String) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmpty(T...) - Static method in class de.cuioss.tools.collect.MoreCollections
-
Shorthand for checking whether the given elements are empty or not.
- requireNotEmptyTrimmed(String) - Static method in class de.cuioss.tools.string.MoreStrings
-
Checks a string for being non-null and not empty (checks with trimming) Throws an
IllegalArgumentExceptionif String is null or empty - requireNotEmptyTrimmed(String, String) - Static method in class de.cuioss.tools.string.MoreStrings
-
Checks a string for being non-null and not empty (checks with trimming) Throws an
IllegalArgumentExceptionif String is null or empty - requireType(Object, Class<T>) - Static method in class de.cuioss.tools.lang.MoreObjects
-
Checks and returns the given Object if it is assignable to the given targetType.
- reset() - Method in class de.cuioss.tools.concurrent.StopWatch
-
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
- resolveForBean(Class<?>, String) - Static method in enum class de.cuioss.tools.property.PropertyMemberInfo
-
Resolves
PropertyMemberInfofor a given property withMoreReflection. - resolveForBean(Class<?>, String) - Static method in enum class de.cuioss.tools.property.PropertyReadWrite
-
Resolves
PropertyReadWritefor a given property withMoreReflection - resolveIdentifierString() - Method in interface de.cuioss.tools.logging.LogRecord
- resolveIdentifierString() - Method in class de.cuioss.tools.logging.LogRecordModel
- resolveKeyStore() - Method in class de.cuioss.tools.net.ssl.KeyStoreProvider
-
Instantiates a
KeyStoreaccording to the given parameter. - resolvePropertyType(Class<?>, String) - Static method in class de.cuioss.tools.property.PropertyUtil
-
Tries to determine the type of given property
- retrieveAccessMethod(Class<?>, String) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Retrieves the access-method for a given property Name.
- retrieveAccessMethods(Class<?>) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Determines the access methods of a given class.
- retrieveAccessMethods(Class<?>, Collection<String>) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Determines the access methods of a given class.
- retrievePublicObjectMethods(Class<?>) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Determines the public not static methods of a given
Class. - retrieveWriteMethod(Class<?>, String, Class<?>) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Determines the modifier methods of a given class.
- retrieveWriteMethodCandidates(Class<?>, String) - Static method in class de.cuioss.tools.reflect.MoreReflection
-
Determines the modifier methods of a given class for a property.
- rightValue() - Method in interface de.cuioss.tools.collect.MapDifference.ValueDifference
- RSA_2048 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_PS_256 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_PS_384 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_PS_512 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_RS_256 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_RS_384 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
- RSA_RS_512 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form