Skip navigation links
SKB Interfaces: 0.0.1
A C D E F G H I J L M N O P R S T V W 

A

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.
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.
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.
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.

C

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.
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
Creates a new transformer array with IsTransformer transformers.
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.

D

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.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_DESCRIPTION - Static variable in interface HasDescription
A default description.
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.

E

EnumMapStrategy<K extends Enum<K>,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
Strategy for an enum map.

F

FORMAT_DROPCAP - Static variable in interface Text_To_FormattedText
Format option for text using a dropped capital letter replacing the first character of the first word of the first sentence, requries a special library of those letters.
FORMAT_DROPCAP_WITH_PADDING - Static variable in interface Text_To_FormattedText
Format option for text with a dropped capital letter using a padding.
FORMAT_FIRST_LINE - Static variable in interface Text_To_FormattedText
Format option for text with the first line using an indentation.
FORMAT_FIRSTLINE_AND_HANGINGPARAGRAPH - Static variable in interface Text_To_FormattedText
Format option combining a first line indentation with a hanging paragraph.
FORMAT_HANGING_PARAGRAPH - Static variable in interface Text_To_FormattedText
Format option for text with all lines but the first line using an indentation (hanging paragraph).
FORMAT_NONE - Static variable in interface Text_To_FormattedText
Format option for no special formatting.
FormattingTupleWrapper - Interface in de.vandermeer.skb.interfaces
Wraps a formatting tuple object from SLF4J simplifying messages.

G

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
 
getAlignment() - Method in interface Text_To_FormattedText
Returns the required alignment, defaults to Text_To_FormattedText.ALIGN_JUSTIFIED_LEFT.
getAntlrObject() - Method in interface IsAntlrRuntimeObject
Returns the ANTLR runtime object.
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.
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
Returns the number of characters between a dropped capital letter and text lines, default to Text_To_FormattedText.DEFAULT_CHARS_BETWEEN_DROPCAP_AND_TEXT.
getClazzT() - Method in interface Object_To_Target
Returns the class for of the target type.
getCmd() - Method in interface StandardExampleAsCmd
Returns a string that can be used as a command to execute the example.
getCollectionStrategy() - Method in interface Text_To_FormattedText
Returns the collection strategy, defaults to Text_To_FormattedText.DEFAULT_COLLECTION_STRATEGY.
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.
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.
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
getDropCap() - Method in interface Text_To_FormattedText
Returns the dropped capital letter used if such format is required.
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
Returns the first line indentation, defaults to Text_To_FormattedText.DEFAULT_FIRSTLINE_INDENTATION.
getFormat() - Method in interface Text_To_FormattedText
Returns the required format, defaults to Text_To_FormattedText.FORMAT_NONE.
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
Returns the hanging paragraph indentation, defaults to Text_To_FormattedText.DEFAULT_HANGING_INDENTATION.
getHeading() - Method in interface HasHeading
Returns a heading.
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
Returns the in-text whitespace character, defaults to Text_To_FormattedText.DEFAULT_INNER_WHITESPACE_CHARACTER.
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
Returns the left padding character, defaults to Text_To_FormattedText.DEFAULT_LEFT_PADDING_CHARACTER.
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
Returns the lines added after a dropped capital letter, defaults to Text_To_FormattedText.DEFAULT_LINES_AFTER_DROPCAP.
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.
getLongestLineLength() - Method in interface HasLongestLine
Returns the length of the longest line.
getMapping() - Method in enum TextAlignment
Returns a mapping to the alignment options defined in Text_To_FormattedText.
getMapping() - Method in enum TextFormat
Returns a mapping to the alignment options defined in Text_To_FormattedText.
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.
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.
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
Returns the right padding character, defaults to Text_To_FormattedText.DEFAULT_RIGHT_PADDING_CHARACTER.
getSource() - Method in interface StandardExample
Returns the original source code of the example.
getST() - Method in interface IsST
Returns the ST object.
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
Returns the text width, defaults to Text_To_FormattedText.DEFAULT_TEXT_WIDTH.
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.
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.

H

hasCells() - Method in interface IsTableRow
Tests if the row has cells, if it is a content row.
HasDescription - Interface in de.vandermeer.skb.interfaces.categories.has
Interface of objects that have a description.
hasErrorReports() - Method in interface Coin
Tests if the coin has errors to report.
hasErrorReports() - Method in interface TailsErrorWithErrors
 
hasErrorReports() - Method in interface TailsNullWithErrors
 
hasErrors() - Method in interface IsErrorSet
Tests if errors have been added.
HasErrorSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
Things that “have” an error message set.
HasHeading - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have a heading.
HashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
Strategy for a hash map.
HashSetStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.set
Strategy for a hash set.
HashtableStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.hashtable
Strategy for a hash table.
hasInfoReports() - Method in interface Coin
Tests if the coin has information to report.
hasInfoReports() - Method in interface HeadsSuccessWithInfo
 
hasInformation() - Method in interface IsInfoSet
Tests if infos have been added.
HasInfoSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
Things that “have” an information message set.
HasLongestLine - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that have lines to retrieve the longest line, before any possible manipulation as for instance redner to a given length.
HasMessageSet - Interface in de.vandermeer.skb.interfaces.messagesets
Interface for objects that have message sets.
HasObjectContext - Interface in de.vandermeer.skb.interfaces.objctxt
Interface for objects that have a context object.
HasPrompt - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have a prompt.
HasRenderContext - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that use a render context.
HasRenderer - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that have a renderer.
HasText - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that do provide a text representation.
HasTextCluster - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that do provide a cluster (iterable, iterator, and array) of text as textual representation.
HasToDoc - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have a to-documentation method.
HasToLog - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have special log methods.
HasToLogContainment - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have special log methods.
HasToLogForValues - Interface in de.vandermeer.skb.interfaces.categories.has
Interface for objects that have special log methods.
HasToStringStyle - Interface in de.vandermeer.skb.interfaces.categories.has
A ToStringStyle for objects with default style.
hasWarningReports() - Method in interface Coin
Tests if the coin has warnings to report.
hasWarningReports() - Method in interface HeadsSuccessWithWarnings
 
hasWarnings() - Method in interface IsWarningSet
Tests if warnings have been added.
HasWarningSet<M> - Interface in de.vandermeer.skb.interfaces.messagesets
Things that “have” a warning message set.
HeadsCoin<R> - Interface in de.vandermeer.skb.interfaces.coin
Base interface for a heads coin, something the returns a success with a value.
HeadsSuccess<R> - Interface in de.vandermeer.skb.interfaces.coin
A heads (success) coin with a value.
HeadsSuccessWithInfo<R,M> - Interface in de.vandermeer.skb.interfaces.coin
A heads (success) coin with a value and further information.
HeadsSuccessWithInfoAndWarnings<R,M> - Interface in de.vandermeer.skb.interfaces.coin
A heads (success) coin with a value with further information and some warnings.
HeadsSuccessWithWarnings<R,M> - Interface in de.vandermeer.skb.interfaces.coin
A heads (success) coin with a value and some warnings.
HtmlElementTranslator - Interface in de.vandermeer.skb.interfaces.translators
Interface for an HTML Element translator.

I

IdentityHashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
Strategy for an identity map.
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).
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 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.

J

justified(String, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines.
justified(String, int, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines.
justified(String, int, int, Character) - Static method in interface Text_To_FormattedText
Transforms text to justified lines.
justified(String, int, int, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
Transforms text to justified lines.
justifiedLeft(String, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being left aligned.
justifiedLeft(String, int, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being left aligned.
justifiedLeft(String, int, int, Character) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being left aligned.
justifiedLeft(String, int, int, Character, Character) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being left aligned.
justifiedLeft(String, int, int, Character, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being left aligned.
justifiedRight(String, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being right aligned.
justifiedRight(String, int, int) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being right aligned.
justifiedRight(String, int, int, Character) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being right aligned.
justifiedRight(String, int, int, Character, Character) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being right aligned.
justifiedRight(String, int, int, Character, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
Transforms text to justified lines, last line being right aligned.

L

left() - Method in interface SimplePair
Returns the value of the left hand side of the pair.
left(String, int) - Static method in interface Text_To_FormattedText
Transforms text to left aligned lines.
left(String, int, int) - Static method in interface Text_To_FormattedText
Transforms text to left aligned lines.
left(String, int, int, Character) - Static method in interface Text_To_FormattedText
Transforms text to left aligned lines.
left(String, int, int, Character, Character) - Static method in interface Text_To_FormattedText
Transforms text to left aligned lines.
left(String, int, int, Character, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
Transforms text to left aligned lines.
LETTERS - Static variable in interface Integer_To_RomanLiteral
Array of Roman number literals.
lhs() - Method in interface SimplePair
Returns the value of the left hand side of the pair.
LINEBREAK - Static variable in interface Text_To_WrappedFormat
The line break used for conditional line breaks.
LinkedBlockingDequeStategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a linked blocking deque (as queue).
LinkedBlockingDequeStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.deque
Strategy for a linked blocking deque.
LinkedBlockingQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a linked blocking queue.
LinkedHashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
Strategy for a linked hash map.
LinkedHashSetStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.set
Strategy for a linked hash set.
LinkedListStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.deque
Strategy for a linked list (as deque).
LinkedListStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.list
Strategy for a linked list.
LinkedListStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a linked list (as queue).
LinkedTransferQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a linked transfer queue.

M

Map_To_Text - Interface in de.vandermeer.skb.interfaces.transformers
Transforms a map into (well-formatted) text.
mapping - Variable in enum TextAlignment
A mapping to the alignment options in Text_To_FormattedText.
mapping - Variable in enum TextFormat
A mapping to the alignment options in Text_To_FormattedText.
MessageConsole - Class in de.vandermeer.skb.interfaces
Utilities for message input/output to a console using loggers.
MessageConsole() - Constructor for class MessageConsole
Constructor, throws exception since this class should not be instantiated.

N

Network - Interface in de.vandermeer.skb.interfaces
Methods to retrieve standard information from a network connection.
NUMBERS - Static variable in interface Integer_To_RomanLiteral
Array to convert numbers.

O

Object_To_StrBuilder - Interface in de.vandermeer.skb.interfaces.transformers
A null-safe transformer that takes an object and tries return a StrBuilder using various strategies.
Object_To_Target<T> - Interface in de.vandermeer.skb.interfaces.transformers
Converts an Object to a target type with several settings, for instance for null value and false value.

P

PRINT_DEBUG_MESSAGES - Static variable in class MessageConsole
Print info debug flag.
PRINT_ERROR_MESSAGES - Static variable in class MessageConsole
Print error message flag.
PRINT_INFO_MESSAGES - Static variable in class MessageConsole
Print info message flag.
PRINT_MESSAGES - Static variable in class MessageConsole
Print message flag.
PRINT_TRACE_MESSAGES - Static variable in class MessageConsole
Print info trace flag.
PRINT_WARNING_MESSAGES - Static variable in class MessageConsole
Print warning message flag.
PriorityBlockingQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a priority blocking queue.
PriorityQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a priority queue.
prompt() - Method in interface HasPrompt
Returns a prompt for an object.
PropertiesStrategy - Interface in de.vandermeer.skb.interfaces.strategies.maps.hashtable
Strategy for property map.

R

render() - Method in interface IsST
 
render() - Method in interface HeadsSuccessWithInfo
Renders the info set.
render() - Method in interface HeadsSuccessWithInfoAndWarnings
Renders the warnings and information sets.
render() - Method in interface HeadsSuccessWithWarnings
Renders the warning set.
render() - Method in interface TailsErrorWithErrors
Renders the error set.
render() - Method in interface TailsNullWithErrors
Renders the error set.
render() - Method in interface IsErrorSet
Renders the error set.
render() - Method in interface IsErrorSetFT
Renders the error set.
render() - Method in interface IsInfoSet
Renders the info set.
render() - Method in interface IsInfoSetFT
Renders the info set.
render() - Method in interface IsWarningSet
Renders the warning set.
render() - Method in interface IsWarningSetFT
Renders the warning set.
render() - Method in interface DoesRender
Renders an object for (text) output.
render(int) - Method in interface DoesRenderToWidth
Renders an object for (text) output.
renderAsArray() - Method in interface RendersToCluster
Returns an array view of the rendered object.
renderAsArray(int) - Method in interface RendersToClusterWidth
Returns an array view of the rendered object.
renderAsCollection() - Method in interface RendersToCluster
Returns a collection view of the rendered object.
renderAsCollection(int) - Method in interface RendersToClusterWidth
Returns a collection view of the rendered object.
renderAsIterable() - Method in interface RendersToCluster
Returns an iterable view of the rendered object.
renderAsIterable(int) - Method in interface RendersToClusterWidth
Returns an iterable view of the rendered object.
renderAsIterator() - Method in interface RendersToCluster
Returns an iterator view of the rendered object.
renderAsIterator(int) - Method in interface RendersToClusterWidth
Returns an iterator view of the rendered object.
RendersToCluster - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that provide a render method for text rendering resulting in a text cluster.
RendersToClusterWidth - Interface in de.vandermeer.skb.interfaces.render
Interface for objects that provide a render method for text rendering resulting in a text cluster with a width argument.
reportsErrors() - Method in interface Coin
Tests if the coin reports errors.
reportsErrors() - Method in interface TailsErrorWithErrors
 
reportsErrors() - Method in interface TailsNullWithErrors
 
reportsInfo() - Method in interface Coin
Tests if the coin reports information.
reportsInfo() - Method in interface HeadsSuccessWithInfo
 
reportsWarnings() - Method in interface Coin
Tests if the coin reports warnings.
reportsWarnings() - Method in interface HeadsSuccessWithWarnings
 
rhs() - Method in interface SimplePair
Returns the value of the right hand side of the pair.
right() - Method in interface SimplePair
Returns the value of the right hand side of the pair.
right(String, int) - Static method in interface Text_To_FormattedText
Transforms text to right aligned lines.
right(String, int, int) - Static method in interface Text_To_FormattedText
Transforms text to right aligned lines.
right(String, int, int, Character) - Static method in interface Text_To_FormattedText
Transforms text to right aligned lines.
right(String, int, int, Character, Character) - Static method in interface Text_To_FormattedText
Transforms text to right aligned lines.
right(String, int, int, Character, Character, IsCollectionStrategy<?, StrBuilder>) - Static method in interface Text_To_FormattedText
Transforms text to right aligned lines.
runExample(StandardExample) - Method in interface StandardExampleRunner
Runs an example showing output with frames.
runExampleWithCode(StandardExample) - Method in interface StandardExampleRunner
Runs an example, first showing the source code and then output with frames.

S

setLineWidth(int) - Method in interface IsRenderContext
Sets the maximum width of a line.
showOutput() - Method in interface StandardExample
Shows the output of the example.
SimplePair<LHS,RHS> - Interface in de.vandermeer.skb.interfaces
A pair of things, with a left and a right hand side (or left and right).
Sleep - Interface in de.vandermeer.skb.interfaces
A simple sleep method.
sleep(int) - Static method in interface Sleep
Puts a process into sleep for some milliseconds.
StackStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.list
Strategy for a stack.
StandardExample - Interface in de.vandermeer.skb.interfaces
A standard example with show (example output) and source (example code as quine).
StandardExampleAsCmd - Interface in de.vandermeer.skb.interfaces
A standard example with show (example output) and source (example code as quine) and provides a command.
StandardExampleRunner - Interface in de.vandermeer.skb.interfaces
Utility for running examples.
StrBuilder_To_String - Interface in de.vandermeer.skb.interfaces.transformers
Converts an StrBuilder to a string.
String_To_Boolean - Interface in de.vandermeer.skb.interfaces.transformers
Converts a String to a Boolean.
String_To_Centered - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a centered string of given length.
String_To_ConditionalBreak - Interface in de.vandermeer.skb.interfaces.transformers
Converts a String to a String array processing conditional line breaks.
String_To_Justified - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a justified string of given length.
String_To_LeftPadded - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a left-padded string of given length.
String_To_NoHorWs - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a string without excessive horizontal whitespace character.
String_To_NoWs - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a string without any excessive whitespace characters.
String_To_RightPadded - Interface in de.vandermeer.skb.interfaces.transformers.textformat
Converts a string to a right-padded string of given length.
SynchronousQueueStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.queue
Strategy for a synchronous queue.

T

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.

V

validate() - Method in interface IsST
Validates the ST for expected arguments.
validate() - Method in interface IsSTGroup
Validates the STGroup for expected chunks.
valueOf(String) - Static method in enum TableRowStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum TableRowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum TextFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum TableRowStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum TableRowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum TextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VectorStrategy<T> - Interface in de.vandermeer.skb.interfaces.strategies.collections.list
Strategy for a vector.

W

WeakHashMapStrategy<K,V> - Interface in de.vandermeer.skb.interfaces.strategies.maps.abstractmap
Strategy for a weak hash map.
A C D E F G H I J L M N O P R S T V W 
Skip navigation links
SKB Interfaces: 0.0.1

Copyright © 2016–2017. All rights reserved.