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

F

fallbackTo(Runnable) - Method in interface org.sellcom.core.util.function.ThrowingRunnable
Returns a Runnable performing the given operation if this operation throws an exception.
fallbackTo(Runnable, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingRunnable
Returns a Runnable performing the given operation if this operation throws an exception.
fallbackTo(BiConsumer<T, U>) - Method in interface org.sellcom.core.util.function.ThrowingBiConsumer
Returns a BiConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(BiConsumer<T, U>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingBiConsumer
Returns a BiConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(BiFunction<T, U, R>) - Method in interface org.sellcom.core.util.function.ThrowingBiFunction
Returns a BiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(BiFunction<T, U, R>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingBiFunction
Returns a BiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(BiPredicate<T, U>) - Method in interface org.sellcom.core.util.function.ThrowingBiPredicate
Returns a BiPredicate evaluating the given predicate on the arguments if this predicate throws an exception.
fallbackTo(BiPredicate<T, U>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingBiPredicate
Returns a BiPredicate evaluating the given predicate on the arguments if this predicate throws an exception.
fallbackTo(BooleanSupplier) - Method in interface org.sellcom.core.util.function.ThrowingBooleanSupplier
Returns a BooleanSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(BooleanSupplier, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingBooleanSupplier
Returns a BooleanSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(Consumer<T>) - Method in interface org.sellcom.core.util.function.ThrowingConsumer
Returns a Consumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(Consumer<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingConsumer
Returns a Consumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(DoubleBinaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingDoubleBinaryOperator
Returns a DoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(DoubleBinaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleBinaryOperator
Returns a DoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(DoubleConsumer) - Method in interface org.sellcom.core.util.function.ThrowingDoubleConsumer
Returns a DoubleConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(DoubleConsumer, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleConsumer
Returns a DoubleConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(DoubleFunction<R>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleFunction
Returns a DoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoubleFunction<R>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleFunction
Returns a DoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoublePredicate) - Method in interface org.sellcom.core.util.function.ThrowingDoublePredicate
Returns a DoublePredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(DoublePredicate, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoublePredicate
Returns a DoublePredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(DoubleSupplier) - Method in interface org.sellcom.core.util.function.ThrowingDoubleSupplier
Returns a DoubleSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(DoubleSupplier, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleSupplier
Returns a DoubleSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(DoubleToIntFunction) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToIntFunction
Returns a DoubleToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoubleToIntFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToIntFunction
Returns a DoubleToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoubleToLongFunction) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToLongFunction
Returns a DoubleToLongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoubleToLongFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleToLongFunction
Returns a DoubleToLongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(DoubleUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
Returns a DoubleUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(DoubleUnaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingDoubleUnaryOperator
Returns a DoubleUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(Function<T, R>) - Method in interface org.sellcom.core.util.function.ThrowingFunction
Returns a Function applying the given function to the argument if this function throws an exception.
fallbackTo(Function<T, R>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingFunction
Returns a Function applying the given function to the argument if this function throws an exception.
fallbackTo(IntBinaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingIntBinaryOperator
Returns an IntBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(IntBinaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntBinaryOperator
Returns an IntBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(IntConsumer) - Method in interface org.sellcom.core.util.function.ThrowingIntConsumer
Returns an IntConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(IntConsumer, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntConsumer
Returns an IntConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(IntFunction<R>) - Method in interface org.sellcom.core.util.function.ThrowingIntFunction
Returns an IntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntFunction<R>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntFunction
Returns an IntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntPredicate) - Method in interface org.sellcom.core.util.function.ThrowingIntPredicate
Returns a IntPredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(IntPredicate, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntPredicate
Returns a IntPredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(IntSupplier) - Method in interface org.sellcom.core.util.function.ThrowingIntSupplier
Returns an IntSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(IntSupplier, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntSupplier
Returns an IntSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(IntToDoubleFunction) - Method in interface org.sellcom.core.util.function.ThrowingIntToDoubleFunction
Returns an IntToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntToDoubleFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntToDoubleFunction
Returns an IntToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntToLongFunction) - Method in interface org.sellcom.core.util.function.ThrowingIntToLongFunction
Returns an IntToLongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntToLongFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntToLongFunction
Returns an IntToLongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(IntUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
Returns an IntUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(IntUnaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingIntUnaryOperator
Returns an IntUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(LongBinaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingLongBinaryOperator
Returns a LongBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(LongBinaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongBinaryOperator
Returns a LongBinaryOperator applying the given operator to the arguments if this operator throws an exception.
fallbackTo(LongConsumer) - Method in interface org.sellcom.core.util.function.ThrowingLongConsumer
Returns a LongConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(LongConsumer, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongConsumer
Returns a LongConsumer performing the given operation on the argument if this operation throws an exception.
fallbackTo(LongFunction<R>) - Method in interface org.sellcom.core.util.function.ThrowingLongFunction
Returns a LongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongFunction<R>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongFunction
Returns a LongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongPredicate) - Method in interface org.sellcom.core.util.function.ThrowingLongPredicate
Returns a LongPredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(LongPredicate, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongPredicate
Returns a LongPredicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(LongSupplier) - Method in interface org.sellcom.core.util.function.ThrowingLongSupplier
Returns a LongSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(LongSupplier, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongSupplier
Returns a LongSupplier returning from the given supplier if this supplier throws an exception.
fallbackTo(LongToDoubleFunction) - Method in interface org.sellcom.core.util.function.ThrowingLongToDoubleFunction
Returns a LongToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongToDoubleFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongToDoubleFunction
Returns a LongToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongToIntFunction) - Method in interface org.sellcom.core.util.function.ThrowingLongToIntFunction
Returns a LongToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongToIntFunction, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongToIntFunction
Returns a LongToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(LongUnaryOperator) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
Returns a LongUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(LongUnaryOperator, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingLongUnaryOperator
Returns a LongUnaryOperator applying the given operator to the argument if this operator throws an exception.
fallbackTo(ObjDoubleConsumer<T>) - Method in interface org.sellcom.core.util.function.ThrowingObjDoubleConsumer
Returns an ObjDoubleConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(ObjDoubleConsumer<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingObjDoubleConsumer
Returns an ObjDoubleConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(ObjIntConsumer<T>) - Method in interface org.sellcom.core.util.function.ThrowingObjIntConsumer
Returns an ObjIntConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(ObjIntConsumer<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingObjIntConsumer
Returns an ObjIntConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(ObjLongConsumer<T>) - Method in interface org.sellcom.core.util.function.ThrowingObjLongConsumer
Returns an ObjLongConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(ObjLongConsumer<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingObjLongConsumer
Returns an ObjLongConsumer performing the given operation on the arguments if this operation throws an exception.
fallbackTo(Predicate<T>) - Method in interface org.sellcom.core.util.function.ThrowingPredicate
Returns a Predicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(Predicate<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingPredicate
Returns a Predicate evaluating the given predicate on the argument if this predicate throws an exception.
fallbackTo(Supplier<T>) - Method in interface org.sellcom.core.util.function.ThrowingSupplier
Returns a Supplier returning from the given supplier if this supplier throws an exception.
fallbackTo(Supplier<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingSupplier
Returns a Supplier returning from the given supplier if this supplier throws an exception.
fallbackTo(ToDoubleBiFunction<T, U>) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleBiFunction
Returns a ToDoubleBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToDoubleBiFunction<T, U>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleBiFunction
Returns a ToDoubleBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToDoubleFunction<T>) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleFunction
Returns a ToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(ToDoubleFunction<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToDoubleFunction
Returns a ToDoubleFunction applying the given function to the argument if this function throws an exception.
fallbackTo(ToIntBiFunction<T, U>) - Method in interface org.sellcom.core.util.function.ThrowingToIntBiFunction
Returns a ToIntBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToIntBiFunction<T, U>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToIntBiFunction
Returns a ToIntBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToIntFunction<T>) - Method in interface org.sellcom.core.util.function.ThrowingToIntFunction
Returns a ToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(ToIntFunction<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToIntFunction
Returns a ToIntFunction applying the given function to the argument if this function throws an exception.
fallbackTo(ToLongBiFunction<T, U>) - Method in interface org.sellcom.core.util.function.ThrowingToLongBiFunction
Returns a ToLongBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToLongBiFunction<T, U>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToLongBiFunction
Returns a ToLongBiFunction applying the given function to the arguments if this function throws an exception.
fallbackTo(ToLongFunction<T>) - Method in interface org.sellcom.core.util.function.ThrowingToLongFunction
Returns a ToLongFunction applying the given function to the argument if this function throws an exception.
fallbackTo(ToLongFunction<T>, Consumer<Exception>) - Method in interface org.sellcom.core.util.function.ThrowingToLongFunction
Returns a ToLongFunction applying the given function to the argument if this function throws an exception.
FAROESE - Static variable in class org.sellcom.core.i18n.StandardLocales
Faroese.
FINLAND_SWEDISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Finland Swedish.
FINNISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Finnish.
FLEMISH - Static variable in class org.sellcom.core.i18n.StandardLocales
Flemish.
floatValue() - Method in class org.sellcom.core.math.BigFraction
 
floatValue() - Method in class org.sellcom.core.math.Fraction
 
floatValue() - Method in class org.sellcom.core.math.LongFraction
 
floorLd(int) - Static method in class org.sellcom.core.math.SpecialFunctions
Returns the largest (closest to positive infinity) value that is smaller than or equal to the dual (base 2) logarithm of the given number.
floorLd(long) - Static method in class org.sellcom.core.math.SpecialFunctions
Returns the largest (closest to positive infinity) value that is smaller than or equal to the dual (base 2) logarithm of the given number.
floorToMultiple(int, int) - Static method in class org.sellcom.core.math.MoreMath
Returns the largest (closest to positive negative) multiple of the given base that is smaller or equal to the given number.
floorToMultiple(long, long) - Static method in class org.sellcom.core.math.MoreMath
Returns the largest (closest to positive negative) multiple of the given base that is smaller or equal to the given number.
floorToMultiple(BigDecimal, BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
Returns the largest (closest to positive infinity) multiple of the given base that is smaller or equal to the given number.
floorToMultiple(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
Returns the largest (closest to positive negative) multiple of the given base that is smaller or equal to the given number.
forEach(BiConsumer<? super K, ? super V>) - Method in interface org.sellcom.core.util.cache.Cache
Performs the given action for each entry in this cache until all entries have been processed or the action throws an exception.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.sellcom.core.util.cache.SoftCache
 
forEach(BiConsumer<Integer, ? super E>) - Method in class org.sellcom.core.collection.SparseArray
Performs the given action for each element in this array until all elements have been processed or the action throws an exception.
forEach(BiConsumer<Integer, Double>) - Method in class org.sellcom.core.collection.SparseDoubleArray
Performs the given action for each element in this array until all elements have been processed or the action throws an exception.
format(double) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Formats a double number.
format(long) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Formats a long number.
format(Object, StringBuffer, FieldPosition) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
 
format8x4(UUID) - Static method in class org.sellcom.core.util.Uuids
Returns the given UUID formatted as a string of 8x4 hexadecimal digits separated by dashes.
formatBase58(UUID) - Static method in class org.sellcom.core.util.Uuids
Returns the given UUID formatted as a Base-58-encoded string.
Fraction - Class in org.sellcom.core.math
Fraction of two ints.
fractionalPart(double) - Static method in class org.sellcom.core.math.MoreMath
Returns the fractional part of the given number.
fractionalPart(float) - Static method in class org.sellcom.core.math.MoreMath
Returns the fractional part of the given number.
fractionalPart(BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
Returns the fractional part of the given number.
FRENCH - Static variable in class org.sellcom.core.i18n.StandardLocales
French.
fromByteBuffer(ByteBuffer, InetSocketAddress) - Static method in class org.sellcom.core.net.NetworkMessage
Creates a NetworkMessage from the given ByteBuffer containing the raw data.
fromBytes(byte[]) - Static method in class org.sellcom.core.util.Uuids
Returns a type 3 (name-based) UUID based on the given bytes.
fromString(String) - Static method in class org.sellcom.core.util.Uuids
Returns a type 3 (name-based) UUID based on the given string.
A B C D E F G H I J K L M N O P R S T U V W Y Z