A B C D E F G H I J K L M N O P R S T U V W Y Z
A
- abs() - Method in class org.sellcom.core.math.BigFraction
-
Returns the absolute value of this fraction.
- abs() - Method in class org.sellcom.core.math.Fraction
-
Returns the absolute value of this fraction.
- abs() - Method in class org.sellcom.core.math.LongFraction
-
Returns the absolute value of this fraction.
- absDifference(double, double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absDifference(float, float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absDifference(int, int) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absDifference(long, long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absDifference(BigDecimal, BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absDifference(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute difference of the given numbers.
- absExact(double) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- absExact(float) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- absExact(int) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- absExact(long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- absExact(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- absExact(BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the absolute value of the given number.
- accept(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleConsumer
-
Performs this operation on the given argument.
- accept(int) - Method in interface org.sellcom.core.util.function.ThrowingIntConsumer
-
Performs this operation on the given argument.
- accept(long) - Method in interface org.sellcom.core.util.function.ThrowingLongConsumer
-
Performs this operation on the given argument.
- accept(T) - Method in interface org.sellcom.core.util.function.ThrowingConsumer
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface org.sellcom.core.util.function.ThrowingObjDoubleConsumer
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface org.sellcom.core.util.function.ThrowingObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface org.sellcom.core.util.function.ThrowingObjLongConsumer
-
Performs this operation on the given arguments.
- accept(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiConsumer
-
Performs this operation on the given arguments.
- acceptThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleConsumer
-
Performs this operation on the given argument.
- acceptThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntConsumer
-
Performs this operation on the given argument.
- acceptThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongConsumer
-
Performs this operation on the given argument.
- acceptThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingConsumer
-
Performs this operation on the given argument.
- acceptThrowing(T, double) - Method in interface org.sellcom.core.util.function.ThrowingObjDoubleConsumer
-
Performs this operation on the given arguments.
- acceptThrowing(T, int) - Method in interface org.sellcom.core.util.function.ThrowingObjIntConsumer
-
Performs this operation on the given arguments.
- acceptThrowing(T, long) - Method in interface org.sellcom.core.util.function.ThrowingObjLongConsumer
-
Performs this operation on the given arguments.
- acceptThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiConsumer
-
Performs this operation on the given arguments.
- add(int) - Method in class org.sellcom.core.math.Fraction
-
Returns the sum of this fraction and the given number.
- add(long) - Method in class org.sellcom.core.math.BigFraction
-
Returns the sum of this fraction and the given number.
- add(long) - Method in class org.sellcom.core.math.LongFraction
-
Returns the sum of this fraction and the given number.
- add(BigInteger) - Method in class org.sellcom.core.math.BigFraction
-
Returns the sum of this fraction and the given number.
- add(BigFraction) - Method in class org.sellcom.core.math.BigFraction
-
Returns the sum of this fraction and the given fraction.
- add(Fraction) - Method in class org.sellcom.core.math.Fraction
-
Returns the sum of this fraction and the given fraction.
- add(LongFraction) - Method in class org.sellcom.core.math.LongFraction
-
Returns the sum of this fraction and the given fraction.
- addExact(int, int) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the sum of the given numbers.
- addExact(long, long) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the sum of the given numbers.
- addExact(BigDecimal, BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the sum of the given numbers.
- addExact(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
-
Returns the sum of the given numbers.
- AFRIKAANS - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Afrikaans.
- ALBANIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Albanian.
- ALL - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type that includes all media ranges.
- AMERICAN_ENGLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
American English.
- andThen(ThrowingDoubleUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
-
Returns a composed
ThrowingDoubleUnaryOperatorthat first applies this operator to the argument, and then applies the after operator to the result. - andThen(ThrowingFunction<? super R, ? extends V>) - Method in interface org.sellcom.core.util.function.ThrowingBiFunction
-
Returns a composed
ThrowingBiFunctionthat first applies this function to the arguments, and then applies the after function to the result. - andThen(ThrowingFunction<? super R, ? extends V>) - Method in interface org.sellcom.core.util.function.ThrowingFunction
-
Returns a composed
ThrowingFunctionthat first applies this function to the argument, and then applies the after function to the result. - andThen(ThrowingIntUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
-
Returns a composed
ThrowingIntUnaryOperatorthat first applies this operator to the argument, and then applies the after operator to the result. - andThen(ThrowingLongUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
-
Returns a composed
ThrowingLongUnaryOperatorthat first applies this operator to the argument, and then applies the after operator to the result. - APPLICATION_FORM_URLENCODED - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for simple HTML form data.
- APPLICATION_JAVASCRIPT - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for JavaScript source code.
- APPLICATION_JSON - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for JavaScript object.
- APPLICATION_OCTET_STREAM - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for generic binary object.
- APPLICATION_PDF - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for PDF document.
- APPLICATION_XML - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for XML document.
- APPLICATION_ZIP - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for ZIP archive.
- apply(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleFunction
-
Applies this function to the given argument.
- apply(int) - Method in interface org.sellcom.core.util.function.ThrowingIntFunction
-
Applies this function to the given argument.
- apply(long) - Method in interface org.sellcom.core.util.function.ThrowingLongFunction
-
Applies this function to the given argument.
- apply(T) - Method in interface org.sellcom.core.util.function.ThrowingFunction
-
Applies this function to the given argument.
- apply(T) - Method in interface org.sellcom.core.util.function.ThrowingUnaryOperator
-
Applies this operator to the given argument.
- apply(T, T) - Method in interface org.sellcom.core.util.function.ThrowingBinaryOperator
-
Applies this operator to the given arguments.
- apply(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiFunction
-
Applies this function to the given arguments.
- applyAsDouble(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
-
Applies this operator to the given argument.
- applyAsDouble(double, double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleBinaryOperator
-
Applies this operator to the given arguments.
- applyAsDouble(int) - Method in interface org.sellcom.core.util.function.ThrowingIntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface org.sellcom.core.util.function.ThrowingLongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsDoubleThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
-
Applies this operator to the given argument.
- applyAsDoubleThrowing(double, double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleBinaryOperator
-
Applies this operator to the given arguments.
- applyAsDoubleThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDoubleThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDoubleThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleFunction
-
Applies this function to the given argument.
- applyAsDoubleThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsInt(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
-
Applies this operator to the given argument.
- applyAsInt(int, int) - Method in interface org.sellcom.core.util.function.ThrowingIntBinaryOperator
-
Applies this operator to the given argument.
- applyAsInt(long) - Method in interface org.sellcom.core.util.function.ThrowingLongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T) - Method in interface org.sellcom.core.util.function.ThrowingToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToIntBiFunction
-
Applies this function to the given arguments.
- applyAsIntThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToIntFunction
-
Applies this function to the given argument.
- applyAsIntThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
-
Applies this operator to the given argument.
- applyAsIntThrowing(int, int) - Method in interface org.sellcom.core.util.function.ThrowingIntBinaryOperator
-
Applies this operator to the given argument.
- applyAsIntThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongToIntFunction
-
Applies this function to the given argument.
- applyAsIntThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingToIntFunction
-
Applies this function to the given argument.
- applyAsIntThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToIntBiFunction
-
Applies this function to the given arguments.
- applyAsLong(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface org.sellcom.core.util.function.ThrowingIntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
-
Applies this operator to the given argument.
- applyAsLong(long, long) - Method in interface org.sellcom.core.util.function.ThrowingLongBinaryOperator
-
Applies this operator to the given argument.
- applyAsLong(T) - Method in interface org.sellcom.core.util.function.ThrowingToLongFunction
-
Applies this function to the given argument.
- applyAsLong(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToLongBiFunction
-
Applies this function to the given arguments.
- applyAsLongThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLongThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntToLongFunction
-
Applies this function to the given argument.
- applyAsLongThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
-
Applies this operator to the given argument.
- applyAsLongThrowing(long, long) - Method in interface org.sellcom.core.util.function.ThrowingLongBinaryOperator
-
Applies this operator to the given argument.
- applyAsLongThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingToLongFunction
-
Applies this function to the given argument.
- applyAsLongThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingToLongBiFunction
-
Applies this function to the given arguments.
- applyThrowing(double) - Method in interface org.sellcom.core.util.function.ThrowingDoubleFunction
-
Applies this function to the given argument.
- applyThrowing(int) - Method in interface org.sellcom.core.util.function.ThrowingIntFunction
-
Applies this function to the given argument.
- applyThrowing(long) - Method in interface org.sellcom.core.util.function.ThrowingLongFunction
-
Applies this function to the given argument.
- applyThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingFunction
-
Applies this function to the given argument.
- applyThrowing(T) - Method in interface org.sellcom.core.util.function.ThrowingUnaryOperator
-
Applies this operator to the given argument.
- applyThrowing(T, T) - Method in interface org.sellcom.core.util.function.ThrowingBinaryOperator
-
Applies this operator to the given arguments.
- applyThrowing(T, U) - Method in interface org.sellcom.core.util.function.ThrowingBiFunction
-
Applies this function to the given arguments.
- ARABIC - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Arabic.
- ARMENIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Armenian.
- AUDIO_AAC - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for AAC audio.
- AUDIO_FLAC - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for FLAC audio.
- AUDIO_MP4 - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for MPEG-4 audio.
- AUDIO_WEBM - Static variable in class org.sellcom.core.io.type.StandardContentTypes
-
Content type for WebM audio.
- AUSTRALIAN_ENGLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Australian English.
- AUSTRIAN_GERMAN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Austrian German.
- AZERBAIJANI - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Azerbaijani.