- Random - Class in com.github.akurilov.commons.math
-
Faster random implementation which uses the XorShift algorithm
- Random() - Constructor for class com.github.akurilov.commons.math.Random
-
- Random(long) - Constructor for class com.github.akurilov.commons.math.Random
-
- Range - Class in com.github.akurilov.commons.collection
-
The range described with at least one bound (begin or end position) and optional size.
- Range(long, long, long) - Constructor for class com.github.akurilov.commons.collection.Range
-
- Range(String) - Constructor for class com.github.akurilov.commons.collection.Range
-
- RateThrottle<X> - Class in com.github.akurilov.commons.concurrent
-
A semaphore-like non-blocking throttle which permits at the given rate.
- RateThrottle(double) - Constructor for class com.github.akurilov.commons.concurrent.RateThrottle
-
- remove(Object) - Method in class com.github.akurilov.commons.collection.ListingLRUMap
-
- removeRange(int, int) - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
-
Publishes the ArrayList.removeRange(int, int) method
- removeRange(int, int) - Method in interface com.github.akurilov.commons.collection.OptLockBuffer
-
Remove the elements in the specified range
- reset() - Method in class com.github.akurilov.commons.io.bin.BinInput
-
- reset() - Method in class com.github.akurilov.commons.io.bin.file.BinFileInput
-
- reset() - Method in class com.github.akurilov.commons.io.collection.ArrayInput
-
- reset() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
-
Does nothing
- reset() - Method in class com.github.akurilov.commons.io.collection.ListInput
-
- reset() - Method in interface com.github.akurilov.commons.io.Input
-
Reset this input making this readable from the beginning
- reset() - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
-
Most probably will cause an IOException
- reset() - Method in class com.github.akurilov.commons.math.Random
-
- REUSABLE_BUFF_SIZE_MAX - Static variable in interface com.github.akurilov.commons.system.DirectMemUtil
-
- REUSABLE_BUFF_SIZE_MIN - Static variable in interface com.github.akurilov.commons.system.DirectMemUtil
-
- REUSABLE_BUFFS - Static variable in interface com.github.akurilov.commons.system.DirectMemUtil
-
- run() - Method in class com.github.akurilov.commons.concurrent.StoppableTaskBase
-