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

R

readByte(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a byte from the given source.
readBytes(InputStream) - Static method in class org.sellcom.core.io.Io
Reads all bytes from the given source.
readBytes(InputStream, int) - Static method in class org.sellcom.core.io.Io
Reads the given number of bytes from the given source.
readChar(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a char from the given source using the default (big-endian) byte order.
readChar(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a char from the given source using the given byte order.
readDouble(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a double from the given source using the default (big-endian) byte order.
readDouble(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a double from the given source using the given byte order.
readFloat(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a float from the given source using the default (big-endian) byte order.
readFloat(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a float from the given source using the given byte order.
readInt(InputStream) - Static method in class org.sellcom.core.io.Io
Reads an int from the given source using the default (big-endian) byte order.
readInt(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads an int from the given source using the given byte order.
readLong(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a long from the given source using the default (big-endian) byte order.
readLong(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a long from the given source using the given byte order.
readShort(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a short from the given source using the default (big-endian) byte order.
readShort(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a short from the given source using the given byte order.
readString(InputStream) - Static method in class org.sellcom.core.io.Io
Reads all bytes from the given source and converts them to a string using UTF-8.
readString(InputStream, int) - Static method in class org.sellcom.core.io.Io
Reads the given number of bytes from the given source and converts them to a string using UTF-8.
readString(InputStream, int, Charset) - Static method in class org.sellcom.core.io.Io
Reads the given number of bytes from the given source and converts them to a string using the given charset.
readString(InputStream, Charset) - Static method in class org.sellcom.core.io.Io
Reads all bytes from the given source and converts them to a string using the given charset.
readUnsignedByte(InputStream) - Static method in class org.sellcom.core.io.Io
Reads an unsigned byte from the given source.
readUuid(InputStream) - Static method in class org.sellcom.core.io.Io
Reads a UUID} from the given source using the default (big-endian) byte order.
readUuid(InputStream, ByteOrder) - Static method in class org.sellcom.core.io.Io
Reads a UUID} from the given source using the given byte order.
reciprocal() - Method in class org.sellcom.core.math.BigFraction
Return the reciprocal of this fraction.
reciprocal() - Method in class org.sellcom.core.math.Fraction
Return the reciprocal of this fraction.
reciprocal() - Method in class org.sellcom.core.math.LongFraction
Return the reciprocal of this fraction.
register(String, Runnable) - Static method in class org.sellcom.core.util.platform.ShutdownHooks
Registers the given runnable as a shutdown hook under the given name.
remove(int) - Method in class org.sellcom.core.collection.SparseArray
Removes and returns the element at the given index in this array.
remove(int, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
Removes and returns the element at the given index in this array.
remove(Object) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
removeAll(StringBuilder, char) - Static method in class org.sellcom.core.StringBuilders
Removes all occurrences of the given character from the given builder.
removeAll(StringBuilder, String) - Static method in class org.sellcom.core.StringBuilders
Removes all occurrences of the given string from the given builder.
removePrefix(String, String) - Static method in class org.sellcom.core.Strings
Removes the given prefix from the given string if present.
removePrefix(String, String, boolean) - Static method in class org.sellcom.core.Strings
Removes the given prefix from the given string if present, possibly ignoring case.
removeSuffix(String, String) - Static method in class org.sellcom.core.Strings
Removes the given suffix from the given string if present.
removeSuffix(String, String, boolean) - Static method in class org.sellcom.core.Strings
Removes the given suffix from the given string if present, possibly ignoring case.
removeWhitespace(String) - Static method in class org.sellcom.core.Strings
Removes all whitespace characters from the given string.
repeat(String, int) - Static method in class org.sellcom.core.Strings
Returns a string consisting of the given number of copies of the given string.
replaceAll(StringBuilder, char, char) - Static method in class org.sellcom.core.StringBuilders
Replaces all occurrences of the given character in the given builder with the given replacement.
replaceAll(StringBuilder, String, String) - Static method in class org.sellcom.core.StringBuilders
Replaces all occurrences of the given string in the given builder with the given replacement.
ResourceNotFoundException - Exception in org.sellcom.core.i18n
Indicator that a resource cannot be found.
ResourceNotFoundException(String) - Constructor for exception org.sellcom.core.i18n.ResourceNotFoundException
Creates a new exception with the given message.
Resources - Class in org.sellcom.core.i18n
Static singleton for accessing application resources.
reverse(boolean[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(byte[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(char[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(double[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(float[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(int[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(long[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(short[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
reverse(T[]) - Static method in class org.sellcom.core.util.MoreArrays
Reverses the elements in the given array.
ROMANIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Romanian.
ROMANSH - Static variable in class org.sellcom.core.i18n.StandardLocales
Romansh.
root(BigDecimal, int, int) - Static method in class org.sellcom.core.math.MoreMath
Returns the n-th root of the given number.
round(RoundingMode) - Method in class org.sellcom.core.math.BigFraction
Returns the integer value nearest to the value of this fraction.
round(RoundingMode) - Method in class org.sellcom.core.math.Fraction
Returns the integer value nearest to the value of this fraction.
round(RoundingMode) - Method in class org.sellcom.core.math.LongFraction
Returns the integer value nearest to the value of this fraction.
roundToMultiple(int, int) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
roundToMultiple(long, long) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
roundToMultiple(BigDecimal, BigDecimal) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
roundToMultiple(BigDecimal, BigDecimal, RoundingMode) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
roundToMultiple(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
roundToMultiple(BigInteger, BigInteger, RoundingMode) - Static method in class org.sellcom.core.math.MoreMath
Returns a multiple of the given base that is closest to the given number.
run() - Method in interface org.sellcom.core.util.function.ThrowingRunnable
Performs this operation.
runThrowing() - Method in interface org.sellcom.core.util.function.ThrowingRunnable
Performs this operation.
RUSSIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Russian.
A B C D E F G H I J K L M N O P R S T U V W Y Z 
Skip navigation links