- 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.BinInput
-
- get() - Method in class com.github.akurilov.commons.io.collection.ArrayInput
-
- get() - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
-
- get() - Method in class com.github.akurilov.commons.io.collection.CircularArrayInput
-
- get() - 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() - Method in class com.github.akurilov.commons.io.collection.ListInput
-
- get() - Method in interface com.github.akurilov.commons.io.Input
-
Get next item
- get() - Method in class com.github.akurilov.commons.io.TextStreamInput
-
- get() - Method in class com.github.akurilov.commons.system.SizeInBytes
-
- get(List<I>, int) - Method in interface com.github.akurilov.commons.io.Input
-
Bulk items get.
- get(List<String>, int) - Method in class com.github.akurilov.commons.io.TextStreamInput
-
Get some lines
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.BinInput
-
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.ArrayInput
-
Bulk get into the specified buffer
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.BufferingInputBase
-
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.CircularArrayInput
-
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.CircularListInput
-
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.LimitedQueueBuffer
-
Non-blocking bulk get implementation
- get(List<T>, int) - Method in class com.github.akurilov.commons.io.collection.ListInput
-
Bulk get into the specified buffer
- getAcceptedIssuers() - Method in class com.github.akurilov.commons.net.ssl.X509TrustAllManager
-
- 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.file.BinFileInput
-
- getFilePath() - Method in class com.github.akurilov.commons.io.file.BinFileOutput
-
- getFilePath() - Method in interface com.github.akurilov.commons.io.file.FileInput
-
- getFilePath() - Method in interface com.github.akurilov.commons.io.file.FileOutput
-
- getFilePath() - Method in class com.github.akurilov.commons.io.file.TextFileInput
-
- getFilePath() - Method in class com.github.akurilov.commons.io.file.TextFileOutput
-
- getHostAddr() - Static method in interface com.github.akurilov.commons.net.NetUtil
-
Tries to resolve 1st enabled external network interface IP address.
- getHostAddrCode() - Static method in interface com.github.akurilov.commons.net.NetUtil
-
- getHostAddrString() - Static method in interface com.github.akurilov.commons.net.NetUtil
-
- 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 class com.github.akurilov.commons.io.file.BinFileOutput
-
- getInput() - Method in class com.github.akurilov.commons.io.file.TextFileOutput
-
- getInput() - Method in interface com.github.akurilov.commons.io.Output
-
Make a
Input instance from this.
- 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)
- getThreadLocalInstance(InputStream, long) - Static method in class com.github.akurilov.commons.io.util.InputStreamWrapperChannel
-
Wraps the given input stream into the special stateless and reusable (thread local) byte
channel
- getThreadLocalInstance(OutputStream, long) - Static method in class com.github.akurilov.commons.io.util.OutputStreamWrapperChannel
-
Wraps the given output stream into the special stateless and reusable (thread local) byte
channel
- getThreadLocalReusableBuff(long) - Static method in interface com.github.akurilov.commons.system.DirectMemUtil
-
Selects the thread local direct byte buffer fitting the requested buffer size.