- TAJIK - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Tajik.
- test(char[]) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
- test(char[]) - Method in interface org.sellcom.core.security.password.PasswordStrengthPolicy
-
Test whether the given password satisfies this strength policy.
- test(char[]) - Method in class org.sellcom.core.security.password.SyntaxRulesPasswordStrengthPolicy
-
- test(double) - Method in interface org.sellcom.core.util.function.ThrowingDoublePredicate
-
Evaluates this predicate on the given argument.
- test(int) - Method in interface org.sellcom.core.util.function.ThrowingIntPredicate
-
Evaluates this predicate on the given argument.
- test(long) - Method in interface org.sellcom.core.util.function.ThrowingLongPredicate
-
Evaluates this predicate on the given argument.
- test(T) - Method in interface org.sellcom.core.util.function.ThrowingPredicate
-
Evaluates this predicate on the given argument.
- test(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiPredicate
-
Evaluates this predicate on the given arguments.
- testThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoublePredicate
-
Evaluates this predicate on the given argument.
- testThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntPredicate
-
Evaluates this predicate on the given argument.
- testThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongPredicate
-
Evaluates this predicate on the given argument.
- testThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingPredicate
-
Evaluates this predicate on the given argument.
- testThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiPredicate
-
Evaluates this predicate on the given arguments.
- TEXT_CSS - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for CSS style sheet.
- TEXT_CSV - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for CSV document.
- TEXT_HTML - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for HTML document.
- TEXT_PLAIN - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for plain text document.
- TEXT_VCARD - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for vCard contact.
- TEXT_XML - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for XML document.
- Threads - Class in org.sellcom.core
-
Operations with Threads.
- THREE_QUARTERS - Static variable in class org.sellcom.core.math.BigFraction
-
Fraction of 3/4.
- THREE_QUARTERS - Static variable in class org.sellcom.core.math.Fraction
-
Fraction of 3/4.
- THREE_QUARTERS - Static variable in class org.sellcom.core.math.LongFraction
-
Fraction of 3/4.
- ThrowingBiConsumer<T,U> - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts two arguments and returns no result, possibly throwing an exception.
- ThrowingBiFunction<T,U,R> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts two arguments and produces a result, possibly throwing an exception.
- ThrowingBinaryOperator<T> - Interface in org.sellcom.core.util.function
-
Represents an operation on two operands of the same type, producing a result of the same type as the operands, possibly throwing an exception.
- ThrowingBiPredicate<T,U> - Interface in org.sellcom.core.util.function
-
Represents a predicate (boolean-valued function) of two arguments, possibly throwing an exception.
- ThrowingBooleanSupplier - Interface in org.sellcom.core.util.function
-
Represents a supplier of boolean-valued results, possibly throwing an exception.
- ThrowingConsumer<T> - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts a single argument and returns no result, possibly throwing an exception.
- ThrowingDoubleBinaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on two double-valued operands, producing a double-valued result, and possibly throwing an exception.
- ThrowingDoubleConsumer - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts a single double-valued argument and returns no result, possibly throwing an exception.
- ThrowingDoubleFunction<R> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a double-valued argument and produces a result, possibly throwing an exception.
- ThrowingDoublePredicate - Interface in org.sellcom.core.util.function
-
Represents a predicate (boolean-valued function) of one double-valued argument, possibly throwing an exception.
- ThrowingDoubleSupplier - Interface in org.sellcom.core.util.function
-
Represents a supplier of double-valued results, possibly throwing an exception.
- ThrowingDoubleToIntFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a double-valued argument and produces an int-valued result, possibly throwing an exception.
- ThrowingDoubleToLongFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a double-valued argument and produces a long-valued result, possibly throwing an exception.
- ThrowingDoubleUnaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on a single double-valued operand that produces a double-valued result, possibly throwing an exception.
- ThrowingFunction<T,R> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a single argument and produces a result, possibly throwing an exception.
- ThrowingIntBinaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on two int-valued operands, producing an int-valued result, and possibly throwing an exception.
- ThrowingIntConsumer - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts a single double-valued argument and returns no result, possibly throwing an exception.
- ThrowingIntFunction<R> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts an int-valued argument and produces a result, possibly throwing an exception.
- ThrowingIntPredicate - Interface in org.sellcom.core.util.function
-
Represents a predicate (boolean-valued function) of one int-valued argument, possibly throwing an exception.
- ThrowingIntSupplier - Interface in org.sellcom.core.util.function
-
Represents a supplier of int-valued results, possibly throwing an exception.
- ThrowingIntToDoubleFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts an int-valued argument and produces a double-valued result, possibly throwing an exception.
- ThrowingIntToLongFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts an int-valued argument and produces a long-valued result, possibly throwing an exception.
- ThrowingIntUnaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on a single int-valued operand that produces an int-valued result, possibly throwing an exception.
- ThrowingLongBinaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on two long-valued operands, producing a long-valued result, and possibly throwing an exception.
- ThrowingLongConsumer - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts a single long-valued argument and returns no result, possibly throwing an exception.
- ThrowingLongFunction<R> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a long-valued argument and produces a result, possibly throwing an exception.
- ThrowingLongPredicate - Interface in org.sellcom.core.util.function
-
Represents a predicate (boolean-valued function) of one long-valued argument, possibly throwing an exception.
- ThrowingLongSupplier - Interface in org.sellcom.core.util.function
-
Represents a supplier of long-valued results, possibly throwing an exception.
- ThrowingLongToDoubleFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a long-valued argument and produces a double-valued result, possibly throwing an exception.
- ThrowingLongToIntFunction - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a long-valued argument and produces an int-valued result, possibly throwing an exception.
- ThrowingLongUnaryOperator - Interface in org.sellcom.core.util.function
-
Represents an operation on a single long-valued operand that produces a long-valued result, possibly throwing an exception.
- ThrowingObjDoubleConsumer<T> - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result, possibly throwing an exception.
- ThrowingObjIntConsumer<T> - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts an object-valued and an int-valued argument, and returns no result, possibly throwing an exception.
- ThrowingObjLongConsumer<T> - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result, possibly throwing an exception.
- ThrowingPredicate<T> - Interface in org.sellcom.core.util.function
-
Represents a predicate (boolean-valued function) of one argument, possibly throwing an exception.
- ThrowingRunnable - Interface in org.sellcom.core.util.function
-
Represents an operation that accepts no arguments and returns no result, possibly throwing an exception.
- ThrowingSupplier<T> - Interface in org.sellcom.core.util.function
-
Represents a supplier of results, possibly throwing an exception.
- ThrowingToDoubleBiFunction<T,U> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts two arguments and produces a double-valued result, possibly throwing an exception.
- ThrowingToDoubleFunction<T> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a single argument and produces a double-valued result, possibly throwing an exception.
- ThrowingToIntBiFunction<T,U> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts two arguments and produces a double-valued result, possibly throwing an exception.
- ThrowingToIntFunction<T> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a single argument and produces an int-valued result, possibly throwing an exception.
- ThrowingToLongBiFunction<T,U> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts two arguments and produces a long-valued result, possibly throwing an exception.
- ThrowingToLongFunction<T> - Interface in org.sellcom.core.util.function
-
Represents a function that accepts a single argument and produces an long-valued result, possibly throwing an exception.
- ThrowingUnaryOperator<T> - Interface in org.sellcom.core.util.function
-
Represents an operation on a single operand that produces a result of the same type as its operand, possibly throwing an exception.
- TIS_620 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
TIS-620.
- toBigDecimal() - Method in class org.sellcom.core.math.BigFraction
-
Returns the BigDecimal value of this fraction.
- toBigDecimal() - Method in class org.sellcom.core.math.Fraction
-
Returns the BigDecimal value of this fraction.
- toBigDecimal() - Method in class org.sellcom.core.math.LongFraction
-
Returns the BigDecimal value of this fraction.
- toBigDecimal(int, RoundingMode) - Method in class org.sellcom.core.math.BigFraction
-
Returns the BigDecimal value of this fraction.
- toBigDecimal(int, RoundingMode) - Method in class org.sellcom.core.math.Fraction
-
Returns the BigDecimal value of this fraction.
- toBigDecimal(int, RoundingMode) - Method in class org.sellcom.core.math.LongFraction
-
Returns the BigDecimal value of this fraction.
- toBigIntegerExact(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the BigInteger value of the given number.
- toByteBuffer() - Method in class org.sellcom.core.net.NetworkMessage
-
Returns a ByteBuffer containing the raw data of this message.
- toIntExact(double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the int value of the given number.
- toIntExact(float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the int value of the given number.
- toIntExact(long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the int value of the given number.
- toIntExact(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the int value of the given number.
- toIntExact(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the int value of the given number.
- toList(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
-
Returns the given iterable converted to a List.
- toLongExact(double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the long value of the given number.
- toLongExact(float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the long value of the given number.
- toLongExact(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the long value of the given number.
- toLongExact(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the long value of the given number.
- toLowerCase(String) - Static method in class org.sellcom.core.Strings
-
Returns the given string converted to lower case in a locale-insensitive way.
- toLowerCase(StringBuilder) - Static method in class org.sellcom.core.StringBuilders
-
Converts the contents of the given builder to lower case in a locale-insensitive way.
- toNavigableSet(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
-
Returns the given iterable converted to a NavigableSet.
- toSet(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
-
Returns the given iterable converted to a Set.
- toShortExact(double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toShortExact(float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toShortExact(int) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toShortExact(long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toShortExact(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toShortExact(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the short value of the given number.
- toString() - Method in class org.sellcom.core.collection.SparseArray
-
- toString() - Method in class org.sellcom.core.collection.SparseDoubleArray
-
- toString() - Method in class org.sellcom.core.math.BigFraction
-
- toString() - Method in class org.sellcom.core.math.Fraction
-
- toString() - Method in class org.sellcom.core.math.LongFraction
-
- toString() - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
-
- toString() - Method in class org.sellcom.core.util.cache.SoftCache
-
- toString() - Method in class org.sellcom.core.util.geography.GeoBounds
-
- toString() - Method in class org.sellcom.core.util.geography.GeoPoint
-
- toString() - Method in class org.sellcom.core.util.platform.JreVersion
-
- toUnmodifiableList() - Static method in class org.sellcom.core.collection.MoreCollectors
-
Returns a Collector that accumulates the input elements into a new unmodifiable List.
- toUnmodifiableList(Supplier<C>) - Static method in class org.sellcom.core.collection.MoreCollectors
-
Returns a Collector that accumulates the input elements into a new unmodifiable List.
- toUnmodifiableSet() - Static method in class org.sellcom.core.collection.MoreCollectors
-
Returns a Collector that accumulates the input elements into a new unmodifiable Set.
- toUnmodifiableSet(Supplier<C>) - Static method in class org.sellcom.core.collection.MoreCollectors
-
Returns a Collector that accumulates the input elements into a new unmodifiable Set.
- toUpperCase(String) - Static method in class org.sellcom.core.Strings
-
Returns the given string converted to upper case in a locale-insensitive way.
- toUpperCase(StringBuilder) - Static method in class org.sellcom.core.StringBuilders
-
Converts the contents of the given builder to upper case in a locale-insensitive way.
- TRADITIONAL_CHINESE - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Traditional Chinese.
- TrafficClass - Enum in org.sellcom.core.net
-
Traffic classes.
- trimToSize() - Method in class org.sellcom.core.collection.SparseArray
-
Trims the capacity of this array to its current size.
- trimToSize() - Method in class org.sellcom.core.collection.SparseDoubleArray
-
Trims the capacity of this array to its current size.
- Ttlv - Class in org.sellcom.core.io.encoding
-
Operations with TTLV-encoded messages.
- TtlvBuilder - Interface in org.sellcom.core.io.encoding
-
Builder of TTLV-encoded messages.
- TtlvExtractor - Interface in org.sellcom.core.io.encoding
-
Extractor of data from TTLV-encoded messages.
- TURKISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Turkish.
- TURKMEN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Turkmen.
- TWO_THIRDS - Static variable in class org.sellcom.core.math.BigFraction
-
Fraction of 2/3.
- TWO_THIRDS - Static variable in class org.sellcom.core.math.Fraction
-
Fraction of 2/3.
- TWO_THIRDS - Static variable in class org.sellcom.core.math.LongFraction
-
Fraction of 2/3.