- 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(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
-
Returns the given iterable 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(Collection<E>) - Static method in class org.sellcom.core.collection.MoreCollections
-
Returns the given collection 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(byte[]) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
-
Encodes the given bytes into a string.
- encodeToString(BigInteger) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
-
Encodes the given BigInteger 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(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.collection.concurrent.SimpleExpiringObject
-
- equals(Object) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
-
- equals(Object) - Method in class org.sellcom.core.math.BigFraction
-
- equals(Object) - Method in class org.sellcom.core.math.Fraction
-
- equals(Object) - Method in class org.sellcom.core.math.LongFraction
-
- equals(Object) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
-
- equals(Object) - Method in class org.sellcom.core.util.geography.GeoBounds
-
- equals(Object) - Method in class org.sellcom.core.util.geography.GeoPoint
-
- 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.
- evict(K) - Method in interface org.sellcom.core.util.cache.Cache
-
Evicts the entry with the given key from this cache.
- evict(K) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
-
- evict(K) - Method in class org.sellcom.core.util.cache.SoftCache
-
- evict(K, V) - Method in interface org.sellcom.core.util.cache.Cache
-
Evicts the entry with the given key and value from this cache.
- evict(K, V) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
-
- evict(K, V) - Method in class org.sellcom.core.util.cache.SoftCache
-
- evictAll() - Method in interface org.sellcom.core.util.cache.Cache
-
Evicts all entries from this cache.
- evictAll() - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
-
- evictAll() - Method in class org.sellcom.core.util.cache.SoftCache
-
- 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.
- exp(BigDecimal, int) - Static method in class org.sellcom.core.math.SpecialFunctions
-
Returns the Euler's number e raised to the power of the given number.
- 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.