- addAllErrors(Collection<M>) - Method in interface IsErrorSet
-
Adds all errors from given collection.
- addAllErrors(IsErrorSetFT) - Method in interface IsErrorSetFT
-
Adds all errors from given error set.
- addAllInfos(Collection<M>) - Method in interface IsInfoSet
-
Adds all infos from given collection.
- addAllInfos(IsInfoSetFT) - Method in interface IsInfoSetFT
-
Adds all infos from given info set.
- addAllOptions(Object[]) - Method in interface App_CliParser
-
Adds all options to the parser.
- addAllOptions(Iterable<?>) - Method in interface App_CliParser
-
Adds all options to the parser.
- addAllOptions(Iterable<?>) - Method in interface IsApplication
-
Adds options taken from an collection of objects.
- addAllOptions(Object[]) - Method in interface IsApplication
-
Adds options taken from an array of objects.
- addAllWarnings(Collection<M>) - Method in interface IsWarningSet
-
Adds all warnings from given collection.
- addAllWarnings(IsWarningSetFT) - Method in interface IsWarningSetFT
-
Adds all warnings from given warning set.
- addError(M) - Method in interface IsErrorSet
-
Adds a new error.
- addError(String) - Method in interface IsErrorSetFT
-
Adds a new error.
- addError(String, Object...) - Method in interface IsErrorSetFT
-
Adds a new error.
- addError(String) - Method in interface IsWarningSetFT
-
Adds a new warning.
- addError(String, Object...) - Method in interface IsWarningSetFT
-
Adds a new warning.
- addInfo(M) - Method in interface IsInfoSet
-
Adds a new info.
- addInfo(String) - Method in interface IsInfoSetFT
-
Adds a new info.
- addInfo(String, Object...) - Method in interface IsInfoSetFT
-
Adds a new info.
- addOption(Object) - Method in interface App_CliParser
-
Adds a new option to the parser.
- addOption(Object) - Method in interface IsApplication
-
Adds a new option to the application.
- addWarning(M) - Method in interface IsWarningSet
-
Adds a new warning.
- ALIGN_CENTER - Static variable in interface Text_To_FormattedText
-
Alignment option for centered text.
- ALIGN_JUSTIFIED - Static variable in interface Text_To_FormattedText
-
Alignment option for justified text.
- ALIGN_JUSTIFIED_LEFT - Static variable in interface Text_To_FormattedText
-
Alignment option for justified text, last line left aligned.
- ALIGN_JUSTIFIED_RIGHT - Static variable in interface Text_To_FormattedText
-
Alignment option for justified text, last line right aligned.
- ALIGN_LEFT - Static variable in interface Text_To_FormattedText
-
Alignment option for left aligned text.
- ALIGN_RIGHT - Static variable in interface Text_To_FormattedText
-
Alignment option for right aligned text.
- Antlr_To_Column - Interface in de.vandermeer.skb.interfaces.antlr
-
A transformer that takes an ANTLR runtime object and returns an integer for the column (of the first token).
- Antlr_To_FileName - Interface in de.vandermeer.skb.interfaces.antlr
-
A transformer that takes an ANTLR runtime object and returns aits souce file name (of the first token).
- Antlr_To_Line - Interface in de.vandermeer.skb.interfaces.antlr
-
A transformer that takes an ANTLR runtime object and returns an integer for the line (of the first token).
- Antlr_To_Text - Interface in de.vandermeer.skb.interfaces.antlr
-
Transforms ANTLR runtime objects to text.
- Apo_SimpleC - Interface in de.vandermeer.skb.interfaces.application
-
A standard simple CLI option.
- Apo_TypedC<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed CLI option.
- Apo_TypedCE<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed option that combines CLI and environment settings.
- Apo_TypedCP<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed option that combines CLI and property settings.
- Apo_TypedCPE<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed option that combines CLI, property, and environment settings.
- Apo_TypedE<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed environment options.
- Apo_TypedP<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed property options.
- ApoBase - Interface in de.vandermeer.skb.interfaces.application
-
Base for an application option.
- ApoBaseC - Interface in de.vandermeer.skb.interfaces.application
-
Base for a CLI option.
- ApoBaseE - Interface in de.vandermeer.skb.interfaces.application
-
Base for an environment options.
- ApoBaseP - Interface in de.vandermeer.skb.interfaces.application
-
Base for a property option.
- ApoBaseTyped<T> - Interface in de.vandermeer.skb.interfaces.application
-
A standard typed application options.
- App_CliParser - Interface in de.vandermeer.skb.interfaces.application
-
Base for a CLI parser.
- appHelpScreen() - Method in interface IsApplication
-
Prints a help screen for the application, to be used by an executing component.
- appHelpScreen(String) - Method in interface IsApplication
-
Prints specific help for a command line option of the application.
- ApplicationErrorCode - Interface in de.vandermeer.skb.interfaces.application
-
An application error code.
- ApplicationException - Exception in de.vandermeer.skb.interfaces.application
-
General application exception.
- ApplicationException(int, String) - Constructor for exception ApplicationException
-
Creates a new exception with message and error code.
- ApplicationException(ApplicationErrorCode, Object...) - Constructor for exception ApplicationException
-
Creates a new exception.
- apply(FROM) - Method in interface Transformer
-
- apply(FROM) - Method in interface TransformerArray
-
- Array2D_To_FlipArray - Interface in de.vandermeer.skb.interfaces.transformers.arrays2d
-
Transforms a 2-dimensional array of strings into a new 2-dimensional array of strings.
- Array2D_To_NormalizedArray - Interface in de.vandermeer.skb.interfaces.transformers.arrays2d
-
Transforms a 2-dimensional array into a normalized 2-dimensional array.
- Array2D_To_String<T> - Interface in de.vandermeer.skb.interfaces.transformers.arrays2d
-
Transforms a 2-dimensional array into a string representation in table form, for examples for debug output.
- Array_To_Collection - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms input provided by an array into a collection of given type.
- Array_To_Text<T> - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms the input provided by an array into text using String Templates.
- ArrayBlockingQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
-
Strategy for an array blocking queue.
- ArrayDequeStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.deque
-
Strategy for an array deque.
- ArrayDequeStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
-
Strategy for an array deque (as queue).
- ArrayListStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.list
-
Strategy for an array list.
- CategoryCan - Interface in de.vandermeer.skb.interfaces.categories
-
Can (something) category.
- CategoryDoes - Interface in de.vandermeer.skb.interfaces.categories
-
Does (something) category.
- CategoryHas - Interface in de.vandermeer.skb.interfaces.categories
-
Has (something) category.
- CategoryIs - Interface in de.vandermeer.skb.interfaces.categories
-
Is (something) category.
- CategoryOf - Interface in de.vandermeer.skb.interfaces.categories
-
Of (something) category.
- CategoryWith - Interface in de.vandermeer.skb.interfaces.categories
-
With (something) category.
- center(String, int) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- center(String, int, int) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- center(String, int, int, Character) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- center(String, int, int, Character, Character) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- center(String, int, int, Character, Character, Character) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- center(String, int, int, Character, Character, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
-
Transforms text to centered lines.
- CharacterTranslator - Interface in de.vandermeer.skb.interfaces.translators
-
Interface for a character translator.
- checkWidth(int) - Method in interface IsListContext
-
Checks a width against the text width (calculated)
- checkWidth(int) - Method in interface IsParagraphContext
-
Checks a width against the text width (calculated)
- checkWidth(int) - Method in interface IsTableContext
-
Checks a width against the text width (calculated)
- clearErrorMessages() - Method in interface IsErrorSet
-
Clears all errors.
- clearInfoMessages() - Method in interface IsInfoSet
-
Clears all infos.
- clearWarningMessages() - Method in interface IsWarningSet
-
Clears all warnings.
- cliArgIsOptional() - Method in interface Apo_TypedC
-
Returns the flag for an argument being optional or not.
- cliIsRequired() - Method in interface ApoBaseC
-
Tests if the CLI option is required meaning it must be used in the command line.
- CliOptionList - Interface in de.vandermeer.skb.interfaces.application
-
A list of CLI options.
- CliParseException - Exception in de.vandermeer.skb.interfaces.application
-
A parse exception for the CLI parser with error code as return value.
- CliParseException(int, String) - Constructor for exception CliParseException
-
Creates a new exception with message and error code.
- cliSimpleHelpOption() - Method in interface IsApplication
-
Returns the required help option.
- cliTypedHelpOption() - Method in interface IsApplication
-
Returns the required help option.
- cliVersionOption() - Method in interface IsApplication
-
Returns the required version option.
- ClusterElementTransformer - Interface in de.vandermeer.skb.interfaces.transformers
-
A transformer for clusters (iterable, iterator, array) to collections with transformations on each element of the input group.
- Coin<R> - Interface in de.vandermeer.skb.interfaces.coin
-
Base interface for a coin.
- Collection_To_FirstElement<T> - Interface in de.vandermeer.skb.interfaces.transformers
-
Takes a collection of things and returns the first non-null element of it.
- CombinedTranslator - Interface in de.vandermeer.skb.interfaces.translators
-
Interface for a combined translator (characters and HTML Elements).
- ConcurrentHashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.concurrentmap
-
Strategy for a concurrent hash map.
- ConcurrentLinkedDequeStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.deque
-
Strategy for a concurrent linked deque.
- ConcurrentLinkedDequeStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
-
Strategy for a concurrent linked deque (as queue).
- ConcurrentLinkedQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
-
Strategy for a concurrent linked queue.
- ConcurrentSkipListMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.concurrentmap
-
Strategy for a concurrent skip list map (as navigable map).
- ConcurrentSkipListMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.navigablemap
-
Strategy for a concurrent skip list map (as navigable map).
- ConcurrentSkipListMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.sortedmap
-
Strategy for a concurrent skip list map (as sorted map).
- ConcurrentSkipSetStrategy<T extends Comparable<T>> - Interface in de.vandermeer.skb.interfaces.strategies.collections.sortedset
-
Strategy for a concurrent skip set.
- conDebug(String) - Static method in class MessageConsole
-
Prints a debug message to standard out.
- conDebug(String, Object...) - Static method in class MessageConsole
-
Prints a debug message to to standard out using a FormattingTuple.
- conError(String) - Static method in class MessageConsole
-
Prints an error message to standard error.
- conError(String, Object...) - Static method in class MessageConsole
-
Prints an error message to to standard error using a FormattingTuple.
- conInfo(String) - Static method in class MessageConsole
-
Prints an info message to standard out.
- conInfo(String, Object...) - Static method in class MessageConsole
-
Prints an info message to to standard out using a FormattingTuple.
- conTrace(String) - Static method in class MessageConsole
-
Prints a trace message to standard out.
- conTrace(String, Object...) - Static method in class MessageConsole
-
Prints a trace message to to standard out using a FormattingTuple.
- convert(Integer) - Static method in interface Integer_To_RomanLiteral
-
Takes an integer and returns a Roman number literal using upper case ASCII characters.
- convert(Object) - Static method in interface Object_To_StrBuilder
-
Transforms an object to a string builder.
- convert(Object, Class<T>) - Static method in interface Object_To_Target
-
Type safe casting or conversion from Object to target class, special processing for Object[] and Collections.
- convert(Object, Class<T>, T, T) - Static method in interface Object_To_Target
-
Type safe casting or conversion from Object to target class, special processing for Object[] and Collections.
- convert(Object, Class<T>, T, T, boolean) - Static method in interface Object_To_Target
-
Type safe casting or conversion from Object to target class, with optional special processing for Object[] and Collections.
- convert(String) - Static method in interface String_To_ConditionalBreak
-
Returns a string array with conditional line breaks processed.
- convert(String, int) - Static method in interface String_To_Centered
-
Returns centered string of given length using default padding characters.
- convert(String, int, StrBuilder) - Static method in interface String_To_Centered
-
Returns centered string of given length using default padding characters.
- convert(String, int, Character) - Static method in interface String_To_Centered
-
Returns centered string of given length using the same padding character on both sides.
- convert(String, int, Character, StrBuilder) - Static method in interface String_To_Centered
-
Returns centered string of given length using the same padding character on both sides.
- convert(String, int, Character, Character) - Static method in interface String_To_Centered
-
Returns centered string of given length with specific padding characters.
- convert(String, int, Character, Character, Character) - Static method in interface String_To_Centered
-
Returns centered string of given length with specific padding characters.
- convert(String, int, Character, Character, StrBuilder) - Static method in interface String_To_Centered
-
Returns centered string of given length with specific padding characters.
- convert(String, int, Character, Character, Character, StrBuilder) - Static method in interface String_To_Centered
-
Returns centered string of given length with specific padding characters.
- convert(String, int) - Static method in interface String_To_Justified
-
Returns justified string of given length.
- convert(String, int, Character) - Static method in interface String_To_Justified
-
Returns justified string of given length.
- convert(String, int, StrBuilder) - Static method in interface String_To_Justified
-
Returns justified string of given length.
- convert(String, int, Character, StrBuilder) - Static method in interface String_To_Justified
-
Returns justified string of given length.
- convert(String, int) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length using the default padding character.
- convert(String, int, StrBuilder) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length.
- convert(String, int, Character) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length.
- convert(String, int, Character, Character) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length.
- convert(String, int, Character, StrBuilder) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length.
- convert(String, int, Character, Character, StrBuilder) - Static method in interface String_To_LeftPadded
-
Returns a left-padded string of given length.
- convert(String) - Static method in interface String_To_NoHorWs
-
Returns a string with all excessive horizontal white spaces removed.
- convert(String) - Static method in interface String_To_NoWs
-
Returns a string with all excessive white spaces removed.
- convert(String, int) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length using the default padding character.
- convert(String, int, StrBuilder) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length.
- convert(String, int, Character) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length.
- convert(String, int, Character, Character) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length.
- convert(String, int, Character, StrBuilder) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length.
- convert(String, int, Character, Character, StrBuilder) - Static method in interface String_To_RightPadded
-
Returns right-padded string of given length.
- convert(String, int) - Static method in interface Text_To_WrappedFormat
-
Transforms text to wrapped lines.
- convert(String, int, Pair<Integer, Integer>) - Static method in interface Text_To_WrappedFormat
-
Transforms text to wrapped lines.
- conWarn(String) - Static method in class MessageConsole
-
Prints a warning message to to standard out.
- conWarn(String, Object...) - Static method in class MessageConsole
-
Prints a warning message to to standard out using a FormattingTuple.
- create() - Static method in interface Antlr_To_Column
-
Creates a transformer that takes an object and returns an Integer with column information for ANTLR runtime objects.
- create() - Static method in interface Antlr_To_FileName
-
Creates a transformer that takes an ANTLR object and returns the file name where the first token was found.
- create() - Static method in interface Antlr_To_Line
-
Creates a transformer that takes an object and returns an Integer with line information for ANTLR classes.
- create() - Static method in interface Antlr_To_Text
-
Creates a transformer that takes an ANTLR object and returns a textual representation of it.
- create(Object) - Static method in interface IsAntlrRuntimeObject
-
Creates a new object from an object.
- create(ST) - Static method in interface IsST
-
Creates a new IsST object.
- create(ST, Set<String>) - Static method in interface IsST
-
Creates a new IsST object.
- create(R) - Static method in interface HeadsSuccess
-
Creates a new success coin with given value.
- create(R) - Static method in interface HeadsSuccessWithInfo
-
Creates a new success coin with given value and information.
- create(R) - Static method in interface HeadsSuccessWithInfoAndWarnings
-
Creates a new success coin with given value and information.
- create(R) - Static method in interface HeadsSuccessWithWarnings
-
Creates a new success coin with given value and warnings.
- create(R) - Static method in interface TailsError
-
Creates a new error coin with given value.
- create(R) - Static method in interface TailsErrorWithErrors
-
Creates a new error coin with given value and errors.
- create() - Static method in interface TailsNull
-
Creates a new null coin with given value.
- create() - Static method in interface TailsNullWithErrors
-
Creates a new null coin with given value and errors.
- create(String) - Static method in interface FormattingTupleWrapper
-
Creates a new wrapper.
- create(String, Object...) - Static method in interface FormattingTupleWrapper
-
Creates a new wrapper.
- create() - Static method in interface IsErrorSet
-
Creates a new error set.
- create() - Static method in interface IsErrorSetFT
-
Creates a new error set.
- create() - Static method in interface IsInfoSet
-
Creates a new info set.
- create() - Static method in interface IsInfoSetFT
-
Creates a new info set.
- create() - Static method in interface IsWarningSet
-
Creates a new warning set.
- create() - Static method in interface IsWarningSetFT
-
Creates a new warning set.
- create(String) - Static method in interface HasText
-
Creates a new simple text object.
- create(LHS, RHS) - Static method in interface SimplePair
-
Returns a new Pair of given type with default description.
- create(LHS, RHS, String) - Static method in interface SimplePair
-
Creates a new Pair of given type with given description.
- create() - Static method in interface ArrayDequeStrategy
-
Creates a new array deque strategy.
- create() - Static method in interface ConcurrentLinkedDequeStrategy
-
Creates a new concurrent linked deque strategy.
- create() - Static method in interface LinkedBlockingDequeStrategy
-
Creates a new linked blocking deque strategy.
- create() - Static method in interface LinkedListStrategy
-
Creates a new linked list strategy as a deque strategy.
- create() - Static method in interface ArrayListStrategy
-
Creates a new array list strategy.
- create() - Static method in interface LinkedListStrategy
-
Creates a new linked list strategy as a list strategy.
- create() - Static method in interface StackStrategy
-
Creates a new stack strategy.
- create() - Static method in interface VectorStrategy
-
Creates a new vector strategy.
- create(int) - Static method in interface ArrayBlockingQueueStrategy
-
Creates a new array blocking queue strategy (as queue).
- create() - Static method in interface ArrayDequeStrategy
-
Creates a new array deque strategy (as queue).
- create() - Static method in interface ConcurrentLinkedDequeStrategy
-
Creates a new concurrent linked deque strategy.
- create() - Static method in interface ConcurrentLinkedQueueStrategy
-
Creates a new concurrent linked queue strategy.
- create() - Static method in interface DelayQueueStrategy
-
Creates a new delay queue strategy.
- create() - Static method in interface LinkedBlockingDequeStategy
-
Creates a new linked blocking deque strategy.
- create() - Static method in interface LinkedBlockingQueueStrategy
-
Creates a new linked blocking queue strategy.
- create() - Static method in interface LinkedListStrategy
-
Creates a new linked list strategy as a queue strategy.
- create() - Static method in interface LinkedTransferQueueStrategy
-
Creates a new linked transfer queue strategy.
- create() - Static method in interface PriorityBlockingQueueStrategy
-
Creates a new priority blocking queue strategy.
- create() - Static method in interface PriorityQueueStrategy
-
Creates a new priority queue strategy.
- create() - Static method in interface SynchronousQueueStrategy
-
Creates a new synchronous queue strategy.
- create() - Static method in interface HashSetStrategy
-
Creates a new hash set strategy.
- create() - Static method in interface LinkedHashSetStrategy
-
Creates a new linked hash set strategy.
- create() - Static method in interface ConcurrentSkipSetStrategy
-
Creates a new concurrent skip set strategy.
- create() - Static method in interface TreeSetStrategy
-
Creates a new tree set strategy.
- create() - Static method in interface EnumMapStrategy
-
Creates a new hash map strategy.
- create() - Static method in interface HashMapStrategy
-
Creates a new hash map strategy.
- create() - Static method in interface IdentityHashMapStrategy
-
Creates a new identity map strategy.
- create() - Static method in interface LinkedHashMapStrategy
-
Creates a new linked hash map strategy.
- create() - Static method in interface WeakHashMapStrategy
-
Creates a new weak hash map strategy.
- create() - Static method in interface ConcurrentHashMapStrategy
-
Creates a new concurrent hash map strategy.
- create() - Static method in interface ConcurrentSkipListMapStrategy
-
Creates a new concurrent skip list map strategy.
- create() - Static method in interface HashtableStrategy
-
Creates a new hash table strategy.
- create() - Static method in interface PropertiesStrategy
-
Creates a property map strategy.
- create() - Static method in interface ConcurrentSkipListMapStrategy
-
Creates a new concurrent skip list map strategy.
- create() - Static method in interface TreeMapStrategy
-
Creates a new tree map strategy.
- create() - Static method in interface ConcurrentSkipListMapStrategy
-
Creates a new concurrent skip list map strategy.
- create() - Static method in interface TreeMapStrategy
-
Creates a new tree map strategy.
- create() - Static method in interface Array_To_Collection
-
Creates a new transformer.
- create() - Static method in interface Array_To_Text
-
Creates a new transformer.
- create() - Static method in interface Array2D_To_FlipArray
-
Creates a new transformer.
- create(int) - Static method in interface Array2D_To_NormalizedArray
-
Creates a new transformer.
- create() - Static method in interface Array2D_To_String
-
Creates a new transformer.
- create() - Static method in interface ClusterElementTransformer
-
Creates a new transformer.
- create() - Static method in interface Collection_To_FirstElement
-
Creates a new transformer.
- create() - Static method in interface Integer_To_RomanLiteral
-
Creates a transformer that takes an integer and returns a Roman number literal using upper case ASCII characters.
- create(IsTransformer<FROM, TO>...) - Static method in interface IsTransformerArray
-
- create() - Static method in interface Iterable_To_Collection
-
Creates a new transformer.
- create() - Static method in interface Iterable_To_Text
-
Creates a new transformer.
- create(Class<T>) - Static method in interface Iterable_To_Text
-
Creates a new transformer.
- create() - Static method in interface Iterator_To_Collection
-
Creates a new transformer.
- create() - Static method in interface Iterator_To_Text
-
Creates a new transformer.
- create(Class<T>) - Static method in interface Iterator_To_Text
-
Creates a new transformer.
- create() - Static method in interface Map_To_Text
-
Creates a transformer that transforms a map into a textual representation, for instance for debug output.
- create() - Static method in interface Object_To_StrBuilder
-
Creates a transformer that takes an object and returns a string builder.
- create(Class<T>, T, T, boolean) - Static method in interface Object_To_Target
-
Creates a transformer that takes an Object and returns a target type.
- create() - Static method in interface StrBuilder_To_String
-
Creates a transformer that takes an
StrBuilder and returns a string.
- create() - Static method in interface String_To_Boolean
-
Creates a transformer that takes a String and returns a Boolean.
- create() - Static method in interface String_To_ConditionalBreak
-
Creates a transformer that takes a String and returns a String[] with conditional line breaks being processed.
- create(int, Character, Character, Character, StrBuilder) - Static method in interface String_To_Centered
-
Creates a transformer that converts a string to a centered string of given length.
- create(int, Character, StrBuilder) - Static method in interface String_To_Justified
-
Creates a transformer that converts a string to a justified string of given length.
- create(int, Character, Character, StrBuilder) - Static method in interface String_To_LeftPadded
-
Creates a transformer that converts a string to a left-padded string of given length.
- create() - Static method in interface String_To_NoHorWs
-
Creates a transformer that takes a String and returns a String without excessive horizontal whitespace characters.
- create() - Static method in interface String_To_NoWs
-
Creates a transformer that takes a String and returns a String without excessive whitespace characters.
- create(int, Character, Character, StrBuilder) - Static method in interface String_To_RightPadded
-
Creates a transformer that converts a string to a right-padded string of given length.
- create(int, int, int, Character, Character, Character, int, int, String[], int, int, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
-
Creates a new transformer.
- create(int) - Static method in interface Text_To_WrappedFormat
-
Returns a new transformer.
- create(int, Pair<Integer, Integer>) - Static method in interface Text_To_WrappedFormat
-
Returns a new transformer.
- create(Transformer<FROM, TO>[]) - Static method in interface TransformerArray
-
Creates a new transformer array.
- de.vandermeer.skb.interfaces - package de.vandermeer.skb.interfaces
-
Collection of basic, simple, standard, hopefully useful interfaces (some with factory methods for default object creation).
- de.vandermeer.skb.interfaces.antlr - package de.vandermeer.skb.interfaces.antlr
-
Helpers for ANTLR and StringTemplate objects.
- de.vandermeer.skb.interfaces.application - package de.vandermeer.skb.interfaces.application
-
Base for applications, with options, CLI parser, and applications.
- de.vandermeer.skb.interfaces.categories - package de.vandermeer.skb.interfaces.categories
-
Base interfaces for categories.
- de.vandermeer.skb.interfaces.categories.has - package de.vandermeer.skb.interfaces.categories.has
-
Things that “have” something.
- de.vandermeer.skb.interfaces.coin - package de.vandermeer.skb.interfaces.coin
-
Base for an extended null object pattern (success/error with or without value plus optional messages).
- de.vandermeer.skb.interfaces.document - package de.vandermeer.skb.interfaces.document
-
Base for document elements, such as paragraph and list.
- de.vandermeer.skb.interfaces.messagesets - package de.vandermeer.skb.interfaces.messagesets
-
Message sets.
- de.vandermeer.skb.interfaces.objctxt - package de.vandermeer.skb.interfaces.objctxt
-
Contexts for objects.
- de.vandermeer.skb.interfaces.render - package de.vandermeer.skb.interfaces.render
-
Helpers for renderering things.
- de.vandermeer.skb.interfaces.strategies - package de.vandermeer.skb.interfaces.strategies
-
Base for strategies for collections (and then lists and sets and queues).
- de.vandermeer.skb.interfaces.strategies.collections - package de.vandermeer.skb.interfaces.strategies.collections
-
Things that represent a collection strategy.
- de.vandermeer.skb.interfaces.strategies.collections.deque - package de.vandermeer.skb.interfaces.strategies.collections.deque
-
Things that represent a collection strategy for deques.
- de.vandermeer.skb.interfaces.strategies.collections.list - package de.vandermeer.skb.interfaces.strategies.collections.list
-
Things that represent a collection strategy for lists.
- de.vandermeer.skb.interfaces.strategies.collections.queue - package de.vandermeer.skb.interfaces.strategies.collections.queue
-
Things that represent a collection strategy for queues.
- de.vandermeer.skb.interfaces.strategies.collections.set - package de.vandermeer.skb.interfaces.strategies.collections.set
-
Things that represent a collection strategy for sets.
- de.vandermeer.skb.interfaces.strategies.collections.sortedset - package de.vandermeer.skb.interfaces.strategies.collections.sortedset
-
Things that represent a collection strategy for sorted sets.
- de.vandermeer.skb.interfaces.strategies.maps - package de.vandermeer.skb.interfaces.strategies.maps
-
Things that represent a map strategy.
- de.vandermeer.skb.interfaces.strategies.maps.abstractmap - package de.vandermeer.skb.interfaces.strategies.maps.abstractmap
-
Things that represent a map strategy for abstract maps (except sorted and navigable).
- de.vandermeer.skb.interfaces.strategies.maps.concurrentmap - package de.vandermeer.skb.interfaces.strategies.maps.concurrentmap
-
Things that represent a map strategy for concurrent maps.
- de.vandermeer.skb.interfaces.strategies.maps.hashtable - package de.vandermeer.skb.interfaces.strategies.maps.hashtable
-
Things that represent a map strategy for hash tables.
- de.vandermeer.skb.interfaces.strategies.maps.navigablemap - package de.vandermeer.skb.interfaces.strategies.maps.navigablemap
-
Things that represent a map strategy for navigable maps.
- de.vandermeer.skb.interfaces.strategies.maps.sortedmap - package de.vandermeer.skb.interfaces.strategies.maps.sortedmap
-
Things that represent a map strategy for sorted maps.
- de.vandermeer.skb.interfaces.transformers - package de.vandermeer.skb.interfaces.transformers
-
Things that “are” transformers.
- de.vandermeer.skb.interfaces.transformers.arrays2d - package de.vandermeer.skb.interfaces.transformers.arrays2d
-
Transformers for 2-dimensional arrays.
- de.vandermeer.skb.interfaces.transformers.textformat - package de.vandermeer.skb.interfaces.transformers.textformat
-
Transformers for formatting strings.
- de.vandermeer.skb.interfaces.translators - package de.vandermeer.skb.interfaces.translators
-
Interfaces for character (or character representation) translators.
- DEFAULT_CHARS_BETWEEN_DROPCAP_AND_TEXT - Static variable in interface Text_To_FormattedText
-
Characters to be used between the drop cap and the text, set to 3.
- DEFAULT_COLLECTION_STRATEGY - Static variable in interface Text_To_FormattedText
-
Default collection strategy for the returned collection, defaults to an array list strategy.
- DEFAULT_FIRSTLINE_INDENTATION - Static variable in interface Text_To_FormattedText
-
Default first line indentation, set to 4.
- DEFAULT_HANGING_INDENTATION - Static variable in interface Text_To_FormattedText
-
Default hanging indent, set to 4.
- DEFAULT_INNER_WHITESPACE_CHARACTER - Static variable in interface String_To_Centered
-
Default white space replacement character, set to ' '.
- DEFAULT_INNER_WHITESPACE_CHARACTER - Static variable in interface String_To_Justified
-
Default white space replacement character, set to ' '.
- DEFAULT_INNER_WHITESPACE_CHARACTER - Static variable in interface String_To_LeftPadded
-
Default white space replacement character, set to ' '.
- DEFAULT_INNER_WHITESPACE_CHARACTER - Static variable in interface String_To_RightPadded
-
Default white space replacement character, set to ' '.
- DEFAULT_INNER_WHITESPACE_CHARACTER - Static variable in interface Text_To_FormattedText
-
Default white space replacement character, set to ' '.
- DEFAULT_LEFT_PADDING_CHARACTER - Static variable in interface String_To_Centered
-
Default left padding character, set to ' '.
- DEFAULT_LEFT_PADDING_CHARACTER - Static variable in interface Text_To_FormattedText
-
Default left padding character, set to ' '.
- DEFAULT_LENGTH - Static variable in interface String_To_Centered
-
The default width, set to 80.
- DEFAULT_LENGTH - Static variable in interface String_To_Justified
-
The default width, set to 80.
- DEFAULT_LENGTH - Static variable in interface String_To_LeftPadded
-
The default width, set to 80.
- DEFAULT_LENGTH - Static variable in interface String_To_RightPadded
-
The default width, set to 80.
- DEFAULT_LINES_AFTER_DROPCAP - Static variable in interface Text_To_FormattedText
-
Empty lines to be added after the drop cap, set to 1.
- DEFAULT_PADDING_CHARACTER - Static variable in interface String_To_LeftPadded
-
Default padding character, set to ' '.
- DEFAULT_PADDING_CHARACTER - Static variable in interface String_To_RightPadded
-
Default padding character, set to ' '.
- DEFAULT_RIGHT_PADDING_CHARACTER - Static variable in interface String_To_Centered
-
Default right padding character, set to ' '.
- DEFAULT_RIGHT_PADDING_CHARACTER - Static variable in interface Text_To_FormattedText
-
Default right padding character, set to ' '.
- DEFAULT_TEXT_WIDTH - Static variable in interface Text_To_FormattedText
-
The default width, set to 80.
- DelayQueueStrategy<T extends Delayed> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
-
Strategy for a delay queue.
- DoesRender - Interface in de.vandermeer.skb.interfaces.render
-
Interface for objects that provide a render method for text rendering.
- DoesRenderToWidth - Interface in de.vandermeer.skb.interfaces.render
-
Interface for objects that provide a render method for text rendering with a width argument.
- get(Collection<T>) - Method in interface ArrayDequeStrategy
-
- get() - Method in interface ArrayDequeStrategy
-
- get(Collection<T>) - Method in interface ConcurrentLinkedDequeStrategy
-
- get() - Method in interface ConcurrentLinkedDequeStrategy
-
- get(Collection<T>) - Method in interface LinkedBlockingDequeStrategy
-
- get() - Method in interface LinkedBlockingDequeStrategy
-
- get(Collection<T>) - Method in interface LinkedListStrategy
-
- get() - Method in interface LinkedListStrategy
-
- get(Collection<T>) - Method in interface IsDequeStrategy
-
- get() - Method in interface IsDequeStrategy
-
- get(Collection<T>) - Method in interface IsListStrategy
-
- get() - Method in interface IsListStrategy
-
- get(Collection<T>) - Method in interface IsQueueStrategy
-
- get() - Method in interface IsQueueStrategy
-
- get(Collection<T>) - Method in interface IsSetStrategy
-
- get() - Method in interface IsSetStrategy
-
- get(Collection<T>) - Method in interface IsSortedSetStrategy
-
Returns a new collection for the given collection.
- get(Collection<T>, Comparator<T>) - Method in interface IsSortedSetStrategy
-
Returns a new collection for the given collection.
- get() - Method in interface IsSortedSetStrategy
-
Returns a new collection of requested type.
- get(Comparator<T>) - Method in interface IsSortedSetStrategy
-
Returns a new collection of requested type.
- get(Collection<T>) - Method in interface ArrayListStrategy
-
- get() - Method in interface ArrayListStrategy
-
- get(Collection<T>) - Method in interface LinkedListStrategy
-
- get() - Method in interface LinkedListStrategy
-
- get(Collection<T>) - Method in interface StackStrategy
-
- get() - Method in interface StackStrategy
-
- get(Collection<T>) - Method in interface VectorStrategy
-
- get() - Method in interface VectorStrategy
-
- get(Collection<T>) - Method in interface ArrayBlockingQueueStrategy
-
- get() - Method in interface ArrayBlockingQueueStrategy
-
- get(int, Collection<T>) - Method in interface ArrayBlockingQueueStrategy
-
Returns a new collection for the given collection.
- get(int) - Method in interface ArrayBlockingQueueStrategy
-
Returns a new collection for the given collection.
- get(Collection<T>) - Method in interface ArrayDequeStrategy
-
- get() - Method in interface ArrayDequeStrategy
-
- get(Collection<T>) - Method in interface ConcurrentLinkedDequeStrategy
-
- get() - Method in interface ConcurrentLinkedDequeStrategy
-
- get(Collection<T>) - Method in interface ConcurrentLinkedQueueStrategy
-
- get() - Method in interface ConcurrentLinkedQueueStrategy
-
- get(Collection<T>) - Method in interface DelayQueueStrategy
-
- get() - Method in interface DelayQueueStrategy
-
- get(Collection<T>) - Method in interface LinkedBlockingDequeStategy
-
- get() - Method in interface LinkedBlockingDequeStategy
-
- get(Collection<T>) - Method in interface LinkedBlockingQueueStrategy
-
- get() - Method in interface LinkedBlockingQueueStrategy
-
- get(Collection<T>) - Method in interface LinkedListStrategy
-
- get() - Method in interface LinkedListStrategy
-
- get(Collection<T>) - Method in interface LinkedTransferQueueStrategy
-
- get() - Method in interface LinkedTransferQueueStrategy
-
- get(Collection<T>) - Method in interface PriorityBlockingQueueStrategy
-
- get() - Method in interface PriorityBlockingQueueStrategy
-
- get(Collection<T>) - Method in interface PriorityQueueStrategy
-
- get() - Method in interface PriorityQueueStrategy
-
- get(Collection<T>) - Method in interface SynchronousQueueStrategy
-
- get() - Method in interface SynchronousQueueStrategy
-
- get(Collection<T>) - Method in interface HashSetStrategy
-
- get() - Method in interface HashSetStrategy
-
- get(Collection<T>) - Method in interface LinkedHashSetStrategy
-
- get() - Method in interface LinkedHashSetStrategy
-
- get(Collection<T>) - Method in interface ConcurrentSkipSetStrategy
-
- get(Collection<T>, Comparator<T>) - Method in interface ConcurrentSkipSetStrategy
-
- get() - Method in interface ConcurrentSkipSetStrategy
-
- get(Comparator<T>) - Method in interface ConcurrentSkipSetStrategy
-
- get(Collection<T>) - Method in interface TreeSetStrategy
-
- get(Collection<T>, Comparator<T>) - Method in interface TreeSetStrategy
-
- get() - Method in interface TreeSetStrategy
-
- get(Comparator<T>) - Method in interface TreeSetStrategy
-
- get(Collection<T>) - Method in interface IsCollectionStrategy
-
Returns a new collection for the given collection.
- get() - Method in interface IsCollectionStrategy
-
Returns a new collection of requested type.
- get() - Method in interface IsMapStrategy
-
Returns a new map for the used strategy.
- get(Map<K, V>) - Method in interface IsMapStrategy
-
Returns a new map for the used strategy initialized with the elements of another map.
- get() - Method in interface EnumMapStrategy
-
- get(Map<K, V>) - Method in interface EnumMapStrategy
-
- get(Class<K>) - Method in interface EnumMapStrategy
-
Returns a new enum map for given key type.
- get() - Method in interface HashMapStrategy
-
- get(Map<K, V>) - Method in interface HashMapStrategy
-
- get() - Method in interface IdentityHashMapStrategy
-
- get(Map<K, V>) - Method in interface IdentityHashMapStrategy
-
- get() - Method in interface LinkedHashMapStrategy
-
- get(Map<K, V>) - Method in interface LinkedHashMapStrategy
-
- get() - Method in interface WeakHashMapStrategy
-
- get(Map<K, V>) - Method in interface WeakHashMapStrategy
-
- get() - Method in interface ConcurrentHashMapStrategy
-
- get(Map<K, V>) - Method in interface ConcurrentHashMapStrategy
-
- get() - Method in interface ConcurrentSkipListMapStrategy
-
- get(Map<K, V>) - Method in interface ConcurrentSkipListMapStrategy
-
- get() - Method in interface HashtableStrategy
-
- get(Map<K, V>) - Method in interface HashtableStrategy
-
- get() - Method in interface PropertiesStrategy
-
- get(Map<Object, Object>) - Method in interface PropertiesStrategy
-
- get(Properties) - Method in interface PropertiesStrategy
-
Returns a new property object initialized with default properties.
- get() - Method in interface IsAbstractMapStrategy
-
- get(Map<K, V>) - Method in interface IsAbstractMapStrategy
-
- get() - Method in interface IsConcurrentMapStrategy
-
- get(Map<K, V>) - Method in interface IsConcurrentMapStrategy
-
- get() - Method in interface IsHashtableStrategy
-
- get(Map<K, V>) - Method in interface IsHashtableStrategy
-
- get() - Method in interface IsNavigableMapStrategy
-
- get(Map<K, V>) - Method in interface IsNavigableMapStrategy
-
- get() - Method in interface IsSortedMapStrategy
-
- get(Map<K, V>) - Method in interface IsSortedMapStrategy
-
- get() - Method in interface ConcurrentSkipListMapStrategy
-
- get(Map<K, V>) - Method in interface ConcurrentSkipListMapStrategy
-
- get() - Method in interface TreeMapStrategy
-
- get(Map<K, V>) - Method in interface TreeMapStrategy
-
- get() - Method in interface ConcurrentSkipListMapStrategy
-
- get(Map<K, V>) - Method in interface ConcurrentSkipListMapStrategy
-
- get() - Method in interface TreeMapStrategy
-
- get(Map<K, V>) - Method in interface TreeMapStrategy
-
- getAddedOptions() - Method in interface App_CliParser
-
Returns the options already added, short or long.
- getAlignment() - Method in interface Text_To_FormattedText
-
- getAllOptions() - Method in interface App_CliParser
-
Returns a set of all options.
- getAntlrObject() - Method in interface IsAntlrRuntimeObject
-
Returns the ANTLR runtime object.
- getAppDescription() - Method in interface IsApplication
-
Returns a 1 line description of the application, should not be null.
- getAppDisplayName() - Method in interface IsApplication
-
Returns the display name of the application.
- getAppName() - Method in interface IsApplication
-
Returns the name of the application, which is the name of the executable object for instance a script.
- getAppVersion() - Method in interface IsApplication
-
Returns version information of the application for command line processing of the version option.
- getArgs() - Method in interface ApplicationErrorCode
-
Returns the number of expected arguments.
- getBuilderForAppend() - Method in interface String_To_Centered
-
Returns a builder to append the centered string to, rather than creating a new builder.
- getBuilderForAppend() - Method in interface String_To_Justified
-
Returns a builder to append the justified string to, rather than creating a new builder.
- getBuilderForAppend() - Method in interface String_To_LeftPadded
-
Returns a builder to append the padded string to, rather than creating a new builder.
- getBuilderForAppend() - Method in interface String_To_RightPadded
-
Returns a builder to append the padded string to, rather than creating a new builder.
- getCapacity() - Method in interface ArrayBlockingQueueStrategy
-
Returns the capacity of the strategy.
- getCategory() - Method in interface ApplicationErrorCode
-
Returns the category of the error code.
- getCells() - Method in interface IsTableRow
-
Returns the cells of a content row in a table.
- getCharacterTranslator() - Method in interface TargetTranslator
-
Returns a character translator.
- getCharsBetweenDroppcapAndText() - Method in interface Text_To_FormattedText
-
- getClazzT() - Method in interface Object_To_Target
-
Returns the class for of the target type.
- getCLiALlOptions() - Method in interface IsApplication
-
Returns all CLI options as base implementation.
- getCliArgumentDescription() - Method in interface Apo_TypedC
-
Returns a description of the CLI argument.
- getCliArgumentName() - Method in interface Apo_TypedC
-
Returns the name of the CLI argument.
- getCliLong() - Method in interface ApoBaseC
-
Returns the long CLI option.
- getCliParser() - Method in interface IsApplication
-
Returns the CLI parser.
- getCliShort() - Method in interface ApoBaseC
-
Returns the short CLI option.
- getCliShortLong() - Method in interface ApoBaseC
-
Returns a CLI option either short or long.
- getCliSimpleOptions() - Method in interface IsApplication
-
Returns all CLI simple options.
- getCliTypedOptions() - Method in interface IsApplication
-
Returns all CLI typed options.
- getCliValue() - Method in interface Apo_TypedC
-
Returns the CLI value of the option if any set.
- getCmd() - Method in interface StandardExampleAsCmd
-
Returns a string that can be used as a command to execute the example.
- getCode() - Method in interface ApplicationErrorCode
-
Returns the error code.
- getCollectionStrategy() - Method in interface Text_To_FormattedText
-
- getCollFirstFlag() - Method in interface Object_To_Target
-
Returns a flag that say if, when the transform object is a collection, only the first non-null element should be used as return value.
- getColumn() - Method in interface IsAntlrRuntimeObject
-
Returns the column (character position in line) for the ANTLR object.
- getCombinedTranslator() - Method in interface TargetTranslator
-
Returns a combined translator.
- getConsoleWidth() - Method in interface IsApplication
-
Returns the width of the console window, printable columns.
- getContainerClass() - Method in interface HasToLogContainment
-
Returns the container (containment) class for logging.
- getContent() - Method in interface IsTableCell
-
Returns the content of the cell.
- getContext() - Method in interface IsList
-
- getContext() - Method in interface IsParagraph
-
- getContext() - Method in interface IsTable
-
- getContext() - Method in interface IsTableCell
-
- getContext() - Method in interface IsTableRow
-
- getContext() - Method in interface HasObjectContext
-
Returns the object’s context.
- getContext() - Method in interface HasRenderContext
-
- getDefaultEncoding() - Static method in class MessageConsole
-
Returns the default runtime encoding.
- getDefaultValue() - Method in interface ApoBaseTyped
-
Returns the default value of the option.
- getDescription() - Method in interface ErrorCodeCategory
-
Returns the category description.
- getDescription() - Method in interface IsApplication
-
- getDescription() - Method in interface HasDescription
-
Returns the description of an object.
- getDescription() - Method in interface SimplePair
-
Returns the description of an object.
- getDescription() - Method in interface StandardExample
-
Returns a short description for the example
- getDisplayName() - Method in interface ApoBase
-
Returns the display name of the option.
- getDisplayName() - Method in interface ErrorCodeCategory
-
Returns the category display name.
- getDropCap() - Method in interface Text_To_FormattedText
-
Returns the dropped capital letter used if such format is required.
- getEnd() - Method in interface ErrorCodeCategory
-
Returns the end of the error codes.
- getEnvironmentKey() - Method in interface ApoBaseE
-
Returns the environment key of the option.
- getEnvironmentOptions() - Method in interface IsApplication
-
Returns all environment options.
- getEnvironmentValue() - Method in interface Apo_TypedE
-
Returns the environment value of the option if any set.
- getErrorCode() - Method in exception ApplicationException
-
Returns the error code.
- getErrorMessages() - Method in interface IsErrorSet
-
Returns the error set.
- getErrorSet() - Method in interface HasErrorSet
-
Returns a set of error messages.
- getExpectedArguments() - Method in interface IsST
-
Returns the arguments expected to be defined in the ST object.
- getExpectedChunks() - Method in interface IsSTGroup
-
Returns the chunks expected to be defined in the STGroup object.
- getFalseValue() - Method in interface Object_To_Target
-
Returns the false value for the transformation, used in case no test succeeds.
- getFilename() - Method in interface IsAntlrRuntimeObject
-
Returns the source file of the ANTLR object.
- getFirstlineIndentation() - Method in interface Text_To_FormattedText
-
- getFormat() - Method in interface Text_To_FormattedText
-
- getGroupName() - Method in interface IsSTGroup
-
Returns the name of the STGroup object (file name, source name, or group directory name).
- getHangingIndentation() - Method in interface Text_To_FormattedText
-
- getHeading() - Method in interface HasHeading
-
Returns a heading.
- getHelp() - Method in interface Apo_TypedC
-
- getHelp() - Method in interface Apo_TypedCE
-
- getHelp() - Method in interface Apo_TypedCP
-
- getHelp() - Method in interface Apo_TypedCPE
-
- getHelp() - Method in interface Apo_TypedE
-
- getHelp() - Method in interface Apo_TypedP
-
- getHelp() - Method in interface ApoBase
-
Returns help information for the option.
- getHelp() - Method in interface ApoBaseC
-
- getHelp() - Method in interface ApoBaseE
-
- getHelp() - Method in interface ApoBaseP
-
- getHostname() - Static method in interface Network
-
Returns the host name of the current process.
- getHtmlElementTanslator() - Method in interface TargetTranslator
-
Returns an HTML Element translator.
- getID() - Method in interface StandardExampleAsCmd
-
Returns an identifier for the example.
- getInfoMessages() - Method in interface IsInfoSet
-
Returns the info set.
- getInfoSet() - Method in interface HasInfoSet
-
Returns a set of info messages.
- getInnerWsChar() - Method in interface String_To_Centered
-
Returns the white space replacement character.
- getInnerWsChar() - Method in interface String_To_Justified
-
Returns the white space replacement character.
- getInnerWsChar() - Method in interface String_To_LeftPadded
-
Returns the white space replacement character.
- getInnerWsChar() - Method in interface String_To_RightPadded
-
Returns the white space replacement character.
- getInnerWsChar() - Method in interface Text_To_FormattedText
-
- getIpAddress() - Static method in interface Network
-
Returns the IP address of the current process.
- getIpAddressAsString() - Static method in interface Network
-
Returns the IP address of the current process.
- getLeftPaddingChar() - Method in interface String_To_Centered
-
Returns the left padding character for the conversion.
- getLeftPaddingChar() - Method in interface Text_To_FormattedText
-
- getLength() - Method in interface String_To_Centered
-
Returns the required length for the conversion.
- getLength() - Method in interface String_To_Justified
-
Returns the required length for the conversion.
- getLength() - Method in interface String_To_LeftPadded
-
Returns the required length for the conversion.
- getLength() - Method in interface String_To_RightPadded
-
Returns the required length for the conversion.
- getLine() - Method in interface IsAntlrRuntimeObject
-
Returns the line for the ANTLR object.
- getLinesAfterDropcap() - Method in interface Text_To_FormattedText
-
- getLineWidth() - Method in interface IsRenderContext
-
Gets the maximum width of a line for rendering.
- getLogClass() - Method in interface HasToLogForValues
-
Returns the class used in the log method.
- getLongDescription() - Method in interface ApoBase
-
Returns a long description of the option.
- getLongestLineLength() - Method in interface HasLongestLine
-
Returns the length of the longest line.
- getMapping() - Method in enum TextAlignment
-
- getMapping() - Method in enum TextFormat
-
- getMessage() - Method in interface ApplicationErrorCode
-
Returns the error message.
- getMessage(Object...) - Method in interface ApplicationErrorCode
-
Creates a new error message with all arguments substituted.
- getMessage() - Method in interface FormattingTupleWrapper
-
Returns the formatted (rendered) message using the set formatting tuple.
- getNullValue() - Method in interface Object_To_Target
-
Returns the null value for the transformation, used if a null test succeeds
- getNumberOfColumns() - Method in interface Array2D_To_NormalizedArray
-
Returns the number of columns,
- getPaddingChar() - Method in interface String_To_LeftPadded
-
Returns the padding character for the conversion.
- getPaddingChar() - Method in interface String_To_RightPadded
-
Returns the padding character for the conversion.
- getPropertyKey() - Method in interface ApoBaseP
-
Returns the property key of the option.
- getPropertyOptions() - Method in interface IsApplication
-
Returns all property options.
- getPropertyValue() - Method in interface Apo_TypedP
-
Returns the property value of the option if any set.
- getRawContent() - Method in interface IsDocumentElement
-
Returns the raw content of the element, not processed (not rendered).
- getRawContent() - Method in interface IsList
-
- getRawContent() - Method in interface IsParagraph
-
- getRawContent() - Method in interface IsTable
-
- getRenderer() - Method in interface IsList
-
- getRenderer() - Method in interface IsParagraph
-
- getRenderer() - Method in interface IsTable
-
- getRenderer() - Method in interface HasRenderer
-
Returns the renderer.
- getRequired(Set<ApoBaseC>) - Static method in interface CliOptionList
-
Returns all required options, taking short or long CLI argument.
- getReturn() - Method in interface Coin
-
Get the actual return object of the method using this coin.
- getReturn() - Method in interface TailsNull
-
- getRightPaddingChar() - Method in interface String_To_Centered
-
Returns the right padding character for the conversion.
- getRightPaddingChar() - Method in interface Text_To_FormattedText
-
- getSimpleOptions() - Method in interface App_CliParser
-
Returns all simple options added to the parser.
- getSource() - Method in interface StandardExample
-
Returns the original source code of the example.
- getST() - Method in interface IsST
-
Returns the ST object.
- getStart() - Method in interface ErrorCodeCategory
-
Returns the start of the error codes.
- getStdIn(String) - Static method in class MessageConsole
-
Returns a new buffered reader for standard in, using UTF-8 encoding.
- getSTGroup() - Method in interface IsSTGroup
-
Returns the STGroup object.
- getStyle() - Method in interface HasToStringStyle
-
Returns a standard toString() style.
- getStyle(int) - Method in interface HasToStringStyle
-
Returns a standard toString() style.
- getStyle() - Method in interface IsTableRow
-
Returns the style of the rule row.
- getText() - Method in interface IsAntlrRuntimeObject
-
- getText() - Method in interface HasText
-
Returns text representation of an object.
- getTextAsArray() - Method in interface HasTextCluster
-
Returns text representation of an object.
- getTextAsCollection() - Method in interface HasTextCluster
-
Returns text representation of an object.
- getTextAsIterable() - Method in interface HasTextCluster
-
Returns text representation of an object.
- getTextAsIterator() - Method in interface HasTextCluster
-
Returns text representation of an object.
- getTextWidth() - Method in interface IsListContext
-
Returns the width of the text in the list (overall width minus any margins etc).
- getTextWidth(int) - Method in interface IsListContext
-
Returns the width of the text in the paragraph (overall width minus any margins etc).
- getTextWidth() - Method in interface IsParagraphContext
-
Returns the width of the text in the paragraph (overall width minus any margins etc).
- getTextWidth(int) - Method in interface IsParagraphContext
-
Returns the width of the text in the paragraph (overall width minus any margins etc).
- getTextWidth() - Method in interface IsTableContext
-
Returns the width of the text in the table (overall width minus any margins etc).
- getTextWidth(int) - Method in interface IsTableContext
-
Returns the width of the text in the table (overall width minus any margins etc).
- getTextWidth() - Method in interface Text_To_FormattedText
-
- getTopSettings() - Method in interface Text_To_WrappedFormat
-
Returns the settings for the top part of the formatted text, defaults to null.
- getTransformers() - Method in interface TransformerArray
-
Returns the array of transformers used for transformations.
- getTuple() - Method in interface FormattingTupleWrapper
-
Returns the set formatting tuple.
- getType() - Method in interface IsTableRow
-
Returns the type of the rule row.
- getTypedOptions() - Method in interface App_CliParser
-
Returns all typed options added to the parser.
- getValue() - Method in interface Apo_TypedC
-
Returns the value of the option.
- getValue() - Method in interface Apo_TypedCE
-
Returns the value of the option.
- getValue() - Method in interface Apo_TypedCP
-
Returns the value of the option.
- getValue() - Method in interface Apo_TypedCPE
-
Returns the value of the option.
- getValue() - Method in interface Apo_TypedE
-
Returns the value of the option.
- getValue() - Method in interface Apo_TypedP
-
Returns the value of the option.
- getValue() - Method in interface ApoBaseTyped
-
Returns the value of the option.
- getWarningMessages() - Method in interface IsWarningSet
-
Returns the warning set.
- getWarningSet() - Method in interface HasWarningSet
-
Returns a set of warning messages.
- getWidth() - Method in interface IsListContext
-
Returns the width set for the list.
- getWidth() - Method in interface IsParagraphContext
-
Returns the width set for the paragraph.
- getWidth() - Method in interface IsTableContext
-
Returns the width set for the table.
- getWidth() - Method in interface Text_To_WrappedFormat
-
Returns the width for the overall wrapping, defaults to 80.
- IdentityHashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
-
Strategy for an identity map.
- IN_ARRAY(String[], ApoBaseC) - Static method in interface IsApplication
-
Simple utility to test if a CLI option (short or long) is in an array.
- inCli() - Method in interface ApoBaseC
-
Tests if the option was present in a parsed command line.
- inEnvironment() - Method in interface ApoBaseE
-
Tests if the option was present in the environment.
- inProperties() - Method in interface ApoBaseP
-
Tests if the option was present in properties.
- Integer_To_RomanLiteral - Interface in de.vandermeer.skb.interfaces.transformers
-
Takes an integer and returns a Roman number literal using upper case ASCII characters.
- isAbstractMap() - Method in interface IsMapStrategy
-
Test if the map is an abstract map (an implementation of an
AbstractMap hat does not require special keys.
- isAbstractMap() - Method in interface IsAbstractMapStrategy
-
- isAbstractMap() - Method in interface IsConcurrentMapStrategy
-
- isAbstractMap() - Method in interface IsHashtableStrategy
-
- isAbstractMap() - Method in interface IsNavigableMapStrategy
-
- isAbstractMap() - Method in interface IsSortedMapStrategy
-
- IsAbstractMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps
-
Base for abstract map strategies.
- IsAntlrRuntimeObject - Interface in de.vandermeer.skb.interfaces.antlr
-
Interface for objects that represent ANTLR runtime objects
(which have source, line, column, and other characteristics).
- IsApplication - Interface in de.vandermeer.skb.interfaces.application
-
Base interface for an application with different option types and default argument parsing.
- IsCollectionStrategy<S extends Collection<T>,T> - Interface in de.vandermeer.skb.interfaces.strategies
-
Base for collection strategies.
- isConcurrentMap() - Method in interface IsMapStrategy
-
Test if the map is a concurrent map.
- isConcurrentMap() - Method in interface IsAbstractMapStrategy
-
- isConcurrentMap() - Method in interface IsConcurrentMapStrategy
-
- isConcurrentMap() - Method in interface IsHashtableStrategy
-
- isConcurrentMap() - Method in interface IsNavigableMapStrategy
-
- isConcurrentMap() - Method in interface IsSortedMapStrategy
-
- IsConcurrentMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps
-
Base for concurrent map strategies.
- IsDequeStrategy<D extends Deque<T>,T> - Interface in de.vandermeer.skb.interfaces.strategies.collections
-
Base for deque strategies.
- IsDocumentElement - Interface in de.vandermeer.skb.interfaces.document
-
An element of a document, for instance a paragraph.
- isError() - Method in interface Coin
-
Tests if the coin is tails (positive return).
- IsErrorSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of error messages.
- isErrorSet() - Method in interface IsMessageSet
-
Tests if the message set is an error set.
- isErrorSet() - Method in interface IsWarningSet
-
- IsErrorSetFT - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of error messages of type FormattingTuple.
- isHashtable() - Method in interface IsMapStrategy
-
Test if the map is a hash table map.
- isHashtable() - Method in interface IsAbstractMapStrategy
-
- isHashtable() - Method in interface IsConcurrentMapStrategy
-
- isHashtable() - Method in interface IsHashtableStrategy
-
- isHashtable() - Method in interface IsNavigableMapStrategy
-
- isHashtable() - Method in interface IsSortedMapStrategy
-
- IsHashtableStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps
-
Base for hashtable strategies.
- isHeads() - Method in interface Coin
-
Tests if the coin is heads (positive return).
- isHeads() - Method in interface HeadsCoin
-
- IsInfoSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of info messages.
- isInfoSet() - Method in interface IsInfoSet
-
- isInfoSet() - Method in interface IsMessageSet
-
Tests if the message set is an info set.
- IsInfoSetFT - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of info messages.
- IsList - Interface in de.vandermeer.skb.interfaces.document
-
A list as a document element.
- isList() - Method in interface IsDequeStrategy
-
- isList() - Method in interface IsListStrategy
-
- isList() - Method in interface IsQueueStrategy
-
- isList() - Method in interface IsSetStrategy
-
- isList() - Method in interface IsSortedSetStrategy
-
Test if the collection is a list.
- isList() - Method in interface IsCollectionStrategy
-
Test if the collection is a list.
- IsListContext - Interface in de.vandermeer.skb.interfaces.document
-
The context (all settings) of a list.
- IsListRenderer - Interface in de.vandermeer.skb.interfaces.document
-
A list renderer.
- IsListStrategy<L extends List<T>,T> - Interface in de.vandermeer.skb.interfaces.strategies.collections
-
Base for list strategies.
- IsMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies
-
Base for Map strategies.
- IsMessageSet - Interface in de.vandermeer.skb.interfaces.messagesets
-
Category of objects that represent a message set.
- isNavigableMap() - Method in interface IsMapStrategy
-
Test if the map is a navigable map.
- isNavigableMap() - Method in interface IsAbstractMapStrategy
-
- isNavigableMap() - Method in interface IsConcurrentMapStrategy
-
- isNavigableMap() - Method in interface IsHashtableStrategy
-
- isNavigableMap() - Method in interface IsNavigableMapStrategy
-
- isNavigableMap() - Method in interface IsSortedMapStrategy
-
- IsNavigableMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps
-
Base for navigable map strategies.
- IsObjectContext - Interface in de.vandermeer.skb.interfaces.objctxt
-
Category of objects that represent the context for other objects, for instance for variable settings.
- IsParagraph - Interface in de.vandermeer.skb.interfaces.document
-
A paragraph as a document element.
- IsParagraphContext - Interface in de.vandermeer.skb.interfaces.document
-
The context (all settings) of a paragraph.
- IsParagraphRenderer - Interface in de.vandermeer.skb.interfaces.document
-
A paragraph renderer.
- isQueue() - Method in interface IsDequeStrategy
-
- isQueue() - Method in interface IsListStrategy
-
- isQueue() - Method in interface IsQueueStrategy
-
- isQueue() - Method in interface IsSetStrategy
-
- isQueue() - Method in interface IsSortedSetStrategy
-
Test if the collection is a queue.
- isQueue() - Method in interface IsCollectionStrategy
-
Test if the collection is a queue.
- IsQueueStrategy<Q extends Queue<T>,T> - Interface in de.vandermeer.skb.interfaces.strategies.collections
-
Base for queue strategies.
- IsRenderContext - Interface in de.vandermeer.skb.interfaces.render
-
Context for an object that can render itself.
- IsRenderer - Interface in de.vandermeer.skb.interfaces.render
-
Interface for objects that render other objects.
- isSet() - Method in interface Apo_SimpleC
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedC
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedCE
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedCP
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedCPE
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedE
-
Tests if the option is set.
- isSet() - Method in interface Apo_TypedP
-
Tests if the option is set.
- isSet() - Method in interface ApoBase
-
Tests if the option is set.
- isSet() - Method in interface ApoBaseTyped
-
Tests if the option is set.
- isSet() - Method in interface IsDequeStrategy
-
- isSet() - Method in interface IsListStrategy
-
- isSet() - Method in interface IsQueueStrategy
-
- isSet() - Method in interface IsSetStrategy
-
- isSet() - Method in interface IsSortedSetStrategy
-
Test if the collection is a set.
- isSet() - Method in interface IsCollectionStrategy
-
Test if the collection is a set.
- IsSetStrategy<S extends Set<T>,T> - Interface in de.vandermeer.skb.interfaces.strategies.collections
-
Base for set strategies.
- isSortedMap() - Method in interface IsMapStrategy
-
Test if the map is a sorted map.
- isSortedMap() - Method in interface IsAbstractMapStrategy
-
- isSortedMap() - Method in interface IsConcurrentMapStrategy
-
- isSortedMap() - Method in interface IsHashtableStrategy
-
- isSortedMap() - Method in interface IsNavigableMapStrategy
-
- isSortedMap() - Method in interface IsSortedMapStrategy
-
- IsSortedMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps
-
Base for sorted map strategies.
- IsSortedSetStrategy<S extends SortedSet<T>,T extends Comparable<T>> - Interface in de.vandermeer.skb.interfaces.strategies.collections
-
Base for sorted set strategies.
- IsST - Interface in de.vandermeer.skb.interfaces.antlr
-
Interface for objects that represent String Template (ST) objects
(for which one can check chunks etc).
- IsSTGroup - Interface in de.vandermeer.skb.interfaces.antlr
-
Interface for objects that represent String Template Group (STG) objects
(for which one can check chunks, get name, etc).
- isSuccess() - Method in interface Coin
-
Tests if the coin is heads (positive return).
- IsTable - Interface in de.vandermeer.skb.interfaces.document
-
A table as a document element.
- IsTableCell - Interface in de.vandermeer.skb.interfaces.document
-
A table cell, part of a table row with content.
- IsTableCellContext - Interface in de.vandermeer.skb.interfaces.document
-
The context (all settings) of a table cell (part of a row with content).
- IsTableContext - Interface in de.vandermeer.skb.interfaces.document
-
The context (all settings) of a table.
- IsTableRenderer - Interface in de.vandermeer.skb.interfaces.document
-
A table renderer.
- IsTableRow - Interface in de.vandermeer.skb.interfaces.document
-
A table row.
- IsTableRowContext - Interface in de.vandermeer.skb.interfaces.document
-
The context (all settings) of a table row.
- isTails() - Method in interface Coin
-
Tests if the coin is tails (negative return).
- isTails() - Method in interface TailsCoin
-
- IsTransformer<FROM,TO> - Interface in de.vandermeer.skb.interfaces.transformers
-
Category of objects that represent a transformer.
- IsTransformerArray<FROM,TO> - Interface in de.vandermeer.skb.interfaces.transformers
-
Category of objects that represent a transformer array.
- isWarningSet() - Method in interface IsMessageSet
-
Tests if the message set is an warning set.
- IsWarningSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of warning messages.
- isWarningSet() - Method in interface IsWarningSet
-
- IsWarningSetFT - Interface in de.vandermeer.skb.interfaces.messagesets
-
Interface for objects that have a set of warning messages.
- Iterable_To_Collection - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms input provided by an iterable into a collection of given type.
- Iterable_To_Text<T> - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms the input provided by an iterable into text using String Templates.
- Iterator_To_Collection - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms input provided by an iterator into a collection of given type.
- Iterator_To_Text<T> - Interface in de.vandermeer.skb.interfaces.transformers
-
Transforms the input provided by an iterator into text using String Templates.
- TableRowStyle - Enum in de.vandermeer.skb.interfaces.document
-
The style of a table row of type rule.
- TableRowType - Enum in de.vandermeer.skb.interfaces.document
-
The type of a table row of type rule.
- TailsCoin<R> - Interface in de.vandermeer.skb.interfaces.coin
-
Base interface for a tails coin, something the returns an error with or without a value.
- TailsError<R> - Interface in de.vandermeer.skb.interfaces.coin
-
A tails (error) coin with a value.
- TailsErrorWithErrors<R,M> - Interface in de.vandermeer.skb.interfaces.coin
-
A tails (error) coin with a value and errors.
- TailsNull - Interface in de.vandermeer.skb.interfaces.coin
-
A tails (error) coin without a value.
- TailsNullWithErrors<M> - Interface in de.vandermeer.skb.interfaces.coin
-
A tails (error) coin without a value but some errors.
- TargetTranslator - Interface in de.vandermeer.skb.interfaces.translators
-
A character or HTML element or combined target translator.
- text2tmp(String) - Method in interface HtmlElementTranslator
-
Translates HTML elements into a temporary representation that is not picked up by any character translator.
- Text_To_FormattedText - Interface in de.vandermeer.skb.interfaces.transformers.textformat
-
Swiss army knife for formatting text, with several options for alignments, formats, inserted characters, and variable width.
- Text_To_WrappedFormat - Interface in de.vandermeer.skb.interfaces.transformers.textformat
-
Takes some text and returns formatted text with optionally different width for top/bottom.
- TextAlignment - Enum in de.vandermeer.skb.interfaces.transformers.textformat
-
Options for text alignment.
- TextFormat - Enum in de.vandermeer.skb.interfaces.transformers.textformat
-
Options for text format.
- tmp2target(String) - Method in interface HtmlElementTranslator
-
Translates a temporary representation of HTML elements to a target representation.
- TO_STRING_ST - Static variable in interface Iterable_To_Text
-
The String Template for an iterator to text translation.
- toDoc() - Method in interface HasToDoc
-
Returns a documentation view of the object, for example a test line for a line object.
- toLog() - Method in interface HasToLog
-
- toLog(Class<?>, Class<?>, Object...) - Static method in interface HasToLog
-
Returns a builder using containment class, contained class, and values.
- toLog(Class<?>, Object...) - Static method in interface HasToLog
-
Returns a builder using containment class, default contained class, and values.
- toLog(Class<?>, Object...) - Method in interface HasToLogContainment
-
Returns a builder using containment class, class and value.
- toLog(Object...) - Method in interface HasToLogForValues
-
Returns the class name with the values as a log builder
- transform(Object) - Method in interface Antlr_To_Column
-
- transform(Object) - Method in interface Antlr_To_FileName
-
- transform(Object) - Method in interface Antlr_To_Line
-
- transform(Object) - Method in interface Antlr_To_Text
-
- transform(T[], IsCollectionStrategy<S, T>) - Method in interface Array_To_Collection
-
Converts an array into a collection of given type.
- transform(T[]) - Method in interface Array_To_Text
-
- transform(String[][]) - Method in interface Array2D_To_FlipArray
-
- transform(String[][]) - Method in interface Array2D_To_NormalizedArray
-
- transform(T[][]) - Method in interface Array2D_To_String
-
- transform(Iterable<T3>, Transformer<T1, T2>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input iterable to a collection applying a transformation for each input element.
- transform(Iterable<T3>, Transformer<T1, T2>, Predicate<T3>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input iterable to a collection applying a predicate and a transformation for each input element.
- transform(Iterator<T3>, Transformer<T1, T2>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input iterator to a collection applying a transformation for each input element.
- transform(Iterator<T3>, Transformer<T1, T2>, Predicate<T3>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input iterator to a collection applying a predicate and a transformation for each input element.
- transform(T3[], Transformer<T1, T2>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input array to a collection applying a transformation for each input element.
- transform(T3[], Transformer<T1, T2>, Predicate<T3>, IsCollectionStrategy<S, T2>) - Method in interface ClusterElementTransformer
-
Converts the input array to a collection applying a predicate and a transformation for each input element.
- transform(Collection<T>) - Method in interface Collection_To_FirstElement
-
- transform(Integer) - Method in interface Integer_To_RomanLiteral
-
- transform(Iterable<T>, IsCollectionStrategy<S, T>) - Method in interface Iterable_To_Collection
-
Converts an iterable into a collection of given type.
- transform(Iterable<T>) - Method in interface Iterable_To_Text
-
- transform(Iterator<T>, IsCollectionStrategy<S, T>) - Method in interface Iterator_To_Collection
-
Converts an iterator into a collection of given type.
- transform(Iterator<T>) - Method in interface Iterator_To_Text
-
- transform(Map<?, ?>) - Method in interface Map_To_Text
-
Transforms a map into a textual representation, for instance for debug output.
- transform(Object) - Method in interface Object_To_StrBuilder
-
Transforms an object to a string builder.
- transform(Object, StrBuilder) - Method in interface Object_To_StrBuilder
-
Transforms an object to a string builder using the given builder.
- transform(Object) - Method in interface Object_To_Target
-
Type safe transformation from Object to target class, with optional special processing for Object[] and Collection.
- transform(StrBuilder) - Method in interface StrBuilder_To_String
-
- transform(String) - Method in interface String_To_Boolean
-
Transforms a String to a Boolean.
- transform(String) - Method in interface String_To_ConditionalBreak
-
Transforms a String to a String[] processing conditional line breaks.
- transform(String) - Method in interface String_To_Centered
-
- transform(String) - Method in interface String_To_Justified
-
- transform(String) - Method in interface String_To_LeftPadded
-
- transform(String) - Method in interface String_To_NoHorWs
-
Transforms a String to a String removing all excessive horizontal whitespace characters.
- transform(String) - Method in interface String_To_NoWs
-
Transforms a String to a String removing all excessive whitespace characters.
- transform(String) - Method in interface String_To_RightPadded
-
- transform(StrBuilder) - Method in interface Text_To_FormattedText
-
Transforms a string builder to a collection using the main transform method.
- transform(String) - Method in interface Text_To_FormattedText
-
- transform(String) - Method in interface Text_To_WrappedFormat
-
- transform(FROM) - Method in interface Transformer
-
Transforms from one representation to another.
- transform(FROM, Predicate<FROM>) - Method in interface Transformer
-
Transforms from one representation to another if a given predicate tests true.
- transform(FROM) - Method in interface TransformerArray
-
Transforms from one representation to another using an array of potential transformers.
- Transformer<FROM,TO> - Interface in de.vandermeer.skb.interfaces.transformers
-
Standard transformer transforming FROM to TO with or with a predicate.
- TransformerArray<FROM,TO> - Interface in de.vandermeer.skb.interfaces.transformers
-
A transformer that uses an array of transformers for transformation,
first transformer that does something matches.
- translate(String) - Method in interface CombinedTranslator
-
Translates HTML Elements and characters from a source to a target representation.
- translate(Object) - Method in interface CombinedTranslator
-
Translates HTML Elements and characters from a source to a target representation.
- translateCharacters(String) - Method in interface CharacterTranslator
-
Translates characters found in an input string to a target representation.
- translateCharacters(Object) - Method in interface CharacterTranslator
-
Translates characters found in an input object to a target representation.
- translateHtmlElements(String) - Method in interface HtmlElementTranslator
-
Translates HTML elements found in the input to a target representation, without any temporary representation.
- translateHtmlElements(Object) - Method in interface HtmlElementTranslator
-
Translates HTML elements found in the input to a target representation, without any temporary representation.
- TreeMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.navigablemap
-
Strategy for a tree map (as navigable map).
- TreeMapStrategy<K extends Comparable<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.sortedmap
-
Strategy for a tree map (as sorted map).
- TreeSetStrategy<T extends Comparable<T>> - Interface in de.vandermeer.skb.interfaces.strategies.collections.sortedset
-
Strategy for a tree set.