Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

TemplateFormatter<T extends FormatterSupport> - Interface in de.cuioss.tools.formatting.template
The formatter should be able to convert complex type based on FormatterSupport into text by using a defined template.
TemplateFormatterImpl<T extends FormatterSupport> - Class in de.cuioss.tools.formatting.template
Formatter which is able to replace parameter inside the template based on FormatterSupport information.
TemplateFormatterImpl.TemplateBuilder - Class in de.cuioss.tools.formatting.template
Template Builder
TemplateManager<T extends FormatterSupport> - Class in de.cuioss.tools.formatting.template
 
TemplateManager() - Constructor for class de.cuioss.tools.formatting.template.TemplateManager
 
TemplateManager.TemplateManagerBuilder<B extends FormatterSupport> - Class in de.cuioss.tools.formatting.template
Builder inner class for the template manager
TemplateManagerBuilder() - Constructor for class de.cuioss.tools.formatting.template.TemplateManager.TemplateManagerBuilder
Constructor
TextSplitter - Class in de.cuioss.tools.string
This class provide functionality to transform long text to several html useful representation and encapsulate this as an object.
TextSplitter(String) - Constructor for class de.cuioss.tools.string.TextSplitter
Construct TextSplitter.
TextSplitter(String, int, int) - Constructor for class de.cuioss.tools.string.TextSplitter
Alternative Constructor
throwUnsupportedTokenException(String, List<String>) - Static method in class de.cuioss.tools.formatting.template.lexer.Lexer
Throw IllegalArgumentException with information about wrong token and supported tokens
Ticker - Class in de.cuioss.tools.concurrent
A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
Ticker() - Constructor for class de.cuioss.tools.concurrent.Ticker
 
toArray(Class<? super E>) - Method in class de.cuioss.tools.collect.CollectionBuilder
toArray.
toBufferedReader(Reader) - Static method in class de.cuioss.tools.io.IOStreams
Returns the given reader if it is a BufferedReader, otherwise creates a BufferedReader from the given reader.
toByteArray(InputStream) - Static method in class de.cuioss.tools.io.IOStreams
Gets the contents of an InputStream as a byte[].
toCharset(String) - Static method in class de.cuioss.tools.io.IOStreams
Returns a Charset for the named charset.
toCharset(Charset) - Static method in class de.cuioss.tools.io.IOStreams
Returns the given Charset or the default Charset if the given Charset is null.
toConcurrentList() - Method in class de.cuioss.tools.collect.CollectionBuilder
toConcurrentList.
toConcurrentNavigableSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toConcurrentNavigableSet.
toConcurrentSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toConcurrentSet.
toDigit(char, int) - Static method in class de.cuioss.tools.codec.Hex
Converts a hexadecimal character to an integer.
toImmutableList() - Method in class de.cuioss.tools.collect.CollectionBuilder
toImmutableList.
toImmutableMap() - Method in class de.cuioss.tools.collect.MapBuilder
toImmutableMap.
toImmutableNavigableSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toImmutableNavigableSet.
toImmutableSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toImmutableSet.
toInputStream(String) - Static method in class de.cuioss.tools.io.IOStreams
Wraps an ByteArrayInputStream around a given String assuming StandardCharsets.UTF_8
Token - Interface in de.cuioss.tools.formatting.template.token
Any token should provide a method to substitute "placeholder" with his value
toLocale(String) - Static method in class de.cuioss.tools.lang.LocaleUtils
Converts a String to a Locale.
toMutableList() - Method in class de.cuioss.tools.collect.CollectionBuilder
toMutableList.
toMutableMap() - Method in class de.cuioss.tools.collect.MapBuilder
toMutableMap.
toMutableNavigableSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toMutableNavigableSet.
toMutableSet() - Method in class de.cuioss.tools.collect.CollectionBuilder
toMutableSet.
toString() - Method in class de.cuioss.tools.concurrent.StopWatch
Returns a string representation of the current elapsed time.
toString() - Method in enum class de.cuioss.tools.io.FileTypePrefix
 
toString() - Method in enum class de.cuioss.tools.io.IOCase
Gets a string describing the sensitivity.
toString(FileLoader) - Static method in class de.cuioss.tools.io.FileLoaderUtility
Convenience method for reading the content from a given FileLoader into a String read as UTF-8 String
toString(FileLoader, Charset) - Static method in class de.cuioss.tools.io.FileLoaderUtility
Convenience method for reading the content from a given FileLoader into a String
toString(InputStream) - Static method in class de.cuioss.tools.io.IOStreams
Gets the contents of an InputStream as a String using the specified character encoding.
toString(InputStream, Charset) - Static method in class de.cuioss.tools.io.IOStreams
Gets the contents of an InputStream as a String using the specified character encoding.
toStringUnchecked(FileLoader) - Static method in class de.cuioss.tools.io.FileLoaderUtility
Convenience method for reading the content from a given FileLoader into a String read as UTF-8 String
trace(String) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
trace(String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
trace(String, Throwable) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
trace(Throwable, String, Object...) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
trace(Throwable, Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
trace(Supplier<String>) - Method in class de.cuioss.tools.logging.CuiLogger
Log a message at the trace level.
TRACE - Enum constant in enum class de.cuioss.tools.logging.LogLevel
Trace Level, maps to Level.FINER.
TRANSIENT - Enum constant in enum class de.cuioss.tools.property.PropertyMemberInfo
Defines a transient property that is not part of the object-identity and should therefore be ignored in the methods Object.equals(Object) and the serialization.
trimOrNull(String) - Static method in class de.cuioss.tools.string.MoreStrings
Null-safe trimming of a String value.
trimResults() - Method in class de.cuioss.tools.string.Splitter
Returns a splitter that behaves equivalently to this splitter, but automatically removes leading and trailing whitespace from each returned substring.
TRUST_STORE - Enum constant in enum class de.cuioss.tools.net.ssl.KeyStoreType
A truststore is used to store others credential: Certificates from CAs or you company, Customers,... java-property: javax.net.ssl.trustStore Default location for Java installations: Oracle: JAVA_HOME/JRE/Security/cacerts Zulu / OpenJDK: JAVA_HOME/lib/security/cacerts .
tryParseUri(String) - Method in class de.cuioss.tools.net.UrlHelper
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form