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 

C

CANADIAN_ENGLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Canadian English.
CANADIAN_FRENCH - Static variable in class org.sellcom.core.i18n.StandardLocales
Canadian French.
canDecode() - Method in class org.sellcom.core.io.encoding.BinaryEncoding
Checks whether this encoding scheme supports decoding.
canEncode() - Method in class org.sellcom.core.io.encoding.BinaryEncoding
Checks whether this encoding scheme supports encoding.
canonicalize(Path) - Static method in class org.sellcom.core.io.MorePaths
Returns the given path in the canonical (normalized absolute) form.
caseIgnoringSet() - Static method in class org.sellcom.core.collection.MoreCollections
Returns an empty case-ignoring NavigableSet.
caseIgnoringSet(Collection<String>) - Static method in class org.sellcom.core.collection.MoreCollections
Returns a case-ignoring NavigableSet containing the given strings.
CATALAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Catalan.
characterClasses(int, double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the number of character classes in the password.
CharacterClassesPasswordStrengthPolicy - Class in org.sellcom.core.security.password
Password strength policy based on character classes.
Charsets - Class in org.sellcom.core.io.charset
Operations with Charsets.
check(boolean, Class<T>) - Static method in class org.sellcom.core.Contract
Checks the given contract condition.
check(boolean, Class<T>, String, Object...) - Static method in class org.sellcom.core.Contract
Checks the given contract condition.
checkArgument(boolean, String, Object...) - Static method in class org.sellcom.core.Contract
Checks the given contract condition of one or more input parameters of the calling method.
checkInterrupted() - Static method in class org.sellcom.core.Threads
Checks the interrupted status of the current thread
checkState(boolean, String, Object...) - Static method in class org.sellcom.core.Contract
Checks the given contract condition of the calling object's state.
clear() - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
clear() - Method in class org.sellcom.core.collection.SparseArray
Removes all elements from this array.
clear() - Method in class org.sellcom.core.collection.SparseDoubleArray
Removes all elements from this array.
clear(StringBuilder) - Static method in class org.sellcom.core.StringBuilders
Clears the contents of the given builder.
clearResources() - Static method in class org.sellcom.core.i18n.Resources
Clears the resources for the default locale.
clearResources(Locale) - Static method in class org.sellcom.core.i18n.Resources
Clears the resources for the given locale.
clone() - Method in class org.sellcom.core.collection.SparseArray
 
clone() - Method in class org.sellcom.core.collection.SparseDoubleArray
 
close(Closeable) - Static method in class org.sellcom.core.io.Io
Closes the given Closeable, ignoring any possible I/O exception.
coalesce(T, T...) - Static method in class org.sellcom.core.MoreObjects
Returns the first object from the given objects that is not null.
compareTo(SimpleExpiringObject<T>) - Method in class org.sellcom.core.collection.concurrent.SimpleExpiringObject
 
compareTo(JreVersion) - Method in class org.sellcom.core.util.platform.JreVersion
 
compose(ThrowingDoubleUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
Returns a composed ThrowingDoubleUnaryOperator that first applies the before operator to the argument, and then applies this operator to the result.
compose(ThrowingFunction<? super V, ? extends T>) - Method in interface org.sellcom.core.util.function.ThrowingFunction
Returns a composed ThrowingFunction that first applies the before function to the argument, and then applies this function to the result.
compose(ThrowingIntUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
Returns a composed ThrowingIntUnaryOperator that first applies the before operator to the argument, and then applies this operator to the result.
compose(ThrowingLongUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
Returns a composed ThrowingLongUnaryOperator that first applies the before operator to the argument, and then applies this operator to the result.
concat(boolean[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(byte[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(char[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(double[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(float[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(int[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(long[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(short[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
concat(T[]...) - Static method in class org.sellcom.core.util.MoreArrays
Returns an array concatenated from the given arrays.
consecutiveDigits(double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the number of consecutive digits in the password.
consecutiveLowerCaseLetters(double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the number of consecutive lower-case letters in the password.
consecutiveUpperCaseLetters(double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the number of consecutive upper-case letters in the password.
contains(boolean[], boolean) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(boolean[], int, int, boolean) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(byte[], byte) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(byte[], int, int, byte) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(char[], char) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(char[], int, int, char) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(double[], double, double) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(double[], int, int, double, double) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(float[], float, float) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(float[], int, int, float, float) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(int[], int) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(int[], int, int, int) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(long[], long) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(long[], int, int, long) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(short[], short) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(short[], int, int, short) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(T[], T) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
contains(T[], int, int, T) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the given array contains the given element.
containsElement(E) - Method in class org.sellcom.core.collection.SparseArray
Checks whether this array contains the given element.
containsElement(double, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
Checks whether this array contains the given element.
containsIndex(int) - Method in class org.sellcom.core.collection.SparseArray
Checks whether this array contains the given index.
containsIndex(int) - Method in class org.sellcom.core.collection.SparseDoubleArray
Checks whether this array contains the given index.
containsKey(Object) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
containsValue(Object) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
ContentTypes - Class in org.sellcom.core.io.type
Operations with content types.
Contract - Class in org.sellcom.core
Operations for checking method contracts.
copyBytes(InputStream, OutputStream) - Static method in class org.sellcom.core.io.Io
Copies all bytes from the given source to the given destination.
copyBytes(InputStream, OutputStream, int) - Static method in class org.sellcom.core.io.Io
Copies the given number of bytes from the given source to the given destination.
copyOf(boolean[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(byte[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(char[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(double[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(float[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(int[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(long[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(short[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
copyOf(T[]) - Static method in class org.sellcom.core.util.MoreArrays
Returns a copy of the given array.
countFrequencies(Collection<T>) - Static method in class org.sellcom.core.collection.MoreCollections
Returns an immutable map containing the distinct values of the given collection as keys and their frequency as values.
create() - Static method in class org.sellcom.core.io.encoding.Ttlv
Returns an empty builder of TTLV-encoded messages.
create(ProtocolFamily) - Static method in class org.sellcom.core.net.DatagramReceiver
Creates a datagram receiver.
create(ProtocolFamily) - Static method in class org.sellcom.core.net.DatagramSender
Creates a datagram sender.
create(ProtocolFamily) - Static method in class org.sellcom.core.net.DatagramSenderAndReceiver
Creates a datagram sender/receiver.
create() - Static method in class org.sellcom.core.net.NetworkMessage
Creates an empty network message.
create() - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
Returns an empty character classes password policy.
create() - Method in class org.sellcom.core.security.password.SyntaxRulesPasswordStrengthPolicy
Returns an empty character classes password policy.
createArchive(Path, Path) - Static method in class org.sellcom.core.io.ZipArchives
Creates a ZIP archive from the contents of the given directory.
createArchive(Path, Path, Charset) - Static method in class org.sellcom.core.io.ZipArchives
Creates a ZIP archive from the contents of the given directory.
createBase16Decoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns a decoder for Base-16 encoding scheme.
createBase16Encoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns an encoder for Base-16 encoding scheme.
createBase58BitcoinDecoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns a decoder for Base-58 (Bitcoin alphabet) encoding scheme.
createBase58BitcoinEncoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns an encoder for Base-58 (Bitcoin alphabet) encoding scheme.
createBase58FlickrDecoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns a decoder for Base-58 (Flickr alphabet) encoding scheme.
createBase58FlickrEncoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns an encoder for Base-58 (Flickr alphabet) encoding scheme.
createBase64Decoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns a decoder for Base-64 encoding scheme.
createBase64Encoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns an encoder for Base-64 encoding scheme.
createBase64UrlDecoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns a decoder for Base-64 URL and filename safe encoding scheme.
createBase64UrlEncoder() - Static method in class org.sellcom.core.io.encoding.StandardBinaryEncodings
Returns an encoder for Base-64 URL and filename safe encoding scheme.
CROATIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Croatian.
current() - Static method in class org.sellcom.core.util.platform.JreVersion
Returns the version of the current Java Runtime Environment (JRE).
CZECH - Static variable in class org.sellcom.core.i18n.StandardLocales
Czech.
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