A B C D E F G H I J K L M N O P R S T U V W Y Z
I
- ICELANDIC - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Icelandic.
- IMAGE_JPEG - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for JPEG image.
- IMAGE_PNG - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for PNG image.
- IMAGE_SVG_XML - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for SVG image.
- IMAGE_WEBP - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for WebP image.
- incrementExact(int) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the given number incremented by one.
- incrementExact(long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the given number incremented by one.
- incrementExact(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the given number incremented by one.
- indexOf(boolean[], boolean) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(boolean[], int, int, boolean) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(byte[], byte) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(byte[], int, int, byte) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(char[], char) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(char[], int, int, char) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(double[], double, double) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(double[], int, int, double, double) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(double, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
-
Returns the index of the first occurrence of the specified element in this array.
- indexOf(float[], float, float) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(float[], int, int, float, float) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(int[], int) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(int[], int, int, int) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(long[], int, int, long) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(long[], long) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(short[], int, int, short) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(short[], short) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(E) - Method in class org.sellcom.core.collection.SparseArray
-
Returns the index of the first occurrence of the specified element in this array.
- indexOf(T[], int, int, T) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - indexOf(T[], T) - Static method in class org.sellcom.core.util.MoreArrays
-
Returns the index of the first occurrence of the given element in the given array or
-1if the array does not contain the element. - InetAddresses - Class in org.sellcom.core.net
-
Operations with IP addresses.
- integralPart(double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the integral part of the given number.
- integralPart(float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the integral part of the given number.
- integralPart(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the integral part of the given number.
- interleavePadding(String, String) - Static method in class org.sellcom.core.Strings
-
Inserts the given padding between the characters of the given string.
- interrupt() - Static method in class org.sellcom.core.Threads
-
Interrupts the current thread.
- intValue() - Method in class org.sellcom.core.math.BigFraction
- intValue() - Method in class org.sellcom.core.math.Fraction
- intValue() - Method in class org.sellcom.core.math.LongFraction
- intValueExact() - Method in class org.sellcom.core.math.BigFraction
-
Returns the
intvalue of this fraction. - intValueExact() - Method in class org.sellcom.core.math.Fraction
-
Returns the
intvalue of this fraction. - intValueExact() - Method in class org.sellcom.core.math.LongFraction
-
Returns the
intvalue of this fraction. - INUKTITUT - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Inuktitut.
- Io - Class in org.sellcom.core.io
-
I/O operations.
- IRISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Irish.
- IRISH_ENGLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Irish English, also known as HibernoâEnglish.
- isAssignableFrom(Class<?>) - Static method in class org.sellcom.core.util.function.StandardPredicates
-
Returns a predicate checking whether its argument is an instance of the given class or any of its descendant classes.
- isBlank(String) - Static method in class org.sellcom.core.Strings
-
Checks whether the given string is composed from whitespace characters only.
- ISCII91 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISCII91.
- isDescendantOf(Object, Class<?>) - Static method in class org.sellcom.core.MoreObjects
-
Checks whether the given object is an instance of the given class or any of its descendant classes.
- isEmpty() - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
- isEmpty() - Method in class org.sellcom.core.collection.SparseArray
-
Checks whether this array is empty.
- isEmpty() - Method in class org.sellcom.core.collection.SparseDoubleArray
-
Checks whether this array is empty.
- isEmpty() - Method in interface org.sellcom.core.util.cache.Cache
-
Checks whether this cache is empty.
- isEmpty() - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
- isEmpty() - Method in class org.sellcom.core.util.cache.SoftCache
- isEmptyDirectory(Path) - Static method in class org.sellcom.core.io.MoreFiles
-
Checks whether the given path is an empty directory.
- isEven(int) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is even.
- isEven(long) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is even.
- isEven(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is even.
- isExpired() - Method in class org.sellcom.core.collection.concurrent.SimpleExpiringObject
-
Checks whether this object is expired.
- isGroupingUsed() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
-
Checks whether grouping is used in this format.
- isInet4Address(String) - Static method in class org.sellcom.core.net.InetAddresses
-
Checks whether the given string represents an IPv4 address.
- isInet6Address(String) - Static method in class org.sellcom.core.net.InetAddresses
-
Checks whether the given string represents an IPv6 address.
- isInstanceOf(Class<?>) - Static method in class org.sellcom.core.util.function.StandardPredicates
-
Returns a predicate checking whether its argument is an instance of the given class.
- isInstanceOf(Object, Class<?>) - Static method in class org.sellcom.core.MoreObjects
-
Checks whether the given object is an instance of the given class.
- isInteger() - Method in class org.sellcom.core.math.BigFraction
-
Checks whether the value of this fraction is an integer.
- isInteger() - Method in class org.sellcom.core.math.Fraction
-
Checks whether the value of this fraction is an integer.
- isInteger() - Method in class org.sellcom.core.math.LongFraction
-
Checks whether the value of this fraction is an integer.
- isLinux() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a Linux.
- isLinux32() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a 32-bit Linux.
- isLinux64() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a 64-bit Linux.
- isMacOs() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a macOS.
- isNonNull() - Static method in class org.sellcom.core.util.function.StandardPredicates
-
Returns a predicate checking whether its argument is non-
null. - isNull() - Static method in class org.sellcom.core.util.function.StandardPredicates
-
Returns a predicate checking whether its argument is
null. - isNullOrEmpty(boolean[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(byte[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(char[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(double[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(float[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(int[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(long[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(short[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - isNullOrEmpty(Iterable<?>) - Static method in class org.sellcom.core.collection.Iterables
-
Checks whether the given iterable is
nullor empty. - isNullOrEmpty(String) - Static method in class org.sellcom.core.Strings
-
Checks whether the given string is
nullor empty. - isNullOrEmpty(StringBuilder) - Static method in class org.sellcom.core.StringBuilders
-
Checks whether the given builder is
nullor empty. - isNullOrEmpty(Collection<E>) - Static method in class org.sellcom.core.collection.MoreCollections
-
Checks whether the given collection is
nullor empty. - isNullOrEmpty(T[]) - Static method in class org.sellcom.core.util.MoreArrays
-
Checks whether the given array is
nullor empty. - ISO_2022_CN - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO-2022-CN.
- ISO_2022_JP - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO-2022-JP.
- ISO_2022_KR - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO-2022-KR.
- ISO_8859_10 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-10, also known as ISO Latin-6.
- ISO_8859_11 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-11, also known as ISO Latin/Thai.
- ISO_8859_13 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-13, also known as ISO Latin-7 or Windows-28603.
- ISO_8859_14 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-14, also known as ISO Latin-8.
- ISO_8859_15 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-15, also known as ISO Latin-9 or Windows-28605.
- ISO_8859_16 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-16, also known as ISO Latin-10.
- ISO_8859_2 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-2, also known as ISO Latin-2 or Windows-28592.
- ISO_8859_3 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-3, also known as ISO Latin-3 or Windows-28593.
- ISO_8859_4 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-4, also known as ISO Latin-4 or Windows-28594.
- ISO_8859_5 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-5, also known as ISO Latin/Cyrillic or Windows-28595.
- ISO_8859_6 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-6, also known as ISO Latin/Arabic or Windows-28596.
- ISO_8859_7 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-7, also known as ISO Latin/Greek or Windows-28597.
- ISO_8859_8 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-8, also known as ISO Latin/Hebrew or Windows-28598.
- ISO_8859_9 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
ISO/IEC 8859-9, also known as ISO Latin-5 or Windows-28599.
- isOdd(int) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is odd.
- isOdd(long) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is odd.
- isOdd(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Checks whether the given number is odd.
- isParseIntegerOnly() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
-
Checks whether numbers shall be parsed as integers only.
- isSolaris() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a Solaris.
- isValid() - Method in class org.sellcom.core.net.NetworkMessage
-
Checks whether the message is valid.
- isWindows() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a Microsoft Windows.
- isWindows32() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a 32-bit Microsoft Windows.
- isWindows64() - Static method in class org.sellcom.core.util.platform.Os
-
Checks whether the current underlying operating system is a 64-bit Microsoft Windows.
- ITALIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Italian.
- Iterables - Class in org.sellcom.core.collection
-
Operations with
Iterables.