Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y Z 

E

emptyToNull(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
Returns the given iterable if it is non-empty, null otherwise.
emptyToNull(Collection<E>) - Static method in class org.sellcom.core.collection.MoreCollections
Returns the given collection if it is non-empty, null otherwise.
emptyToNull(String) - Static method in class org.sellcom.core.Strings
Returns the given string if it is non-empty, null otherwise.
emptyToNull(boolean[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(byte[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(char[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(double[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(float[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(int[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(long[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(short[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
emptyToNull(T[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns the given array if it is non-empty, null otherwise.
encode(byte[]) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
Encodes the given bytes.
encode(ByteBuffer) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
Encodes the bytes in the given buffer.
encodeToString(BigInteger) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
Encodes the given BigInteger into a string.
encodeToString(byte[]) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
Encodes the given bytes into a string.
endsWith(String, String, boolean) - Static method in class org.sellcom.core.Strings
Checks whether the given string ends with the given suffix, possibly ignoring case.
ensureCapacity(int) - Method in class org.sellcom.core.collection.SparseArray
Increases the capacity of this array, if necessary, to ensure that it can hold at least the given number of elements.
ensureCapacity(int) - Method in class org.sellcom.core.collection.SparseDoubleArray
Increases the capacity of this array, if necessary, to ensure that it can hold at least the given number of elements.
ensureDirectory(Path) - Static method in class org.sellcom.core.io.MoreFiles
Ensures the existence of the given directory.
ensureParentDirectory(Path) - Static method in class org.sellcom.core.io.MoreFiles
Ensures the existence of the parent directory of the given file or directory.
ensurePrefix(String, String) - Static method in class org.sellcom.core.Strings
Ensures that the given string starts with the given prefix.
ensurePrefix(String, String, boolean) - Static method in class org.sellcom.core.Strings
Ensures that the given string starts with the given prefix, possibly ignoring case.
ensureSuffix(String, String) - Static method in class org.sellcom.core.Strings
Ensures that the given string ends with the given suffix.
ensureSuffix(String, String, boolean) - Static method in class org.sellcom.core.Strings
Ensures that the given string ends with the given suffix, possibly ignoring case.
entrySet() - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
equals(Object) - Method in class org.sellcom.core.collection.concurrent.SimpleExpiringObject
 
equals(Object) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
 
equals(double, double, double) - Static method in class org.sellcom.core.math.MoreMath
Checks whether the given numbers are considered equal in the context of the given tolerance.
equals(float, float, float) - Static method in class org.sellcom.core.math.MoreMath
Checks whether the given numbers are considered equal in the context of the given tolerance.
equals(Object) - Method in class org.sellcom.core.util.platform.JreVersion
 
ESTONIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Estonian.
EUC_JP - Static variable in class org.sellcom.core.io.charset.MoreCharsets
EUC-JP.
EUC_KR - Static variable in class org.sellcom.core.io.charset.MoreCharsets
EUC-JP.
EUROPEAN_PORTUGUESE - Static variable in class org.sellcom.core.i18n.StandardLocales
European Portuguese.
Exceptions - Class in org.sellcom.core
Operations with exceptions.
execute(String...) - Static method in class org.sellcom.core.util.platform.ExternalProcesses
Executes the given command.
executeAndReadOutput(String...) - Static method in class org.sellcom.core.util.platform.ExternalProcesses
Executes the given command and returns its output.
ExpiringHashMap<K,V> - Class in org.sellcom.core.collection.concurrent
Concurrent HashMap of expiring elements.
ExpiringHashMap(long, TimeUnit) - Constructor for class org.sellcom.core.collection.concurrent.ExpiringHashMap
Creates a new map of expiring elements with the given default time to live.
ExternalProcesses - Class in org.sellcom.core.util.platform
Operations with external processes.
ExternalProcessException - Exception in org.sellcom.core.util.platform
Indicator that an external process failed.
ExternalProcessException(String) - Constructor for exception org.sellcom.core.util.platform.ExternalProcessException
Creates a new exception with the given message.
ExternalProcessException(String, Throwable) - Constructor for exception org.sellcom.core.util.platform.ExternalProcessException
Creates a new exception with the given message and cause.
extractArchive(Path, Path) - Static method in class org.sellcom.core.io.ZipArchives
Extracts the contents of the given ZIP archive into the given directory.
extractArchive(Path, Path, Charset) - Static method in class org.sellcom.core.io.ZipArchives
Extracts the contents of the given ZIP archive into the given directory.
A B C D E F G H I J K L M N O P R S T U V W Y Z 
Skip navigation links