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

E

ECDSA_P_256 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
ECDSA_P_384 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
ECDSA_P_521 - Enum constant in enum class de.cuioss.tools.net.ssl.KeyAlgorithm
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
elapsed() - Method in class de.cuioss.tools.concurrent.StopWatch
 
elapsed(TimeUnit) - Method in class de.cuioss.tools.concurrent.StopWatch
 
EMPTY - Static variable in class de.cuioss.tools.string.MoreStrings
The empty String "".
emptyList() - Static method in class de.cuioss.tools.collect.PartialArrayList
Static constructor for an empty instance.
emptyToNull(String) - Static method in class de.cuioss.tools.string.MoreStrings
Returns the given string if it is nonempty; null otherwise.
encode(byte[]) - Method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order.
encode(String) - Static method in class de.cuioss.tools.net.IDNInternetAddress
Encode the domain part of an email address
encode(String, UnaryOperator<String>) - Static method in class de.cuioss.tools.net.IDNInternetAddress
Encodes the given address and sanitizes the elements with the provided sanitizer.
encode(Object) - Method in class de.cuioss.tools.codec.Hex
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encode(ByteBuffer) - Method in class de.cuioss.tools.codec.Hex
Converts byte buffer into an array of bytes for the characters representing the hexadecimal values of each byte in order.
encodeHex(byte[]) - Static method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - Static method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - Static method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer) - Static method in class de.cuioss.tools.codec.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer, boolean) - Static method in class de.cuioss.tools.codec.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(ByteBuffer, char[]) - Static method in class de.cuioss.tools.codec.Hex
Converts a byte buffer into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - Static method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeHexString(byte[], boolean) - Static method in class de.cuioss.tools.codec.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeHexString(ByteBuffer) - Static method in class de.cuioss.tools.codec.Hex
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
encodeHexString(ByteBuffer, boolean) - Static method in class de.cuioss.tools.codec.Hex
Converts a byte buffer into a String representing the hexadecimal values of each byte in order.
EncoderException - Exception in de.cuioss.tools.codec
Thrown when there is a failure condition during the encoding process.
EncoderException() - Constructor for exception de.cuioss.tools.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - Constructor for exception de.cuioss.tools.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - Constructor for exception de.cuioss.tools.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - Constructor for exception de.cuioss.tools.codec.EncoderException
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).
ensureEndsWith(String, String) - Static method in class de.cuioss.tools.string.MoreStrings
 
entriesDiffering() - Method in interface de.cuioss.tools.collect.MapDifference
 
entriesInCommon() - Method in interface de.cuioss.tools.collect.MapDifference
 
entriesOnlyOnLeft() - Method in interface de.cuioss.tools.collect.MapDifference
 
entriesOnlyOnRight() - Method in interface de.cuioss.tools.collect.MapDifference
 
EOF - Static variable in class de.cuioss.tools.io.IOStreams
Represents the end-of-file (or stream).
equals(Object) - Method in interface de.cuioss.tools.collect.MapDifference
Compares the specified object with this instance for equality.
equals(Object) - Method in interface de.cuioss.tools.collect.MapDifference.ValueDifference
Two instances are considered equal if their MapDifference.ValueDifference.leftValue() values are equal and their MapDifference.ValueDifference.rightValue() values are also equal.
equals(String, String) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether two filenames are equal exactly.
equals(String, String, boolean, IOCase) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.
equalsNormalized(String, String) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - Static method in class de.cuioss.tools.io.FilenameUtils
Checks whether two filenames are equal using the case rules of the system.
error(String) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
error(String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
error(String, Throwable) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
error(Throwable, String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
error(Throwable, Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
error(Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the error level.
ERROR - Enum constant in enum class de.cuioss.tools.logging.LogLevel
Error Level, maps to Level.SEVERE.
EXTENSION_SEPARATOR - Static variable in class de.cuioss.tools.io.FilenameUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - Static variable in class de.cuioss.tools.io.FilenameUtils
The extension separator String.
EXTERNAL - Enum constant in enum class de.cuioss.tools.io.FileTypePrefix
"external:"
extractAllAnnotations(Class<?>, Class<A>) - Static method in class de.cuioss.tools.reflect.MoreReflection
Helper class for extracting all annotations of a given class including from their ancestors.
extractAnnotation(Class<?>, Class<A>) - Static method in class de.cuioss.tools.reflect.MoreReflection
Helper class for extracting an annotation of a given class including from their ancestors.
extractFirstGenericTypeArgument(Class<?>) - Static method in class de.cuioss.tools.reflect.MoreReflection
Extracts the first generic type argument for the given type.
extractGenericTypeCovariantly(Type) - Static method in class de.cuioss.tools.reflect.MoreReflection
 
extractParameterizedType(Class<?>) - Static method in class de.cuioss.tools.reflect.MoreReflection
Extracts a ParameterizedType view for the given type
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