- 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, E) - Method in class org.sellcom.core.collection.SparseArray
-
Sets the element at the given index in this array to the given value.
- 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.
- 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, 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- SOFT_HYPHEN - Static variable in class org.sellcom.core.i18n.SpecialCharacters
-
Soft hyphen.
- 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.
- SpecialCharacters - Class in org.sellcom.core.i18n
-
Common special characters.
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-