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

S

SCOTTISH_GAELIC - Static variable in class org.sellcom.core.i18n.StandardLocales
Scottish Gaelic.
sendDelayed(NetworkMessage, long, TimeUnit) - Method in class org.sellcom.core.net.DatagramSender
 
sendDelayed(NetworkMessage, long, TimeUnit) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
sendDelayed(NetworkMessage, long, TimeUnit) - Method in interface org.sellcom.core.net.NetworkSender
Sends the given message after the given initial delay.
sendImmediately(NetworkMessage) - Method in class org.sellcom.core.net.DatagramSender
 
sendImmediately(NetworkMessage) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
sendImmediately(NetworkMessage) - Method in interface org.sellcom.core.net.NetworkSender
Sends the given message immediately.
sequentialDigits(int, double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the sequences of digits in the password.
sequentialLetters(int, double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the sequences of letters in the password.
sequentialSpecialChars(int, double) - Static method in class org.sellcom.core.security.password.StandardSyntaxRules
Returns a syntax rule scoring the sequences of special characters in the password.
SERBIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Serbian.
set(int, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
Sets the element at the given index in this array to the given value.
set(int, E) - Method in class org.sellcom.core.collection.SparseArray
Sets the element at the given index in this array to the given value.
setBufferSize(int) - Static method in class org.sellcom.core.io.Io
Sets the size of the buffer (in bytes) used in I/O operations.
setCharset(String, Charset) - Static method in class org.sellcom.core.io.type.ContentTypes
Sets the given charset to given content type.
setCurrency(Currency) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the currency used by this format when formatting currency values.
setGroupingUsed(boolean) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets whether grouping is used in this format.
setIfAbsent(int, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
If there is no element in this array at the given index, sets it to the given value.
setIfAbsent(int, E) - Method in class org.sellcom.core.collection.SparseArray
If there is no element in this array at the given index, sets it to the given value.
setMaximumFractionDigits(int) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the maximum number of digits allowed in the fraction part of a number.
setMaximumIntegerDigits(int) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the maximum number of digits allowed in the integer part of a number.
setMinimumFractionDigits(int) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the minimum number of digits allowed in the fraction part of a number.
setMinimumIntegerDigits(int) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the minimum number of digits allowed in the integer part of a number.
setParseIntegerOnly(boolean) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets whether numbers shall be parsed as integers only.
setRoundingMode(RoundingMode) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Sets the rounding mode used in this format.
SHIFT_JIS - Static variable in class org.sellcom.core.io.charset.MoreCharsets
Shift-JIS, also known as Windows-31J.
ShutdownHooks - Class in org.sellcom.core.util.platform
Operations with shutdown hooks.
signum() - Method in class org.sellcom.core.math.BigFraction
Returns the signum of this value.
signum() - Method in class org.sellcom.core.math.Fraction
Returns the signum of this value.
signum() - Method in class org.sellcom.core.math.LongFraction
Returns the signum of this value.
signum(double) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
signum(float) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
signum(int) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
signum(long) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
signum(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
signum(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
Returns the signum of the given value.
SimpleExpiringObject<T> - Class in org.sellcom.core.collection.concurrent
Simple expiring object.
SimpleExpiringObject(T, long, TimeUnit) - Constructor for class org.sellcom.core.collection.concurrent.SimpleExpiringObject
Creates a new object with the given value and expiring after the given time.
SIMPLIFIED_CHINESE - Static variable in class org.sellcom.core.i18n.StandardLocales
Simplified Chinese.
size() - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
size() - Method in class org.sellcom.core.collection.SparseArray
Returns the number of elements in this array.
size() - Method in class org.sellcom.core.collection.SparseDoubleArray
Returns the number of elements in this array.
size() - Method in interface org.sellcom.core.util.cache.Cache
Returns the number of entries in this cache.
size() - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
 
size() - Method in class org.sellcom.core.util.cache.SoftCache
 
sleep(long, TimeUnit) - Static method in class org.sellcom.core.Threads
Makes the current thread sleep the given duration.
SLOVAK - Static variable in class org.sellcom.core.i18n.StandardLocales
Slovak.
SLOVENIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Slovenian.
slowEquals(boolean[], boolean[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(byte[], byte[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(char[], char[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(double[], double[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(float[], float[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(int[], int[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(long[], long[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(short[], short[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
slowEquals(T[], T[]) - Static method in class org.sellcom.core.util.MoreArrays
Checks whether the two given arrays are equal to each other.
SoftCache<K,V> - Class in org.sellcom.core.util.cache
Unbounded cache with soft-referenced values.
SoftCache() - Constructor for class org.sellcom.core.util.cache.SoftCache
Creates an unbounded cache with soft-referenced values.
SoftCache(Function<K, V>) - Constructor for class org.sellcom.core.util.cache.SoftCache
Creates an unbounded cache with soft-referenced values that uses the given mapping function to create values from keys.
sortByValues(Map<K, V>) - Static method in class org.sellcom.core.collection.MoreCollections
Returns an immutable map containing the mappings in the given map sorted by their values.
sortByValues(Map<K, V>, Comparator<V>) - Static method in class org.sellcom.core.collection.MoreCollections
Returns an immutable map containing the mappings in the given map sorted by their values.
SOUTH_AFRICAN_ENGLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
South African English.
SPANISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Spanish.
SparseArray<E> - Class in org.sellcom.core.collection
Sparse array mapping integers to objects.
SparseArray() - Constructor for class org.sellcom.core.collection.SparseArray
Creates an empty sparse array.
SparseArray(int) - Constructor for class org.sellcom.core.collection.SparseArray
Creates an empty sparse array with the given capacity.
SparseDoubleArray - Class in org.sellcom.core.collection
Sparse array mapping integers to doubles.
SparseDoubleArray() - Constructor for class org.sellcom.core.collection.SparseDoubleArray
Creates an empty sparse array.
SparseDoubleArray(int) - Constructor for class org.sellcom.core.collection.SparseDoubleArray
Creates an empty sparse array with the given capacity.
SpecialFunctions - Class in org.sellcom.core.math
Particular mathematical functions.
StandardBinaryEncodings - Class in org.sellcom.core.io.encoding
Standard encoding schemes for binary data.
StandardContentTypes - Class in org.sellcom.core.io.type
Standard content types.
StandardLocales - Class in org.sellcom.core.i18n
Standard Locales.
StandardPredicates - Class in org.sellcom.core.util.function
Standard predicates.
StandardSyntaxRules - Class in org.sellcom.core.security.password
Standard syntax rules.
start() - Method in class org.sellcom.core.net.DatagramReceiver
 
start() - Method in class org.sellcom.core.net.DatagramSender
 
start() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
start() - Method in interface org.sellcom.core.net.NetworkEndPoint
Starts this end point.
STARTED - org.sellcom.core.net.NetworkEndPoint.State
 
STARTING - org.sellcom.core.net.NetworkEndPoint.State
 
startsWith(String, String, boolean) - Static method in class org.sellcom.core.Strings
Checks whether the given string starts with the given prefix, possibly ignoring case.
stop() - Method in class org.sellcom.core.net.DatagramReceiver
 
stop() - Method in class org.sellcom.core.net.DatagramSender
 
stop() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
stop() - Method in interface org.sellcom.core.net.NetworkEndPoint
Stops this end point.
STOPPED - org.sellcom.core.net.NetworkEndPoint.State
 
STOPPING - org.sellcom.core.net.NetworkEndPoint.State
 
stream(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
Returns a sequential Stream over the elements of the given iterable.
StringBuilders - Class in org.sellcom.core
Operations with StringBuilders.
Strings - Class in org.sellcom.core
Operations with strings.
subtract(int) - Method in class org.sellcom.core.math.Fraction
Returns the difference of this fraction and the given number.
subtract(long) - Method in class org.sellcom.core.math.BigFraction
Returns the difference of this fraction and the given number.
subtract(long) - Method in class org.sellcom.core.math.LongFraction
Returns the difference of this fraction and the given number.
subtract(BigInteger) - Method in class org.sellcom.core.math.BigFraction
Returns the difference of this fraction and the given number.
subtract(BigFraction) - Method in class org.sellcom.core.math.BigFraction
Returns the difference of this fraction and the given fraction.
subtract(Fraction) - Method in class org.sellcom.core.math.Fraction
Returns the difference of this fraction and the given fraction.
subtract(LongFraction) - Method in class org.sellcom.core.math.LongFraction
Returns the difference of this fraction and the given fraction.
subtractExact(int, int) - Static method in class org.sellcom.core.math.MoreMath
Returns the difference of the given arguments.
subtractExact(long, long) - Static method in class org.sellcom.core.math.MoreMath
Returns the difference of the given arguments.
subtractExact(BigDecimal, BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
Returns the difference of the given arguments.
subtractExact(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
Returns the difference of the given arguments.
supportsStreaming() - Method in class org.sellcom.core.io.encoding.BinaryDecoder
Checks whether this decoder supports streaming.
supportsStreaming() - Method in class org.sellcom.core.io.encoding.BinaryEncoder
Checks whether this encoder supports streaming.
swap(boolean[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(byte[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(char[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(double[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(float[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(int[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(long[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(short[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
swap(T[], int, int) - Static method in class org.sellcom.core.util.MoreArrays
Swaps the elements at the given positions in the given array.
SWEDISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Swedish.
SWISS_FRENCH - Static variable in class org.sellcom.core.i18n.StandardLocales
Swiss French.
SWISS_GERMAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Swiss German.
SyntaxRulesPasswordStrengthPolicy - Class in org.sellcom.core.security.password
Password strength policy based on syntax rules.
SyntaxRulesPasswordStrengthPolicy() - Constructor for class org.sellcom.core.security.password.SyntaxRulesPasswordStrengthPolicy
 
A B C D E F G H I J K L M N O P R S T U V W Y Z