Skip navigation links
A B C D E F G I L M N O P Q R S T U W X 

A

A - Static variable in interface com.github.akurilov.commons.math.MathUtil
XOrShift algorithm.
addItem(T) - Method in class com.github.akurilov.commons.collection.CircularArray
 
ArrayInput<T> - Class in com.github.akurilov.commons.io.collection
Java objects array based input.
ArrayInput(T[]) - Constructor for class com.github.akurilov.commons.io.collection.ArrayInput
 
ArrayOutput<T> - Class in com.github.akurilov.commons.io.collection
A Java objects array output.
ArrayOutput(T[]) - Constructor for class com.github.akurilov.commons.io.collection.ArrayOutput
 

B

B - Static variable in interface com.github.akurilov.commons.math.MathUtil
XOrShift algorithm.
BinFileInput<T> - Class in com.github.akurilov.commons.io.bin.file
An item input implementation deserializing something from the specified file.
BinFileInput(Path) - Constructor for class com.github.akurilov.commons.io.bin.file.BinFileInput
 
BinFileOutput<T> - Class in com.github.akurilov.commons.io.bin.file
An item input implementation serializing something to the specified file.
BinFileOutput(Path) - Constructor for class com.github.akurilov.commons.io.bin.file.BinFileOutput
 
BinFileOutput() - Constructor for class com.github.akurilov.commons.io.bin.file.BinFileOutput
Opens the temporary output file with ".bin" extension and random name.
BinInput<T> - Class in com.github.akurilov.commons.io.bin
The item input implementation deserializing the data items from the specified stream
BinInput(ObjectInputStream) - Constructor for class com.github.akurilov.commons.io.bin.BinInput
 
BinOutput<T> - Class in com.github.akurilov.commons.io.bin
The item output implementation serializing something into the specified stream
BinOutput(ObjectOutputStream) - Constructor for class com.github.akurilov.commons.io.bin.BinOutput
 
BufferingInputBase<T> - Class in com.github.akurilov.commons.io.collection
An abstract input which is designed to load more items when it's needed to get more items.
BufferingInputBase(int) - Constructor for class com.github.akurilov.commons.io.collection.BufferingInputBase
 
buildObjectInputStream(Path) - Static method in class com.github.akurilov.commons.io.bin.file.BinFileInput
 

C

C - Static variable in interface com.github.akurilov.commons.math.MathUtil
XOrShift algorithm.
capacity - Variable in class com.github.akurilov.commons.io.collection.BufferingInputBase
 
capacity - Variable in class com.github.akurilov.commons.io.collection.CircularListOutput
 
CircularArray<T> - Class in com.github.akurilov.commons.collection
Created on 05.05.16.
CircularArray(int, Comparator<T>) - Constructor for class com.github.akurilov.commons.collection.CircularArray
 
CircularArrayInput<T> - Class in com.github.akurilov.commons.io.collection
An array input which may use fixed count of the items for unlimited (circular) retrieving.
CircularArrayInput(T[]) - Constructor for class com.github.akurilov.commons.io.collection.CircularArrayInput
 
CircularArrayOutput<T> - Class in com.github.akurilov.commons.io.collection
An array output which may use fixed space for unlimited (circular) storing.
CircularArrayOutput(T[]) - Constructor for class com.github.akurilov.commons.io.collection.CircularArrayOutput
 
CircularListInput<T> - Class in com.github.akurilov.commons.io.collection
An list which may use fixed count of the items for unlimited (circular) retrieving.
CircularListInput(List<T>) - Constructor for class com.github.akurilov.commons.io.collection.CircularListInput
 
CircularListOutput<T> - Class in com.github.akurilov.commons.io.collection
The items output which may be written infinitely.
CircularListOutput(List<T>, int) - Constructor for class com.github.akurilov.commons.io.collection.CircularListOutput
 
close() - Method in interface com.github.akurilov.commons.concurrent.StoppableTask
Stops the task
close() - Method in class com.github.akurilov.commons.concurrent.StoppableTaskBase
 
close() - Method in class com.github.akurilov.commons.io.bin.BinInput
 
close() - Method in class com.github.akurilov.commons.io.bin.BinOutput
 
close() - Method in class com.github.akurilov.commons.io.collection.ArrayInput
Does nothing
close() - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
does nothing
close() - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
 
close() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
Does nothing
close() - Method in class com.github.akurilov.commons.io.collection.ListInput
Does nothing
close() - Method in class com.github.akurilov.commons.io.collection.ListOutput
does nothing
close() - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
 
close() - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
 
com.github.akurilov.commons.collection - package com.github.akurilov.commons.collection
 
com.github.akurilov.commons.concurrent - package com.github.akurilov.commons.concurrent
 
com.github.akurilov.commons.io - package com.github.akurilov.commons.io
 
com.github.akurilov.commons.io.bin - package com.github.akurilov.commons.io.bin
 
com.github.akurilov.commons.io.bin.file - package com.github.akurilov.commons.io.bin.file
 
com.github.akurilov.commons.io.collection - package com.github.akurilov.commons.io.collection
 
com.github.akurilov.commons.io.text - package com.github.akurilov.commons.io.text
 
com.github.akurilov.commons.math - package com.github.akurilov.commons.math
 
com.github.akurilov.commons.reflection - package com.github.akurilov.commons.reflection
 
com.github.akurilov.commons.system - package com.github.akurilov.commons.system
 

D

decrementSize() - Method in class com.github.akurilov.commons.collection.ListingLRUMap
 
DELIMITER - Static variable in interface com.github.akurilov.commons.io.Input
 
DirectMemUtil - Interface in com.github.akurilov.commons.system
Utility methods to work with direct (off-heap) memory
doClose() - Method in class com.github.akurilov.commons.concurrent.StoppableTaskBase
Implement this method for the cleanup purposes.
dstPath - Variable in class com.github.akurilov.commons.io.bin.file.BinFileOutput
 

E

equals(Object) - Method in class com.github.akurilov.commons.system.SizeInBytes
Compare two sizes

F

FileItemInput<T> - Interface in com.github.akurilov.commons.io.bin.file
A Java objects file input
FileItemOutput<T> - Interface in com.github.akurilov.commons.io.bin.file
A Java objects file output
formatFixedSize(long) - Static method in class com.github.akurilov.commons.system.SizeInBytes
Format the size info.
free(MappedByteBuffer) - Static method in interface com.github.akurilov.commons.system.DirectMemUtil
Don't wait for GC to free the direct memory allocated by the given byte buffer instance.

G

gcd(int, int) - Static method in interface com.github.akurilov.commons.math.MathUtil
Greatest common divisor
get() - Method in class com.github.akurilov.commons.io.bin.BinInput
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.bin.BinInput
 
get() - Method in class com.github.akurilov.commons.io.collection.ArrayInput
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.ArrayInput
Bulk get into the specified buffer
get() - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
 
get() - Method in class com.github.akurilov.commons.io.collection.CircularArrayInput
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.CircularArrayInput
 
get() - Method in class com.github.akurilov.commons.io.collection.CircularListInput
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.CircularListInput
 
get() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
Non-blocking get implementation
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
Non-blocking bulk get implementation
get() - Method in class com.github.akurilov.commons.io.collection.ListInput
 
get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.ListInput
Bulk get into the specified buffer
get() - Method in interface com.github.akurilov.commons.io.Input
Get next item
get(List<I>, int) - Method in interface com.github.akurilov.commons.io.Input
Bulk items get.
get() - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
 
get(List<String>, int) - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
Get some lines
get() - Method in class com.github.akurilov.commons.system.SizeInBytes
 
getAll() - Method in interface com.github.akurilov.commons.io.Input
Bulk items get method useful for remote invocation.
getAvg() - Method in class com.github.akurilov.commons.system.SizeInBytes
 
getBeg() - Method in class com.github.akurilov.commons.collection.Range
 
getEnd() - Method in class com.github.akurilov.commons.collection.Range
 
getFilePath() - Method in class com.github.akurilov.commons.io.bin.file.BinFileInput
 
getFilePath() - Method in class com.github.akurilov.commons.io.bin.file.BinFileOutput
 
getFilePath() - Method in interface com.github.akurilov.commons.io.bin.file.FileItemInput
 
getFilePath() - Method in interface com.github.akurilov.commons.io.bin.file.FileItemOutput
 
getInput() - Method in class com.github.akurilov.commons.io.bin.file.BinFileOutput
 
getInput() - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
 
getInput() - Method in class com.github.akurilov.commons.io.collection.CircularArrayOutput
 
getInput() - Method in class com.github.akurilov.commons.io.collection.CircularListOutput
 
getInput() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
getInput() - Method in class com.github.akurilov.commons.io.collection.ListOutput
 
getInput() - Method in interface com.github.akurilov.commons.io.Output
Make a Input instance from this.
getInput() - Method in class com.github.akurilov.commons.io.text.TextFileOutput
 
getLastItems(T) - Method in class com.github.akurilov.commons.collection.CircularArray
 
getMax() - Method in class com.github.akurilov.commons.system.SizeInBytes
 
getMin() - Method in class com.github.akurilov.commons.system.SizeInBytes
 
getSize() - Method in class com.github.akurilov.commons.collection.Range
Note that this method may return -1 if begin and end are set (size is not -1 actually)
getThreadLocalReusableBuff(long) - Static method in interface com.github.akurilov.commons.system.DirectMemUtil
Selects the thread local direct byte buffer fitting the requested buffer size.

I

i - Variable in class com.github.akurilov.commons.io.collection.ArrayInput
 
i - Variable in class com.github.akurilov.commons.io.collection.ArrayOutput
 
i - Variable in class com.github.akurilov.commons.io.collection.CircularListOutput
 
i - Variable in class com.github.akurilov.commons.io.collection.ListInput
 
InitCallable<V> - Interface in com.github.akurilov.commons.concurrent
A Callable which can be initialized and should be initialized before being invoked.
Initializable - Interface in com.github.akurilov.commons.concurrent
Something what may be initialized once
InitRunnable - Interface in com.github.akurilov.commons.concurrent
A Runnable which can be initialized and should be initialized before being invoked.
Input<I> - Interface in com.github.akurilov.commons.io
The Java objects input supporting the batch calls
InvalidRangeException - Exception in com.github.akurilov.commons.collection
Thrown in case of invalid range construction
InvalidRangeException(String) - Constructor for exception com.github.akurilov.commons.collection.InvalidRangeException
 
invoke() - Method in class com.github.akurilov.commons.concurrent.StoppableTaskBase
The task invocation method.
IoBuffer<T> - Interface in com.github.akurilov.commons.io.collection
An items buffer acting as input either output
isClosed() - Method in interface com.github.akurilov.commons.concurrent.StoppableTask
 
isClosed() - Method in class com.github.akurilov.commons.concurrent.StoppableTaskBase
 
isEmpty() - Method in interface com.github.akurilov.commons.io.collection.IoBuffer
 
isEmpty() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
isInitialized() - Method in interface com.github.akurilov.commons.concurrent.Initializable
 
items - Variable in class com.github.akurilov.commons.io.collection.ArrayInput
 
items - Variable in class com.github.akurilov.commons.io.collection.ArrayOutput
 
items - Variable in class com.github.akurilov.commons.io.collection.ListInput
 
items - Variable in class com.github.akurilov.commons.io.collection.ListOutput
 
itemsSrc - Variable in class com.github.akurilov.commons.io.bin.BinInput
 
iterator() - Method in class com.github.akurilov.commons.collection.CircularArray
 
iterator(int) - Method in class com.github.akurilov.commons.collection.CircularArray
 

L

LimitedQueueBuffer<T> - Class in com.github.akurilov.commons.io.collection
The blocking queue wrapped in order to act as output from the tail and as input from the head.
LimitedQueueBuffer(BlockingQueue<T>) - Constructor for class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
LinesBufferedStreamInput - Class in com.github.akurilov.commons.io.text
The input implementation designed to read the text lines from the given input stream using BufferedReader
LinesBufferedStreamInput(InputStream) - Constructor for class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
 
LinesBufferedStreamInput(InputStream, int) - Constructor for class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
 
LinesBufferedStreamOutput - Class in com.github.akurilov.commons.io.text
The input implementation designed to write the text lines using BufferedWriter
LinesBufferedStreamOutput(OutputStream) - Constructor for class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
 
LinesBufferedStreamOutput(OutputStream, int) - Constructor for class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
 
list(String, Collection<T>, int) - Method in interface com.github.akurilov.commons.collection.Listable
 
list(String, Collection<V>, int) - Method in class com.github.akurilov.commons.collection.ListingLRUMap
 
Listable<T> - Interface in com.github.akurilov.commons.collection
Created on 01.08.16.
ListingLRUMap<K,V> - Class in com.github.akurilov.commons.collection
Created on 20.07.16.
ListingLRUMap(int) - Constructor for class com.github.akurilov.commons.collection.ListingLRUMap
 
ListInput<T> - Class in com.github.akurilov.commons.io.collection
Readable collection of the items.
ListInput(List<T>) - Constructor for class com.github.akurilov.commons.io.collection.ListInput
 
ListOutput<T> - Class in com.github.akurilov.commons.io.collection
Writable collection of the items.
ListOutput(List<T>) - Constructor for class com.github.akurilov.commons.io.collection.ListOutput
 
loadMoreItems(T) - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
Called when the elements buffer is exhausted.
lock() - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 
lockInterruptibly() - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 

M

MathUtil - Interface in com.github.akurilov.commons.math
 
moveToMRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class com.github.akurilov.commons.collection.ListingLRUMap
 

N

newCondition() - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 
nextDouble() - Method in class com.github.akurilov.commons.math.Random
 
nextInt() - Method in class com.github.akurilov.commons.math.Random
 
nextInt(int) - Method in class com.github.akurilov.commons.math.Random
 
nextLong() - Method in class com.github.akurilov.commons.math.Random
 
nextLong(long) - Method in class com.github.akurilov.commons.math.Random
 

O

OptLockArrayBuffer<T> - Class in com.github.akurilov.commons.collection
The optionally locked buffer based on the ArrayList
OptLockArrayBuffer(int) - Constructor for class com.github.akurilov.commons.collection.OptLockArrayBuffer
 
OptLockBuffer<T> - Interface in com.github.akurilov.commons.collection
The use case for the optionally locking buffer is to share the buffer of the items between the threads in the non-blocking manner (using a Lock.tryLock() method which allows to try to get a lock w/o waiting).
output - Variable in class com.github.akurilov.commons.io.bin.BinOutput
 
Output<I> - Interface in com.github.akurilov.commons.io
The Java objects output supporting the batch calls

P

PATTERN_SIZE - Static variable in class com.github.akurilov.commons.system.SizeInBytes
 
plainIterator() - Method in class com.github.akurilov.commons.collection.CircularArray
 
put(K, V) - Method in class com.github.akurilov.commons.collection.ListingLRUMap
 
put(T) - Method in class com.github.akurilov.commons.io.bin.BinOutput
 
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.bin.BinOutput
 
put(List<T>) - Method in class com.github.akurilov.commons.io.bin.BinOutput
 
put(T) - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
 
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
Bulk put of the items from the specified buffer
put(List<T>) - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
 
put(T) - Method in class com.github.akurilov.commons.io.collection.CircularArrayOutput
 
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.collection.CircularArrayOutput
Bulk circular put method
put(T) - Method in class com.github.akurilov.commons.io.collection.CircularListOutput
 
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.collection.CircularListOutput
Bulk circular put method
put(T) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
Non-blocking put implementation
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
Non-blocking bulk put implementation
put(List<T>) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
put(T) - Method in class com.github.akurilov.commons.io.collection.ListOutput
 
put(List<T>, int, int) - Method in class com.github.akurilov.commons.io.collection.ListOutput
Bulk put of the items from the specified buffer
put(List<T>) - Method in class com.github.akurilov.commons.io.collection.ListOutput
 
put(I) - Method in interface com.github.akurilov.commons.io.Output
Write the data item
put(List<I>, int, int) - Method in interface com.github.akurilov.commons.io.Output
Bulk put method for the items from the specified buffer
put(List<I>) - Method in interface com.github.akurilov.commons.io.Output
 
put(String) - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
 
put(List<String>, int, int) - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
Uses the thread local string builder to concatenate the lines into the single text block for better performance
put(List<String>) - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
Uses the thread local string builder to concatenate the lines into the single text block for better performance

Q

queue - Variable in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 

R

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
 

S

searchItem(T) - Method in class com.github.akurilov.commons.collection.CircularArray
 
setItemsSrc(ObjectInputStream) - Method in class com.github.akurilov.commons.io.bin.BinInput
 
size() - Method in class com.github.akurilov.commons.collection.CircularArray
 
size() - Method in class com.github.akurilov.commons.collection.ListingLRUMap
 
size - Variable in class com.github.akurilov.commons.io.collection.ArrayInput
 
size() - Method in interface com.github.akurilov.commons.io.collection.IoBuffer
 
size() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
size - Variable in class com.github.akurilov.commons.io.collection.ListInput
 
SIZE_UNITS - Static variable in class com.github.akurilov.commons.system.SizeInBytes
 
SizeInBytes - Class in com.github.akurilov.commons.system
The class to represent some size data.
SizeInBytes(String) - Constructor for class com.github.akurilov.commons.system.SizeInBytes
 
SizeInBytes(long) - Constructor for class com.github.akurilov.commons.system.SizeInBytes
 
SizeInBytes(long, long, double) - Constructor for class com.github.akurilov.commons.system.SizeInBytes
 
SizeInBytes(SizeInBytes) - Constructor for class com.github.akurilov.commons.system.SizeInBytes
Copy constructor
skip(long) - Method in class com.github.akurilov.commons.io.bin.BinInput
 
skip(long) - Method in class com.github.akurilov.commons.io.collection.ArrayInput
 
skip(long) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
skip(long) - Method in class com.github.akurilov.commons.io.collection.ListInput
 
skip(long) - Method in interface com.github.akurilov.commons.io.Input
Skip some items.
skip(long) - Method in class com.github.akurilov.commons.io.text.LinesBufferedStreamInput
Skips characters instead of lines
srcBuff - Variable in class com.github.akurilov.commons.io.bin.BinInput
 
srcBuffPos - Variable in class com.github.akurilov.commons.io.bin.BinInput
 
srcPath - Variable in class com.github.akurilov.commons.io.bin.file.BinFileInput
 
StoppableTask - Interface in com.github.akurilov.commons.concurrent
A runnable task which can be stopped by the Closeable.close() method
StoppableTaskBase - Class in com.github.akurilov.commons.concurrent
The base for a stoppable task
StoppableTaskBase() - Constructor for class com.github.akurilov.commons.concurrent.StoppableTaskBase
 

T

TextFileInput - Class in com.github.akurilov.commons.io.text
Text file based lines input
TextFileInput(Path) - Constructor for class com.github.akurilov.commons.io.text.TextFileInput
 
TextFileOutput - Class in com.github.akurilov.commons.io.text
Text file based lines output
TextFileOutput(Path) - Constructor for class com.github.akurilov.commons.io.text.TextFileOutput
 
Throttle<X> - Interface in com.github.akurilov.commons.concurrent
Throttle can make a decision about the specified thing to pass or to wait.
toFixedSize(String) - Static method in class com.github.akurilov.commons.system.SizeInBytes
Parse the fixed size info.
toString() - Method in class com.github.akurilov.commons.collection.CircularArray
 
toString() - Method in class com.github.akurilov.commons.collection.Range
 
toString() - Method in class com.github.akurilov.commons.io.bin.BinInput
 
toString() - Method in class com.github.akurilov.commons.io.bin.BinOutput
 
toString() - Method in class com.github.akurilov.commons.io.bin.file.BinFileInput
 
toString() - Method in class com.github.akurilov.commons.io.bin.file.BinFileOutput
 
toString() - Method in class com.github.akurilov.commons.io.collection.ArrayInput
 
toString() - Method in class com.github.akurilov.commons.io.collection.ArrayOutput
 
toString() - Method in class com.github.akurilov.commons.io.collection.CircularArrayInput
 
toString() - Method in class com.github.akurilov.commons.io.collection.CircularArrayOutput
 
toString() - Method in class com.github.akurilov.commons.io.collection.CircularListInput
 
toString() - Method in class com.github.akurilov.commons.io.collection.CircularListOutput
 
toString() - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
 
toString() - Method in class com.github.akurilov.commons.io.collection.ListInput
 
toString() - Method in class com.github.akurilov.commons.io.collection.ListOutput
 
toString() - Method in class com.github.akurilov.commons.system.SizeInBytes
 
tryAcquire(X) - Method in class com.github.akurilov.commons.concurrent.RateThrottle
 
tryAcquire(X, int) - Method in class com.github.akurilov.commons.concurrent.RateThrottle
 
tryAcquire(X) - Method in interface com.github.akurilov.commons.concurrent.Throttle
Request a permit about a thing
tryAcquire(X, int) - Method in interface com.github.akurilov.commons.concurrent.Throttle
Request permits about a set of things
tryLock() - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 
tryLock(long, TimeUnit) - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 
typeEquals(Class, Class) - Static method in interface com.github.akurilov.commons.reflection.TypeUtil
Compare the types, allows to compare primitive types with their wrapper classes, etc
TypeUtil - Interface in com.github.akurilov.commons.reflection
 

U

unlock() - Method in class com.github.akurilov.commons.collection.OptLockArrayBuffer
 

W

writer - Variable in class com.github.akurilov.commons.io.text.LinesBufferedStreamOutput
 

X

xorShift(long) - Static method in interface com.github.akurilov.commons.math.MathUtil
 
A B C D E F G I L M N O P Q R S T U W X 
Skip navigation links