- TextFileInput - Class in com.github.akurilov.commons.io.file
-
Text file based lines input
- TextFileInput(Path) - Constructor for class com.github.akurilov.commons.io.file.TextFileInput
-
- TextFileOutput - Class in com.github.akurilov.commons.io.file
-
Text file based lines output
- TextFileOutput() - Constructor for class com.github.akurilov.commons.io.file.TextFileOutput
-
- TextFileOutput(Path) - Constructor for class com.github.akurilov.commons.io.file.TextFileOutput
-
- TextStreamInput - Class in com.github.akurilov.commons.io
-
The input implementation designed to read the text lines from the given input stream using BufferedReader
- TextStreamInput(InputStream) - Constructor for class com.github.akurilov.commons.io.TextStreamInput
-
- TextStreamInput(InputStream, int) - Constructor for class com.github.akurilov.commons.io.TextStreamInput
-
- TextStreamOutput - Class in com.github.akurilov.commons.io
-
The input implementation designed to write the text lines using BufferedWriter
- TextStreamOutput(OutputStream) - Constructor for class com.github.akurilov.commons.io.TextStreamOutput
-
- TextStreamOutput(OutputStream, int) - Constructor for class com.github.akurilov.commons.io.TextStreamOutput
-
- threadContext - Variable in class com.github.akurilov.commons.concurrent.ContextAwareThreadFactory.ContextAwareThread
-
- threadContext - Variable in class com.github.akurilov.commons.concurrent.ContextAwareThreadFactory
-
- threadNamePrefix - Variable in class com.github.akurilov.commons.concurrent.ContextAwareThreadFactory
-
- threadNumber - Variable in class com.github.akurilov.commons.concurrent.ContextAwareThreadFactory
-
- ThreadUtil - Class in com.github.akurilov.commons.concurrent
-
Created by kurila on 09.09.15.
- ThreadUtil() - Constructor for class com.github.akurilov.commons.concurrent.ThreadUtil
-
- Throttle - Interface in com.github.akurilov.commons.concurrent.throttle
-
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.Range
-
- toString() - Method in class com.github.akurilov.commons.concurrent.ContextAwareThreadFactory
-
- toString() - Method in class com.github.akurilov.commons.io.BinInput
-
- toString() - Method in class com.github.akurilov.commons.io.BinOutput
-
- 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.io.file.BinFileInput
-
- toString() - Method in class com.github.akurilov.commons.io.file.BinFileOutput
-
- toString() - Method in class com.github.akurilov.commons.system.SizeInBytes
-
- TreeUtil - Interface in com.github.akurilov.commons.collection
-
- tryAcquire(int) - Method in interface com.github.akurilov.commons.concurrent.throttle.IndexThrottle
-
- tryAcquire(int, int) - Method in interface com.github.akurilov.commons.concurrent.throttle.IndexThrottle
-
- tryAcquire() - Method in class com.github.akurilov.commons.concurrent.throttle.RateThrottle
-
- tryAcquire(int) - Method in class com.github.akurilov.commons.concurrent.throttle.RateThrottle
-
- tryAcquire(int) - Method in class com.github.akurilov.commons.concurrent.throttle.SequentialWeightsThrottle
-
- tryAcquire(int, int) - Method in class com.github.akurilov.commons.concurrent.throttle.SequentialWeightsThrottle
-
- tryAcquire() - Method in interface com.github.akurilov.commons.concurrent.throttle.Throttle
-
Request a permit about a thing
- tryAcquire(int) - Method in interface com.github.akurilov.commons.concurrent.throttle.Throttle
-
Request permits about a set of things
- typeConvert(Object, Class<T>) - Static method in interface com.github.akurilov.commons.reflection.TypeUtil
-
- 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
-