A B C D E F G H I J K L M N O P R S T U V W 

A

abbreviate(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviateMiddle(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
add(Node) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
add(Node) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
add(Symbol<Value>, FormatParser<Value>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolParser.Builder
Add a symbol and associated parser.
add(Symbol<String>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolParser.Builder
Add a String symbol and the default no-op parser.
add(Symbol<Value>, Format<Value>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolTranslator.Builder
Add a symbol and associated format.
add(Symbol<String>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolTranslator.Builder
Add a String symbol and the default no-op format.
add(Symbol<Value>, FormatWriter<Value>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolWriter.Builder
Add a symbol and associated writer.
add(Symbol<String>) - Method in interface com.stevewedig.blog.symbol.translate.SymbolWriter.Builder
Add a String symbol and the default no-op writer.
addAll(Collection<? extends Node>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
addAll(Collection<? extends Node>) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
AlreadyContained - Exception in com.stevewedig.blog.errors
Thrown when a container already contains an item or key.
AlreadyContained() - Constructor for exception com.stevewedig.blog.errors.AlreadyContained
 
AlreadyContained(String, Object...) - Constructor for exception com.stevewedig.blog.errors.AlreadyContained
 
ancestorIdGraph(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
 
ancestorIdGraph(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
 
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
ancestorIdGraph(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's ancestor id graph (its, parents' parents, and so on).
ancestorIdGraph(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's ancestor id graph (their parents, parents' parents, and so on).
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdGraph(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
 
ancestorIdGraph(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
 
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
ancestorIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
ancestorIdIterable(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's ancestor id iterable (its parents, parents' parents, and so on).
ancestorIdIterable(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's ancestor id iterable (their parents, parents' parents, and so on).
ancestorIdIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorIdIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorIdList(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
Getting an id's ancestor id list, with the root id first and the id's parent id last.
ancestorIdList(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
ancestorIdList(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
ancestorIdSet(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's ancestor id set (its parents, parents' parents, and so on).
ancestorIdSet(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's ancestor id set (their parents, parents' parents, and so on).
ancestorIdSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
ancestorIdSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorIdSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorNodeIterable(Id, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's ancestor node iterable (its parents, parents' parents, and so on).
ancestorNodeIterable(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id set's ancestor node iterable (their parents, parents' parents, and so on).
ancestorNodeIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorNodeIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorNodeList(Id, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Tree
Getting an id's ancestor node list, with the root node first and the id's parent node last.
ancestorNodeList(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
ancestorNodeSet(Id, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's ancestor node set (its parents, parents' parents, and so on).
ancestorNodeSet(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id set's ancestor node set (their parents, parents' parents, and so on).
ancestorNodeSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ancestorNodeSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
appendIfMissing(String, CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end with any the suffixes.
appendIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end, case insensitive, with any of the suffixes.
apply() - Method in interface com.stevewedig.blog.util.LambdaLib.Act0
 
apply(A) - Method in interface com.stevewedig.blog.util.LambdaLib.Act1
 
apply(A, B) - Method in interface com.stevewedig.blog.util.LambdaLib.Act2
 
apply(A, B, C) - Method in interface com.stevewedig.blog.util.LambdaLib.Act3
 
apply(A, B, C, D) - Method in interface com.stevewedig.blog.util.LambdaLib.Act4
 
apply(A, B, C, D, E) - Method in interface com.stevewedig.blog.util.LambdaLib.Act5
 
apply(A, B, C, D, E, F) - Method in interface com.stevewedig.blog.util.LambdaLib.Act6
 
apply(A, B, C, D, E, F, G) - Method in interface com.stevewedig.blog.util.LambdaLib.Act7
 
apply(A, B, C, D, E, F, G, H) - Method in interface com.stevewedig.blog.util.LambdaLib.Act8
 
apply(A, B, C, D, E, F, G, H, I) - Method in interface com.stevewedig.blog.util.LambdaLib.Act9
 
apply() - Method in interface com.stevewedig.blog.util.LambdaLib.Fn0
 
apply(A) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn1
 
apply(A, B) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn2
 
apply(A, B, C) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn3
 
apply(A, B, C, D) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn4
 
apply(A, B, C, D, E) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn5
 
apply(A, B, C, D, E, F) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn6
 
apply(A, B, C, D, E, F, G) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn7
 
apply(A, B, C, D, E, F, G, H) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn8
 
apply(A, B, C, D, E, F, G, H, I) - Method in interface com.stevewedig.blog.util.LambdaLib.Fn9
 
array(Object...) - Method in class com.stevewedig.blog.value_objects.ObjectMixin
Convenience method so subclasses can implement fields() by returning array("field1", field1, "field2", field2, ...).
ArrayUtils - Class in com.stevewedig.blog.apache.commons.lang3
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
ArrayUtils instances should NOT be constructed in standard programming.
assertEquals(Set<Item>, Set<Item>) - Static method in class com.stevewedig.blog.util.SetLib
Assert that two sets are equal, identifying missing and unexpected items if they are not.
assertIdsEqual(ImmutableSet<Id>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Assert that a graph contains exactly these ids.
assertIdsEqual(Id[]) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Assert that a graph contains exactly these ids.
assertIdsEqual(ImmutableSet<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
assertIdsEqual(Id[]) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
assertIdsEqual(ImmutableSet<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
assertIdsEqual(Id[]) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
assertIsEmpty(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertIsEmpty(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertNotEmpty(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertNotEmpty(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertSizeIsEven(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertSizeIsEven(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertSizeIsOdd(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertSizeIsOdd(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
assertStateEquals(HasObjectHelper) - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Used to compare the state of entity objects or value objects with different classes.
assertStateEquals(HasObjectHelper, HasObjectHelper) - Static method in class com.stevewedig.blog.value_objects.ObjectHelperLib
Assert that two objects with helpers have the same state.
assertStateNotEquals(HasObjectHelper) - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Used to compare the state of entity objects or value objects with different classes.
assertStateNotEquals(HasObjectHelper, HasObjectHelper) - Static method in class com.stevewedig.blog.value_objects.ObjectHelperLib
Assert that two objects with helpers have different state.

B

BaseNode<Id> - Interface in com.stevewedig.blog.digraph.node
A node that knows its own id.
boolFlagFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A Boolean format using 0 or 1.
boolJsonFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A Boolean format using true or false.
breadthIdIterable() - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
A breadth first id iterable.
breadthIdIterable() - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
breadthIdIterable() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
breadthIdList() - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
A breadth first id list.
breadthIdList() - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
breadthIdList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
breadthNodeIterable() - Method in interface com.stevewedig.blog.digraph.node_graph.Dag
A breadth first node iterable.
breadthNodeIterable() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
breadthNodeList() - Method in interface com.stevewedig.blog.digraph.node_graph.Dag
A breadth first node list.
breadthNodeList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
Bug - Exception in com.stevewedig.blog.errors
Thrown when we have a bug in the code.
Bug() - Constructor for exception com.stevewedig.blog.errors.Bug
 
Bug(String, Object...) - Constructor for exception com.stevewedig.blog.errors.Bug
 
build() - Method in interface com.stevewedig.blog.symbol.translate.SymbolParser.Builder
Create the SymbolParser.
build() - Method in interface com.stevewedig.blog.symbol.translate.SymbolTranslator.Builder
Create the SymbolTranslator.
build() - Method in interface com.stevewedig.blog.symbol.translate.SymbolWriter.Builder
Create the SymbolWriter.
bus() - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolBus.

C

cast(Object) - Static method in class com.stevewedig.blog.util.CastLib
Cast a value to the Value parameter, which can be inferred from an assignment.
CastLib - Class in com.stevewedig.blog.util
Casting related utilities.
CastLib() - Constructor for class com.stevewedig.blog.util.CastLib
 
center(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size.
chain(Format<A>, Translator<A, B>) - Static method in class com.stevewedig.blog.translate.FormatLib
Chain together a format and a translator to create the combined format.
CharSequenceUtils - Class in com.stevewedig.blog.apache.commons.lang3
Operations on CharSequence that are null safe.
CharSequenceUtils() - Constructor for class com.stevewedig.blog.apache.commons.lang3.CharSequenceUtils
CharSequenceUtils instances should NOT be constructed in standard programming.
CharUtils - Class in com.stevewedig.blog.apache.commons.lang3
Operations on char primitives and Character objects.
CharUtils() - Constructor for class com.stevewedig.blog.apache.commons.lang3.CharUtils
CharUtils instances should NOT be constructed in standard programming.
childIdListLambda() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
childIds() - Method in interface com.stevewedig.blog.digraph.node.DownNode
The node's child ids.
childIds() - Method in class com.stevewedig.blog.digraph.node.DownNodeClass
 
childIdSet(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's child ids.
childIdSet(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
childIdSet(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
childNodeSet(Id) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's child node set.
childNodeSet(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
chomp(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone.
chop(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Remove the last character from a String.
classAndFieldValues() - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Exposed for class and state comparison.
classAndStateEquals(Object) - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Implements equals for value objects
classAndStateHash() - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Implements hashCode for value objects
classAndStateString(Class<?>, Object...) - Static method in class com.stevewedig.blog.util.StrLib
For implementing toString() to print an object's state.
classAndStateString(String, Object...) - Static method in class com.stevewedig.blog.util.StrLib
For implementing toString() to print an object's state.
classAndStateString() - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Implements toString for both entity and value objects
clear() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
clear() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
clear() - Method in interface com.stevewedig.blog.symbol.TypeMap
Empty the map.
CollectLib - Class in com.stevewedig.blog.util
Collection related utilities.
CollectLib() - Constructor for class com.stevewedig.blog.util.CollectLib
 
com.stevewedig.blog.apache.commons.lang3 - package com.stevewedig.blog.apache.commons.lang3
 
com.stevewedig.blog.digraph.alg - package com.stevewedig.blog.digraph.alg
 
com.stevewedig.blog.digraph.errors - package com.stevewedig.blog.digraph.errors
 
com.stevewedig.blog.digraph.id_graph - package com.stevewedig.blog.digraph.id_graph
 
com.stevewedig.blog.digraph.node - package com.stevewedig.blog.digraph.node
 
com.stevewedig.blog.digraph.node_graph - package com.stevewedig.blog.digraph.node_graph
 
com.stevewedig.blog.digraph.node_graph_partial - package com.stevewedig.blog.digraph.node_graph_partial
 
com.stevewedig.blog.errors - package com.stevewedig.blog.errors
 
com.stevewedig.blog.symbol - package com.stevewedig.blog.symbol
 
com.stevewedig.blog.symbol.translate - package com.stevewedig.blog.symbol.translate
 
com.stevewedig.blog.translate - package com.stevewedig.blog.translate
 
com.stevewedig.blog.util - package com.stevewedig.blog.util
 
com.stevewedig.blog.value_objects - package com.stevewedig.blog.value_objects
 
compare(T, T) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
compare(T, T, boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
ConfigFormat - Interface in com.stevewedig.blog.symbol.translate
A "type alias" binding Format's Model to Map<String, String>.
CONST(boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(byte) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(short) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(long) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(float) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(T) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST_BYTE(int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST_SHORT(int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
This method returns the provided value unchanged.
contains(long[], long) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(char[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search character, handling null.
contains(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence, handling null.
contains(Object) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
contains(Symbol<?>) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Is the symbol a key in the SymbolMap?
containsAll(Collection<?>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
containsAny(CharSequence, char...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsCycle() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Whether the digraph contains a cycle.
containsCycle() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
containsCycle() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
containsIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case, handling null.
containsKey(Class<?>) - Method in interface com.stevewedig.blog.symbol.TypeMap
Is there a value associated with a type?
containsNodeForId(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
containsNodeForId(Id) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Whether a node is associated with this id.
containsNone(CharSequence, char...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsNone(CharSequence, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsOnly(CharSequence, char...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsOnly(CharSequence, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsWhitespace(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Check whether the given CharSequence contains any whitespace characters.
countMatches(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Counts how many times the substring appears in the larger string.
countMatches(CharSequence, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Counts how many times the char appears in the given string.
CR - Static variable in class com.stevewedig.blog.apache.commons.lang3.CharUtils
carriage return CR ('\r').
CR - Static variable in class com.stevewedig.blog.apache.commons.lang3.StringUtils
A String for carriage return CR ("\r").

D

Dag<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph
A dag containing nodes.
dag(IdDag<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from the nested IdDag (the arc structure) and the mapping between id and node.
dag(IdDag<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from the nested IdDag (the arc structure) and the mapping between id and node.
DagCannotHaveCycle - Exception in com.stevewedig.blog.digraph.errors
 
DagCannotHaveCycle() - Constructor for exception com.stevewedig.blog.digraph.errors.DagCannotHaveCycle
 
DagCannotHaveCycle(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.DagCannotHaveCycle
 
DagClass<Id,Node> - Class in com.stevewedig.blog.digraph.node_graph
An implementation of Dag.
DagClass(IdDag<Id>, ImmutableBiMap<Id, Node>, boolean) - Constructor for class com.stevewedig.blog.digraph.node_graph.DagClass
 
DagLib - Class in com.stevewedig.blog.digraph.node_graph
A library for creating Dags (digraphs containing nodes).
DagLib() - Constructor for class com.stevewedig.blog.digraph.node_graph.DagLib
 
defaultIfBlank(T, T) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or null, the value of defaultStr.
defaultIfEmpty(T, T) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null, the value of defaultStr.
defaultIfNull(T, T) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Returns a default value if the object passed is null.
defaultString(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Returns either the passed in String, or if the String is null, the value of defaultStr.
deleteWhitespace(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
depth(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
Getting the size of an id's ancestor list.
depth(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
depth(Id) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
depthIdIterable() - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
A depth first id iterable.
depthIdIterable() - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
depthIdIterable() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
depthIdList() - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
A depth first id list.
depthIdList() - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
depthIdList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
depthNodeIterable() - Method in interface com.stevewedig.blog.digraph.node_graph.Dag
A depth first node iterable.
depthNodeIterable() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
depthNodeList() - Method in interface com.stevewedig.blog.digraph.node_graph.Dag
A depth first node list.
depthNodeList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
descendantIdGraph(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
 
descendantIdGraph(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
 
descendantIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
descendantIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
descendantIdGraph(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's descendant id graph (its children, childrens' children, and so on).
descendantIdGraph(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's descendant id graph (their children, childrens' children, and so on).
descendantIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
descendantIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
descendantIdGraph(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdGraph(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdIterable(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's descendant id iterable (its children, childrens' children, and so on).
descendantIdIterable(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's descendant id iterable (their children, childrens' children, and so on).
descendantIdIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdSet(Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's descendant id set (its children, childrens' children, and so on).
descendantIdSet(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id set's descendant id set (their children, childrens' children, and so on).
descendantIdSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
descendantIdSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantIdTree(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
 
descendantIdTree(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
descendantIdTree(Id) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
descendantNodeIterable(Id, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's descendant node iterable (its children, childrens' children, and so on).
descendantNodeIterable(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id set's descendant node iterable (their children, childrens' children, and so on).
descendantNodeIterable(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantNodeIterable(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantNodeSet(Id, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's descendant node set (its children, childrens' children, and so on).
descendantNodeSet(Set<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id set's descendant node set (their children, childrens' children, and so on).
descendantNodeSet(Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
descendantNodeSet(Set<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
difference(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares two Strings, and returns the portion where they differ.
doubleFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A Double format using Double.parseDouble.
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from the union of multiple DownNode sets (remember that Dag<Node> extends Set<Node>).
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from the union of multiple DownNode sets (remember that Graph<Node> extends Set<Node>).
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from the union of multiple DownNode sets (remember that Tree<Node> extends Set<Node>).
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from the union of multiple DownNode sets (remember that PartialDag<Node> extends Set<Node>).
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from the union of multiple DownNode sets (remember that PartialGraph<Node> extends Set<Node>).
down(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an DownNode set.
down(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an DownNode iterable.
down(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an DownNode array.
down(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from the union of multiple DownNode sets (remember that PartialTree<Node> extends Set<Node>).
DownNode<Id> - Interface in com.stevewedig.blog.digraph.node
A digraph node that knows its own id and its child ids.
downNode(Id, Iterable<Id>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Create a DownNode from its id and a child id iterable.
downNode(Id, Id...) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Create a DownNode from its id and a child id varargs array.
DownNodeClass<Id> - Class in com.stevewedig.blog.digraph.node
An implementation of DownNode.
DownNodeClass(Id, ImmutableSet<Id>) - Constructor for class com.stevewedig.blog.digraph.node.DownNodeClass
 
DownNodeLib - Class in com.stevewedig.blog.digraph.node
A library with tools for manipulating DownNodes.
DownNodeLib() - Constructor for class com.stevewedig.blog.digraph.node.DownNodeLib
 

E

EMPTY - Static variable in class com.stevewedig.blog.apache.commons.lang3.StringUtils
The empty String "".
EMPTY_BOOLEAN_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
An empty immutable String array.
emptySchema - Static variable in class com.stevewedig.blog.symbol.SymbolLib
An empty SymbolSchema fly weight.
endsWith(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Check if a CharSequence ends with a specified suffix.
endsWithAny(CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Check if a CharSequence ends with any of an array of specified strings.
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case insensitive check if a CharSequence ends with a specified suffix.
EntityMixin - Class in com.stevewedig.blog.value_objects
Mixin for entity objects that implements toString()
EntityMixin() - Constructor for class com.stevewedig.blog.value_objects.EntityMixin
 
equals(Object, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.equals(Object, Object) in Java 7 and will be removed from future releases.
equals(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters.
equals(Object) - Method in class com.stevewedig.blog.value_objects.ValueMixin
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters, ignoring case.
ErrorMixin - Exception in com.stevewedig.blog.errors
Extends RuntimeException with convenient constructors.
ErrorMixin() - Constructor for exception com.stevewedig.blog.errors.ErrorMixin
 
ErrorMixin(String, Object...) - Constructor for exception com.stevewedig.blog.errors.ErrorMixin
 
ErrorMixin(Exception) - Constructor for exception com.stevewedig.blog.errors.ErrorMixin
 

F

fieldMap() - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Exposed for conveninece.
fields() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
fields() - Method in class com.stevewedig.blog.digraph.node.DownNodeClass
 
fields() - Method in class com.stevewedig.blog.digraph.node.UpNodeClass
 
fields() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
fields() - Method in class com.stevewedig.blog.value_objects.ObjectMixin
An array of alternating field names and field values.
fieldValues() - Method in interface com.stevewedig.blog.value_objects.ObjectHelper
Exposed for state comparison.
filterIdGraph(Set<Id>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
 
filterIdGraph(Set<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
filterIdGraph(Set<Id>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Filter a graph by only keep the specified ids and arcs between these ids.
filterIdGraph(Set<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
filterIdGraph(Set<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
filterIdGraph(Set<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
filterKeysAndValues(SetMultimap<Item, Item>, Predicate<Item>) - Static method in class com.stevewedig.blog.util.MultimapLib
Filtering the entries in a multimap containing keys and values of the same type.
filterParentMap(Set<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
firstNonNull(T...) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Returns the first value in the array which is not null.
floatFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A Float format using Float.parseFloat.
fluid() - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get a SymbolMap.Fluid copy.
format(ConfigFormat, SymbolTranslator) - Static method in class com.stevewedig.blog.symbol.translate.SymbolFormatLib
Creating SymbolFormat by chaining together a ConfigFormat and a SymbolTranslator.
Format<Model> - Interface in com.stevewedig.blog.translate
A "type alias" binding Translator's Syntax to String.
format - Static variable in class com.stevewedig.blog.util.PropLib
A ConfigFormat backed by Java's properties file format.
format(String) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
format(String, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s".
FormatLib - Class in com.stevewedig.blog.translate
Format related utilities and common formats such as str, int, bool, etc.
FormatLib() - Constructor for class com.stevewedig.blog.translate.FormatLib
 
formatN(String, Object...) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of Object.format that only supports "%s", accepting a varargs array.
FormatParser<Model> - Interface in com.stevewedig.blog.translate
A "type alias" binding Parser's Syntax to String.
FormatWriter<Model> - Interface in com.stevewedig.blog.translate
A "type alias" binding Writer's Syntax to String.
fromChildMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from the dag's id set and a mapping from id to child ids (specified as a multimap).
fromChildMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from a mapping from id to child ids (specified as a multimap), assuming all ids are in that mapping.
fromChildMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from the dag's id set and a mapping from id to child ids (specified as alternating keys and values).
fromChildMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from a mapping from id to child ids (specified as alternating keys and values), assuming all ids are in that mapping.
fromChildMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from the graph's id set and a mapping from id to child ids (specified as a multimap).
fromChildMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from a mapping from id to child ids (specified as a multimap), assuming all ids are in that mapping.
fromChildMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from the graph's id set and a mapping from id to child ids (specified as alternating keys and values).
fromChildMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from a mapping from id to child ids (specified as alternating keys and values), assuming all ids are in that mapping.
fromChildMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from the tree's id set and a mapping from id to child ids (specified as a multimap).
fromChildMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from a mapping from id to child ids (specified as a multimap), assuming all ids are in that mapping.
fromChildMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from the tree's id set and a mapping from id to child ids (specified as alternating keys and values).
fromChildMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from a mapping from id to child ids (specified as alternating keys and values), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from the dag's id set and a mapping from id to parent ids (specified as a multimap).
fromParentMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from a mapping from id to parent ids (specified as a multimap), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from the dag's id set and a mapping from id to parent ids (specified as alternating keys and values).
fromParentMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdDagLib
Create an IdDag from a mapping from id to parent ids (specified as alternating keys and values), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from the graph's id set and a mapping from id to parent ids (specified as a multimap).
fromParentMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from a mapping from id to parent ids (specified as a multimap), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from the graph's id set and a mapping from id to parent ids (specified as alternating keys and values).
fromParentMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdGraphLib
Create an IdGraph from a mapping from id to parent ids (specified as alternating keys and values), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from the tree's id set and a mapping from id to parent ids (specified as a multimap).
fromParentMap(Multimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from a mapping from id to parent ids (specified as a multimap), assuming all ids are in that mapping.
fromParentMap(Set<Id>, Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from the tree's id set and a mapping from id to parent ids (specified as alternating keys and values).
fromParentMap(Id...) - Static method in class com.stevewedig.blog.digraph.id_graph.IdTreeLib
Create an IdTree from a mapping from id to parent ids (specified as alternating keys and values), assuming all ids are in that mapping.

G

genListFormat(Format<Item>, String) - Static method in class com.stevewedig.blog.translate.FormatLib
A function for creating List formats.
genSetFormat(Format<Item>, String) - Static method in class com.stevewedig.blog.translate.FormatLib
A function for creating Set formats.
get(Symbol<Value>) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol.
get(Class<Value>) - Method in interface com.stevewedig.blog.symbol.TypeMap
Get the value associated with a type.
get(Map<?, ?>, Object) - Static method in class com.stevewedig.blog.util.CastLib
Get a value from a map, and cast it to the Value parameter, which can be inferred from an assignment.
getCommonPrefix(String...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
getDefault(Symbol<Value>, Value) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol, or the defaultValue if it is missing, or the defaultValue if the value is null.
getDefault(Symbol<Value>, Value, boolean) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol, or the defaultValue if it is missing, or the defaultValue if its null and adaptNull = true.
getId(Node) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
getId(Node) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Getting the id associated with a node.
getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Find the Jaro Winkler Distance which indicates the similarity score between two Strings.
getLevenshteinDistance(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Find the Levenshtein distance between two Strings.
getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Find the Levenshtein distance between two Strings if it's less than or equal to a given threshold.
getNode(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
getNode(Id) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Getting the node associated with an id.
getNullable(Symbol<Value>) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol, or null if it is missing.
getOptional(Symbol<Value>) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol, or Optional.absent if it is missing, or Optional.absent if the value is null.
getOptional(Symbol<Value>, boolean) - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get the value associated with a symbol, or Optional.absent if it is missing, or Optional.absent if the value is null and adaptTrue = true.
Graph<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph
A digraph containing nodes.
graph(IdGraph<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from the nested IdGraph (the arc structure) and the mapping between id and node.
graph(IdGraph<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from the nested IdGraph (the arc structure) and the mapping between id and node.
GraphClass<Id,Node> - Class in com.stevewedig.blog.digraph.node_graph
An implementation of Graph.
GraphClass(IdGraph<Id>, ImmutableBiMap<Id, Node>, boolean) - Constructor for class com.stevewedig.blog.digraph.node_graph.GraphClass
 
GraphHadUnexpectedIds - Exception in com.stevewedig.blog.digraph.errors
 
GraphHadUnexpectedIds() - Constructor for exception com.stevewedig.blog.digraph.errors.GraphHadUnexpectedIds
 
GraphHadUnexpectedIds(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.GraphHadUnexpectedIds
 
GraphIsMissingNodes - Exception in com.stevewedig.blog.digraph.errors
 
GraphIsMissingNodes() - Constructor for exception com.stevewedig.blog.digraph.errors.GraphIsMissingNodes
 
GraphIsMissingNodes(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.GraphIsMissingNodes
 
GraphLib - Class in com.stevewedig.blog.digraph.node_graph
A library for creating Graphs (digraphs containing nodes).
GraphLib() - Constructor for class com.stevewedig.blog.digraph.node_graph.GraphLib
 

H

hashCode(Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hashCode(Object) in Java 7 and will be removed in future releases
hashCode() - Method in class com.stevewedig.blog.value_objects.ValueMixin
 
hashCodeMulti(Object...) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hash(Object...) in Java 7 an will be removed in future releases.
HasObjectHelper - Interface in com.stevewedig.blog.value_objects
An object with an ObjectHelper, which will usually be in instance of ValueMixin or EntityMixin.
helper(Class<?>, Object...) - Static method in class com.stevewedig.blog.value_objects.ObjectHelperLib
Create an object helper.

I

id() - Method in interface com.stevewedig.blog.digraph.node.BaseNode
The node's id.
id() - Method in class com.stevewedig.blog.digraph.node.DownNodeClass
 
id() - Method in class com.stevewedig.blog.digraph.node.UpNodeClass
 
id__childIds() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The mapping from id to child ids.
id__childIds() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
id__childIds() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
id__node() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
id__node() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
The mapping between id and node.
id__parentIds() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The mapping from id to parent ids.
id__parentIds() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
id__parentIds() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
IdDag<Id> - Interface in com.stevewedig.blog.digraph.id_graph
A dag containing ids.
IdDagClass<Id> - Class in com.stevewedig.blog.digraph.id_graph
An implementation of IdDag.
IdDagClass(ImmutableSet<Id>, ImmutableSetMultimap<Id, Id>) - Constructor for class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
IdDagLib - Class in com.stevewedig.blog.digraph.id_graph
A library for creating IdDags.
IdDagLib() - Constructor for class com.stevewedig.blog.digraph.id_graph.IdDagLib
 
identityToString(Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
identityToString(Appendable, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuffer, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuilder, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
IdGraph<Id> - Interface in com.stevewedig.blog.digraph.id_graph
A digraph containing ids.
idGraph() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
idGraph() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
idGraph() - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
idGraph() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialDag
The internal id dag.
idGraph() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
The internal id graph.
idGraph() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialTree
The internal id tree.
IdGraphClass<Id> - Class in com.stevewedig.blog.digraph.id_graph
An implementation of IdGraph.
IdGraphClass(ImmutableSet<Id>, ImmutableSetMultimap<Id, Id>) - Constructor for class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
IdGraphLib - Class in com.stevewedig.blog.digraph.id_graph
A library for creating IdGraphs.
IdGraphLib() - Constructor for class com.stevewedig.blog.digraph.id_graph.IdGraphLib
 
idIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Static method in class com.stevewedig.blog.digraph.alg.TraverseLib
Generic digraph traversal as an id iterable.
idIterator(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Static method in class com.stevewedig.blog.digraph.alg.TraverseLib
Generic digraph traversal as an id iterator.
idSet() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The set of ids.
idSet() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
idSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
idSize() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The number of ids.
idSize() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
idSize() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
IdTree<Id> - Interface in com.stevewedig.blog.digraph.id_graph
A tree containing ids.
IdTreeClass<Id> - Class in com.stevewedig.blog.digraph.id_graph
An implementation of IdTree.
IdTreeClass(ImmutableSet<Id>, ImmutableSetMultimap<Id, Id>) - Constructor for class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
IdTreeLib - Class in com.stevewedig.blog.digraph.id_graph
A library for creating IdTrees.
IdTreeLib() - Constructor for class com.stevewedig.blog.digraph.id_graph.IdTreeLib
 
INDEX_NOT_FOUND - Static variable in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
The index value when an element is not found in a list or array: -1.
INDEX_NOT_FOUND - Static variable in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Represents a failed index search.
indexOf(long[], long) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(long[], long, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(int[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(short[], short, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(char[], char, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(double[], double, double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(float[], float, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence from a start position, handling null.
indexOf(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOfAny(CharSequence, char...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAny(CharSequence, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAny(CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Find the first index of any of a set of potential substrings.
indexOfAnyBut(CharSequence, char...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Searches a CharSequence to find the first index of any character not in the given set of characters.
indexOfAnyBut(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character not in the given set of characters.
indexOfDifference(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares two CharSequences, and returns the index at which the CharSequences begin to differ.
indexOfDifference(CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Compares all CharSequences in an array and returns the index at which the CharSequences begin to differ.
indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case in-sensitive find of the first index within a CharSequence.
indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case in-sensitive find of the first index within a CharSequence from the specified position.
intCommaListFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
An Integer ImmutableList format with comma delimiters.
intCommaSetFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
An Integer ImmutableSet format with comma delimiters.
intFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
An Integer format using Integer.parseInt.
InvalidSymbols - Exception in com.stevewedig.blog.symbol
Thrown by SymbolSchema when validation fails.
InvalidSymbols() - Constructor for exception com.stevewedig.blog.symbol.InvalidSymbols
 
InvalidSymbols(String, Object...) - Constructor for exception com.stevewedig.blog.symbol.InvalidSymbols
 
isAllLowerCase(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only lowercase characters.
isAllUpperCase(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only uppercase characters.
isAlpha(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters.
isAlphanumeric(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters or digits.
isAlphanumericSpace(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters, digits or space (' ').
isAlphaSpace(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters and space (' ').
isAncestorOf(Id, Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Whether an id is a ancestor of another id.
isAncestorOf(Id, Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isAncestorOf(Id, Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isAnyBlank(CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if any one of the CharSequences are blank ("") or null and not whitespace only..
isAnyEmpty(CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if any one of the CharSequences are empty ("") or null.
isAscii(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit.
isAsciiAlpha(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic.
isAsciiAlphaLower(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic lower case.
isAsciiAlphanumeric(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit numeric.
isAsciiAlphaUpper(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic upper case.
isAsciiControl(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit control.
isAsciiNumeric(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit numeric.
isAsciiPrintable(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Checks whether the character is ASCII 7 bit printable.
isAsciiPrintable(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only ASCII printable characters.
isBlank(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if a CharSequence is whitespace, empty ("") or null.
isChildOf(Id, Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Whether an id is a child of another id.
isChildOf(Id, Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isChildOf(Id, Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isDescendantOf(Id, Id, boolean) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Whether an id is a descendant of another id.
isDescendantOf(Id, Id, boolean) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isDescendantOf(Id, Id, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isEmpty(Object[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive booleans is empty or null.
isEmpty(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if a CharSequence is empty ("") or null.
isEmpty() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isEmpty() - Method in interface com.stevewedig.blog.symbol.TypeMap
Does the map contain any entries?
isEntity() - Method in class com.stevewedig.blog.value_objects.EntityMixin
 
isEntity() - Method in class com.stevewedig.blog.value_objects.ObjectMixin
Should this object behave as an entity or a value?
isEntity() - Method in class com.stevewedig.blog.value_objects.ValueMixin
 
isEven(int) - Static method in class com.stevewedig.blog.util.NumLib
 
isLeaf(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Is an id a leaf?
isLeaf(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isLeaf(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isNoneBlank(CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if none of the CharSequences are blank ("") or null and whitespace only..
isNoneEmpty(CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if none of the CharSequences are empty ("") or null.
isNotBlank(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(T[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of Objects is not empty or not null.
isNotEmpty(long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive longs is not empty or not null.
isNotEmpty(int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive ints is not empty or not null.
isNotEmpty(short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive shorts is not empty or not null.
isNotEmpty(char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive chars is not empty or not null.
isNotEmpty(byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive bytes is not empty or not null.
isNotEmpty(double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive doubles is not empty or not null.
isNotEmpty(float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive floats is not empty or not null.
isNotEmpty(boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks if an array of primitive booleans is not empty or not null.
isNotEmpty(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if a CharSequence is not empty ("") and not null.
isNumeric(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode digits.
isNumericSpace(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only Unicode digits or space (' ').
isOdd(int) - Static method in class com.stevewedig.blog.util.NumLib
 
isParentOf(Id, Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Whether an id is a parent of another id.
isParentOf(Id, Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isParentOf(Id, Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isRoot(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Is an id a root?
isRoot(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
isRoot(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
isSameLength(Object[], Object[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(int[], int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(short[], short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(char[], char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(byte[], byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(double[], double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(float[], float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameLength(boolean[], boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0 .
isSameType(Object, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSizeEven(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
isSizeEven(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
isSizeOdd(Item[]) - Static method in class com.stevewedig.blog.util.CollectLib
 
isSizeOdd(Collection<Item>) - Static method in class com.stevewedig.blog.util.CollectLib
 
isWhitespace(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only whitespace.
iterator() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 

J

join(T...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator<?>, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterator<?>, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterable<?>, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided Iterable into a single String containing the provided elements.
join(Iterable<?>, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Joins the elements of the provided Iterable into a single String containing the provided elements.

K

keysAndValues(Multimap<Item, Item>) - Static method in class com.stevewedig.blog.util.MultimapLib
Collecting all of the keys and values in a multimap with keys and values of the same type.

L

LambdaLib - Class in com.stevewedig.blog.util
Interfaces for creating anonymous lambdas (callbacks).
LambdaLib() - Constructor for class com.stevewedig.blog.util.LambdaLib
 
LambdaLib.Act0 - Interface in com.stevewedig.blog.util
An action lambda with 0 inputs and no output.
LambdaLib.Act1<A> - Interface in com.stevewedig.blog.util
An action lambda with 1 input and no output.
LambdaLib.Act2<A,B> - Interface in com.stevewedig.blog.util
An action lambda with 2 inputs and no output.
LambdaLib.Act3<A,B,C> - Interface in com.stevewedig.blog.util
An action lambda with 3 inputs and no output.
LambdaLib.Act4<A,B,C,D> - Interface in com.stevewedig.blog.util
An action lambda with 4 inputs and no output.
LambdaLib.Act5<A,B,C,D,E> - Interface in com.stevewedig.blog.util
An action lambda with 5 inputs and no output.
LambdaLib.Act6<A,B,C,D,E,F> - Interface in com.stevewedig.blog.util
An action lambda with 6 inputs and no output.
LambdaLib.Act7<A,B,C,D,E,F,G> - Interface in com.stevewedig.blog.util
An action lambda with 7 inputs and no output.
LambdaLib.Act8<A,B,C,D,E,F,G,H> - Interface in com.stevewedig.blog.util
An action lambda with 8 inputs and no output.
LambdaLib.Act9<A,B,C,D,E,F,G,H,I> - Interface in com.stevewedig.blog.util
An action lambda with 9 inputs and no output.
LambdaLib.Fn0<Out> - Interface in com.stevewedig.blog.util
A function lambda with 0 inputs and an output.
LambdaLib.Fn1<A,Out> - Interface in com.stevewedig.blog.util
A function lambda with 1 input and an output.
LambdaLib.Fn2<A,B,Out> - Interface in com.stevewedig.blog.util
A function lambda with 2 inputs and an output.
LambdaLib.Fn3<A,B,C,Out> - Interface in com.stevewedig.blog.util
A function lambda with 3 inputs and an output.
LambdaLib.Fn4<A,B,C,D,Out> - Interface in com.stevewedig.blog.util
A function lambda with 4 inputs and an output.
LambdaLib.Fn5<A,B,C,D,E,Out> - Interface in com.stevewedig.blog.util
A function lambda with 5 inputs and an output.
LambdaLib.Fn6<A,B,C,D,E,F,Out> - Interface in com.stevewedig.blog.util
A function lambda with 6 inputs and an output.
LambdaLib.Fn7<A,B,C,D,E,F,G,Out> - Interface in com.stevewedig.blog.util
A function lambda with 7 inputs and an output.
LambdaLib.Fn8<A,B,C,D,E,F,G,H,Out> - Interface in com.stevewedig.blog.util
A function lambda with 8 inputs and an output.
LambdaLib.Fn9<A,B,C,D,E,F,G,H,I,Out> - Interface in com.stevewedig.blog.util
A function lambda with 9 inputs and an output.
lastIndexOf(long[], long) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(long[], long, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(int[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(short[], short, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(char[], char, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(double[], double, double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(float[], float, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOf(CharSequence, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the last index within a CharSequence from a start position, handling null.
lastIndexOf(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOf(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOfAny(CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Find the latest index of any of a set of potential substrings.
lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case in-sensitive find of the last index within a CharSequence.
lastIndexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case in-sensitive find of the last index within a CharSequence from the specified position.
lastOrdinalIndexOf(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the n-th last index within a String, handling null.
leafIdSet() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The digraph's leaf (sink) ids, so the ids without children.
leafIdSet() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
leafIdSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
leafNodeSet() - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
The digraph's leaf (sink) nodes, so the nodes without children.
leafNodeSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
leastDeep(Set<Id>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
Select the least deep id from a set, non-deterministic if there are ties.
leastDeep(Set<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
leastDeep(Set<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
left(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the leftmost len characters of a String.
leftPad(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Left pad a String with spaces (' ').
leftPad(String, int, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Left pad a String with a specified character.
leftPad(String, int, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Left pad a String with a specified String.
length(CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets a CharSequence length or 0 if the CharSequence is null.
LF - Static variable in class com.stevewedig.blog.apache.commons.lang3.CharUtils
linefeed LF ('\n').
LF - Static variable in class com.stevewedig.blog.apache.commons.lang3.StringUtils
A String for linefeed LF ("\n").
lowerCase(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Converts a String to lower case as per String.toLowerCase().

M

map() - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create an empty SymbolMap.Fluid, which can be used as a builder for an immutable map (map().put()...put().solid()).
map(Map<Symbol<?>, Object>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolMap.Fluid from its internal state, which is not statically checked.
max(T...) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
maxDepth() - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
The maximum depth in the tree.
maxDepth() - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
maxDepth() - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
mid(String, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets len characters from the middle of a String.
min(T...) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
mostDeep(Set<Id>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
Select the most deep id from a set, non-deterministic if there are ties.
mostDeep(Set<Id>) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
mostDeep(Set<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
MultimapLib - Class in com.stevewedig.blog.util
Multimap related utilities.
MultimapLib() - Constructor for class com.stevewedig.blog.util.MultimapLib
 

N

name() - Method in interface com.stevewedig.blog.symbol.Symbol
The name of the symbol, which isn't used but is necessary to make key errors debuggable.
node__ids(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Collect all of the ids and child ids in a DownNode iterable.
NodeIdConflict - Exception in com.stevewedig.blog.digraph.errors
 
NodeIdConflict() - Constructor for exception com.stevewedig.blog.digraph.errors.NodeIdConflict
 
NodeIdConflict(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.NodeIdConflict
 
nodeIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>, LambdaLib.Fn1<Id, Node>) - Static method in class com.stevewedig.blog.digraph.alg.TraverseLib
Generic digraph traversal as a node iterable.
nodeIterator(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>, LambdaLib.Fn1<Id, Node>) - Static method in class com.stevewedig.blog.digraph.alg.TraverseLib
Generic digraph traversal as a node iterator.
nodes__idDag(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Create an IdDag from a DownNode iterable.
nodes__idDag(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Create an IdDag from an UpNode iterable.
nodes__idGraph(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Create an IdGraph from a DownNode iterable.
nodes__idGraph(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Create an IdGraph from an UpNode iterable.
nodes__ids(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Collect all of the ids and parent ids in an UpNode iterable.
nodes__idTree(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Create an IdTree from a DownNode iterable.
nodes__idTree(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Create an IdTree from an UpNode iterable.
nodes__nodeMap(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Convert a DownNode set into a mapping between id and node.
nodes__nodeMap(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Convert an UpNode set into a mapping between id and node.
nodes__parentMap(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.DownNodeLib
Convert a DownNode iterable into a mapping from id to parent ids.
nodes__parentMap(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Convert an UpNode iterable into a mapping from id to parent ids.
nodeSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
nodeSet() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
An ImmutableSet of nodes (note that Graph also implements Set<Node>).
nodeSize() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
nodeSize() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
The size of the node set, will be small than idSize() in partial graphs.
normalizeSpace(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
NotContained - Exception in com.stevewedig.blog.errors
Thrown when a container didn't contain an item or key.
NotContained() - Constructor for exception com.stevewedig.blog.errors.NotContained
 
NotContained(String, Object...) - Constructor for exception com.stevewedig.blog.errors.NotContained
 
notEqual(Object, Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Compares two objects for inequality, where either one or both objects may be null.
NotImplemented - Exception in com.stevewedig.blog.errors
Thrown when a method is not implemented.
NotImplemented() - Constructor for exception com.stevewedig.blog.errors.NotImplemented
 
NotImplemented(String, Object...) - Constructor for exception com.stevewedig.blog.errors.NotImplemented
 
NotMutable - Exception in com.stevewedig.blog.errors
Thrown when inherited mutation methods are called on immutable objects.
NotMutable() - Constructor for exception com.stevewedig.blog.errors.NotMutable
 
NotMutable(String, Object...) - Constructor for exception com.stevewedig.blog.errors.NotMutable
 
NotThrown - Exception in com.stevewedig.blog.errors
Thrown when a test expected an exception to be thrown.
NotThrown() - Constructor for exception com.stevewedig.blog.errors.NotThrown
 
NotThrown(String, Object...) - Constructor for exception com.stevewedig.blog.errors.NotThrown
 
NotThrown(Class<?>) - Constructor for exception com.stevewedig.blog.errors.NotThrown
 
NULL - Static variable in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Singleton used as a null placeholder where null has another meaning.
nullToEmpty(Object[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Class<?>[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(String[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Integer[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Character[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
NumLib - Class in com.stevewedig.blog.util
Number related utilities.
NumLib() - Constructor for class com.stevewedig.blog.util.NumLib
 

O

objectHelper() - Method in interface com.stevewedig.blog.value_objects.HasObjectHelper
Get an object's objectHelper(), for use in implementing toString(), equals(), and hashCode().
ObjectHelper - Interface in com.stevewedig.blog.value_objects
An object that helps implement toString(), equals(), and hashCode().
objectHelper() - Method in class com.stevewedig.blog.value_objects.ObjectMixin
 
ObjectHelperLib - Class in com.stevewedig.blog.value_objects
Library for working with ObjectHelpers.
ObjectHelperLib() - Constructor for class com.stevewedig.blog.value_objects.ObjectHelperLib
 
ObjectMixin - Class in com.stevewedig.blog.value_objects
Base class of ValueMixin and EntityMixin.
ObjectMixin() - Constructor for class com.stevewedig.blog.value_objects.ObjectMixin
 
ObjectUtils - Class in com.stevewedig.blog.apache.commons.lang3
Operations on Object.
ObjectUtils() - Constructor for class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
ObjectUtils instances should NOT be constructed in standard programming.
ObjectUtils.Null - Class in com.stevewedig.blog.apache.commons.lang3
Class used as a null placeholder where null has another meaning.
of(Item...) - Static method in class com.stevewedig.blog.util.MultimapLib
Creating a multimap with keys and values of the same type.
optionalSymbols() - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Just the optional symbols in the schema.
optionalTopsortIdList() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
A topologically sorted list of ids, with roots (sources) first (will be absent if the digraph is cyclic).
optionalTopsortIdList() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
optionalTopsortIdList() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
optionalTopsortNodeList() - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
A topologically sorted list of nodes, with roots (sources) first (will be absent if the digraph is cyclic).
optionalTopsortNodeList() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
ordinalIndexOf(CharSequence, CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Finds the n-th index within a CharSequence, handling null.
overlay(String, String, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Overlays part of a String with another String.

P

parentId(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
Getting an id's parent id, will be absent if the id is the root.
parentId(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
parentId(Id) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
parentIdListLambda() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
parentIds() - Method in interface com.stevewedig.blog.digraph.node.UpNode
The node's parent ids.
parentIds() - Method in class com.stevewedig.blog.digraph.node.UpNodeClass
 
parentIdSet(Id) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Getting an id's parent ids.
parentIdSet(Id) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
parentIdSet(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
parentNode(Id) - Method in interface com.stevewedig.blog.digraph.node_graph.Tree
Getting an id's parent node, will be absent if the id is the root.
parentNode(Id) - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
parentNodeSet(Id) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Getting an id's parent node set.
parentNodeSet(Id) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
parse(Symbol<Value>, String) - Method in interface com.stevewedig.blog.symbol.translate.SymbolParser
Parse a string associated with a symbol.
parse(Syntax) - Method in interface com.stevewedig.blog.translate.Parser
Convert syntax to the corresponding model.
ParseError - Exception in com.stevewedig.blog.translate
Thrown when a Parser fails to parse.
ParseError() - Constructor for exception com.stevewedig.blog.translate.ParseError
 
ParseError(String, Object...) - Constructor for exception com.stevewedig.blog.translate.ParseError
 
ParseError(Exception) - Constructor for exception com.stevewedig.blog.translate.ParseError
 
parseList(String) - Static method in class com.stevewedig.blog.translate.FormatLib
A function for parsing String ImmutableLists which is more convenient than writing ImmutableList.of("a", "b", ...).
parseMultimap(String) - Static method in class com.stevewedig.blog.translate.FormatLib
A function for parsing ImmutableSetMultimaps with String keys and values, which is more convenient than writing ImmutableSetMultimap.of("a", "b", ...).
parser() - Static method in class com.stevewedig.blog.symbol.translate.SymbolFormatLib
A builder for creating SymbolParsers.
Parser<Syntax,Model> - Interface in com.stevewedig.blog.translate
A Parser parses, so it converts from Syntax to Model.
parserFn(Parser<Syntax, Model>) - Static method in class com.stevewedig.blog.translate.TranslatorLib
Convert a parser to a lambda that parses.
parseSet(String) - Static method in class com.stevewedig.blog.translate.FormatLib
A function for parsing String ImmutableSets which is more convenient than writing ImmutableSet.of("a", "b", ...).
PartialDag<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph_partial
A partial dag containing nodes.
PartialDagLib - Class in com.stevewedig.blog.digraph.node_graph_partial
A library for creating Dags (digraphs containing nodes).
PartialDagLib() - Constructor for class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
 
PartialGraph<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph_partial
A partial digraph containing nodes.
PartialGraphLib - Class in com.stevewedig.blog.digraph.node_graph_partial
A library for creating Graphs (digraphs containing nodes).
PartialGraphLib() - Constructor for class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
 
PartialTree<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph_partial
A partial tree containing nodes.
PartialTreeLib - Class in com.stevewedig.blog.digraph.node_graph_partial
A library for creating Trees (digraphs containing nodes).
PartialTreeLib() - Constructor for class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
 
prependIfMissing(String, CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Prepends the prefix to the start of the string if the string does not already start with any of the prefixes.
prependIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Prepends the prefix to the start of the string if the string does not already start, case insensitive, with any of the prefixes.
print(String) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
print(String, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format().
printN(String, Object...) - Static method in class com.stevewedig.blog.util.StrLib
Combining System.out.println with format(), accepting varargs array.
PropLib - Class in com.stevewedig.blog.util
Properties manipulation utilities, not compatible with GWT.
PropLib() - Constructor for class com.stevewedig.blog.util.PropLib
 
publish(Symbol<Event>, Event) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Publish an event to a symbol of the corresponding type.
put(Symbol<Value>, Value) - Method in interface com.stevewedig.blog.symbol.SymbolMap.Fluid
Set the value associated with a symbol and return the map for use in map.put(k1, v1).put(k2, v2)...
put(Class<Value>, Value) - Method in interface com.stevewedig.blog.symbol.TypeMap
Set the value associated with a type, and return the map for use in map.put(k1, v1).put(k2, v2)...
putAll(SymbolMap) - Method in interface com.stevewedig.blog.symbol.SymbolMap.Fluid
Copy the state of updates into a symbol map.

R

remove(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes all occurrences of a substring from within the source string.
remove(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes all occurrences of a character from within the source string.
remove(Object) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
remove(Object) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
remove(Class<Integer>) - Method in interface com.stevewedig.blog.symbol.TypeMap
Remove the value associated with the type.
removeAll(Collection<?>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
removeAll(Collection<?>) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
removeEnd(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeStart(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes a substring only if it is at the beginning of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case insensitive removal of a substring if it is at the beginning of a source string, otherwise returns the source string.
repeat(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Repeat a String repeat times to form a new String.
repeat(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time.
repeat(char, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Returns padding using the specified delimiter repeated to a given length.
replace(String, String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replaceChars(String, char, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces all occurrences of a character in a String with another.
replaceChars(String, String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces multiple characters in a String in one go.
replaceEach(String, String[], String[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces all occurrences of Strings within another String.
replaceEachRepeatedly(String, String[], String[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces all occurrences of Strings within another String.
replaceOnce(String, String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Replaces a String with another String inside a larger String, once.
requiredSymbols() - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Just the required symbols in the schema.
retainAll(Collection<?>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
Deprecated.
retainAll(Collection<?>) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Deprecated.
reverse(Object[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array.
reverse(boolean[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(byte[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(char[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(double[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(float[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(int[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(long[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(Object[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(short[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Reverses a String as per StringBuilder.reverse().
reverseDelimited(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Reverses a String that is delimited by a specific character.
right(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the rightmost len characters of a String.
rightPad(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Right pad a String with spaces (' ').
rightPad(String, int, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Right pad a String with a specified character.
rightPad(String, int, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Right pad a String with a specified String.
rootId() - Method in interface com.stevewedig.blog.digraph.id_graph.IdTree
The tree's root id.
rootId() - Method in class com.stevewedig.blog.digraph.id_graph.IdTreeClass
 
rootId() - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
rootIdSet() - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
The digraph's root (source) ids, so the ids without parents.
rootIdSet() - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
rootIdSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
rootNode() - Method in interface com.stevewedig.blog.digraph.node_graph.Tree
The tree's root node.
rootNode() - Method in class com.stevewedig.blog.digraph.node_graph.TreeClass
 
rootNodeSet() - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
The digraph's root (source) nodes, so the nodes without parents.
rootNodeSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 

S

schema(Iterable<Symbol<?>>, Iterable<Symbol<?>>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolSchema from required and optional symbols.
schema(Iterable<Symbol<?>>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolSchema from required symbols.
schema(Symbol<?>...) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolSchema from required symbols.
SetLib - Class in com.stevewedig.blog.util
Set related utilities.
SetLib() - Constructor for class com.stevewedig.blog.util.SetLib
 
simpleClassName(Class<?>) - Static method in class com.stevewedig.blog.util.StrLib
GWT compatible implementation of type.getSimpleName().
size() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
size() - Method in interface com.stevewedig.blog.symbol.TypeMap
How many entries does the map contain?
solid() - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get a SymbolMap.Solid copy.
solidMap() - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create an empty SymbolMap.Solid (which is not very useful).
solidMap(Map<Symbol<?>, Object>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a SymbolMap.Solid from its internal state, which is not statically checked.
sort(ImmutableSet<Id>, ImmutableSetMultimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.alg.TopsortLib
Generic topological sort, starting with node ids and the dependency structure between ids.
sort(ImmutableSetMultimap<Id, Id>) - Static method in class com.stevewedig.blog.digraph.alg.TopsortLib
Generic topological sort, starting with the dependency structure between ids (this function assume the graph is connected, so all ids have an arc).
sortSymbols(Iterable<Symbol<?>>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Sort symbols by name.
SPACE - Static variable in class com.stevewedig.blog.apache.commons.lang3.StringUtils
A String for a space character.
split(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separators specified.
split(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
splitByWholeSeparator(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitPreserveAllTokens(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Splits the provided text into an array with a maximum length, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
startsWith(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Check if a CharSequence starts with a specified prefix.
startsWithAny(CharSequence, CharSequence...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Check if a CharSequence starts with any of an array of specified strings.
startsWithIgnoreCase(CharSequence, CharSequence) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix.
stateCopy() - Method in interface com.stevewedig.blog.symbol.SymbolMap
Get a Map copy of the state.
stateCopy() - Method in interface com.stevewedig.blog.symbol.TypeMap
A Map copy of the state.
strCommaListFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A String ImmutableList format with comma delimiters.
strCommaSetFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A String ImmutableSet format with comma delimiters.
strFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
A String format which is a pass through (no-op).
StringUtils - Class in com.stevewedig.blog.apache.commons.lang3
Operations on String that are null safe.
StringUtils() - Constructor for class com.stevewedig.blog.apache.commons.lang3.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String.
strip(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start and end of a String.
stripAll(String...) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of every String in an array.
stripAll(String[], String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start and end of every String in an array.
stripEnd(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToNull(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
StrLib - Class in com.stevewedig.blog.util
String utilities not available in Guava's Strings or Apache commons StringUtils.
StrLib() - Constructor for class com.stevewedig.blog.util.StrLib
 
strMultimapFormat - Static variable in class com.stevewedig.blog.translate.FormatLib
An ImmutableSetMultimap format with String keys and values, with comma delimited entries, and with equal delimiting the key and value of an entry.
subarray(long[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Produces a new boolean array containing the elements between the start and end indices.
subscribe(Symbol<Event>, LambdaLib.Act1<Event>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Subscribe to a symbol's events.
subscribeAll(LambdaLib.Act2<Symbol<?>, Object>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Subscribe to all events.
subscribeMisses(LambdaLib.Act2<Symbol<?>, Object>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Subscribe to all events without subscribers.
subSequence(CharSequence, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharSequenceUtils
Returns a new CharSequence that is a subsequence of this sequence starting with the char value at the specified index.
substring(String, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substringAfter(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the substring after the first occurrence of a separator.
substringAfterLast(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the substring after the last occurrence of a separator.
substringBefore(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the substring before the first occurrence of a separator.
substringBeforeLast(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the substring before the last occurrence of a separator.
substringBetween(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the String that is nested in between two instances of the same String.
substringBetween(String, String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Gets the String that is nested in between two Strings.
substringsBetween(String, String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
Symbol<Value> - Interface in com.stevewedig.blog.symbol
A key with a Value parameter, for use in type safe heterogeneous containers.
symbol(String) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a symbol from a name and a Value parameter.
SymbolBus - Interface in com.stevewedig.blog.symbol
A type safe event bus for heterogeneous events.
SymbolFormat - Interface in com.stevewedig.blog.symbol.translate
A "type alias" binding Format's Model to SymbolMap.
SymbolFormatLib - Class in com.stevewedig.blog.symbol.translate
A library for creating SymbolTranslators and SymbolFormats.
SymbolFormatLib() - Constructor for class com.stevewedig.blog.symbol.translate.SymbolFormatLib
 
SymbolLib - Class in com.stevewedig.blog.symbol
The library for working with TypeMap, Symbol, SymbolMap, SymbolSchema, and SymbolBus.
SymbolLib() - Constructor for class com.stevewedig.blog.symbol.SymbolLib
 
SymbolMap - Interface in com.stevewedig.blog.symbol
A type safe mapping from symbols to values of matching types.
SymbolMap.Fluid - Interface in com.stevewedig.blog.symbol
A SymbolMap that is mutable and an entity object.
SymbolMap.Solid - Interface in com.stevewedig.blog.symbol
A SymbolMap that is immutable and a value object.
SymbolParser - Interface in com.stevewedig.blog.symbol.translate
A Parser that converts from Map<String, String> to SymbolMap.
SymbolParser.Builder - Interface in com.stevewedig.blog.symbol.translate
Builder for creating SymbolParsers.
symbols() - Method in interface com.stevewedig.blog.symbol.SymbolMap
The set of contained symbols.
symbols() - Method in interface com.stevewedig.blog.symbol.SymbolSchema
All of the symbols in the schema.
SymbolSchema - Interface in com.stevewedig.blog.symbol
Validates SymbolMaps or any other set of symbols by checking required and optional symbols.
SymbolTranslator - Interface in com.stevewedig.blog.symbol.translate
A Translator that converts between Map<String, String> and SymbolMap.
SymbolTranslator.Builder - Interface in com.stevewedig.blog.symbol.translate
Builder for creating SymbolTranslators.
SymbolWriter - Interface in com.stevewedig.blog.symbol.translate
A Writer that converts from SymbolMap to Map<String, String>.
SymbolWriter.Builder - Interface in com.stevewedig.blog.symbol.translate
Builder for creating SymbolWriters.

T

toArray() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
toArray(T[]) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
toChar(Character) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the Character to a char throwing an exception for null.
toChar(Character, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the Character to a char handling null.
toChar(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the String to a char using the first character, throwing an exception on empty Strings.
toChar(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the String to a char using the first character, defaulting the value on empty Strings.
toCharacterObject(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the String to a Character using the first character, returning null for empty Strings.
toIntValue(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(char, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(Character) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(Character, int) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toMap(Object[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts the given array into a Map.
toObject(char[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive chars to objects.
toObject(long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of primitive booleans to objects.
toPrimitive(Character[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Boolean[]) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class com.stevewedig.blog.apache.commons.lang3.ArrayUtils
Converts an array of object Booleans to primitives handling null.
topsortIdList() - Method in interface com.stevewedig.blog.digraph.id_graph.IdDag
A topologically sorted list of ids, with roots (sources) first.
topsortIdList() - Method in class com.stevewedig.blog.digraph.id_graph.IdDagClass
 
topsortIdList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
TopsortLib - Class in com.stevewedig.blog.digraph.alg
Generic topological sort.
TopsortLib() - Constructor for class com.stevewedig.blog.digraph.alg.TopsortLib
 
topsortNodeList() - Method in interface com.stevewedig.blog.digraph.node_graph.Dag
A topologically sorted list of nodes, with roots (sources) first.
topsortNodeList() - Method in class com.stevewedig.blog.digraph.node_graph.DagClass
 
toString(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to a String that contains the one character.
toString(Character) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the character to a String that contains the one character.
toString() - Method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
 
toString(Object) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.toString(Object) in Java 7 and will be removed in future releases. Note however that said method will return "null" for null references, while this method returns and empty String. To preserve behavior use java.util.Objects.toString(myObject, "")
toString(Object, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.toString(Object, String) in Java 7 and will be removed in future releases.
toString() - Method in class com.stevewedig.blog.value_objects.ObjectMixin
 
transformIterable(Iterable<Id>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Converting an id iterable to a node iterable.
transformIterable(Iterable<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformIterable(Iterable<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformIterable(Iterable<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Converting an id iterable to a node iterable.
transformIterator(Iterator<Id>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Converting an id iterator to a node iterator.
transformIterator(Iterator<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformIterator(Iterator<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformIterator(Iterator<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Converting an id iterator to a node iterator.
transformList(Iterable<Id>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Converting ids to a node list.
transformList(Iterable<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformList(Iterable<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformList(Iterable<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Converting ids to a node list.
transformOptional(Optional<Id>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Converting optional id to an optional node.
transformOptional(Optional<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformOptional(Optional<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformOptional(Optional<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Converting optional id to an optional node.
transformSet(Iterable<Id>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Converting ids to a node set.
transformSet(Iterable<Id>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformSet(Iterable<Id>, boolean) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
transformSet(Iterable<Id>, boolean) - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
Converting ids to a node set.
translator() - Static method in class com.stevewedig.blog.symbol.translate.SymbolFormatLib
A builder for creating SymbolTranslators.
Translator<Syntax,Model> - Interface in com.stevewedig.blog.translate
A Translator parses and writes, so it converts between Syntax and Model.
TranslatorLib - Class in com.stevewedig.blog.translate
Translator related utilities.
TranslatorLib() - Constructor for class com.stevewedig.blog.translate.TranslatorLib
 
traverseIdIterable(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Generic id traversal as an iterable.
traverseIdIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Generic id traversal as an iterable.
traverseIdIterable(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
traverseIdIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
traverseIdIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseIdIterable(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseIdList(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Generic id traversal copied into a list.
traverseIdList(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in interface com.stevewedig.blog.digraph.id_graph.IdGraph
Generic id traversal copied into a list.
traverseIdList(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
traverseIdList(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.id_graph.IdGraphClass
 
traverseIdList(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseIdList(boolean, boolean, Id, LambdaLib.Fn1<Id, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
TraverseLib - Class in com.stevewedig.blog.digraph.alg
Generic digraph traversal.
TraverseLib() - Constructor for class com.stevewedig.blog.digraph.alg.TraverseLib
 
traverseNodeIterable(boolean, boolean, Id, LambdaLib.Fn1<Node, List<Id>>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Generic node traversal as an iterable.
traverseNodeIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Generic node traversal as an iterable.
traverseNodeIterable(boolean, boolean, Id, LambdaLib.Fn1<Node, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseNodeIterable(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseNodeList(boolean, boolean, Id, LambdaLib.Fn1<Node, List<Id>>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Generic node traversal copied into a list.
traverseNodeList(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>) - Method in interface com.stevewedig.blog.digraph.node_graph.Graph
Generic node traversal copied into a list.
traverseNodeList(boolean, boolean, Id, LambdaLib.Fn1<Node, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
traverseNodeList(boolean, boolean, ImmutableList<Id>, LambdaLib.Fn1<Node, List<Id>>) - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
Tree<Id,Node> - Interface in com.stevewedig.blog.digraph.node_graph
A tree containing nodes.
tree(IdTree<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from the nested IdTree (the arc structure) and the mapping between id and node.
tree(IdTree<Id>, ImmutableBiMap<Id, Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from the nested IdTree (the arc structure) and the mapping between id and node.
TreeCannotBeEmpty - Exception in com.stevewedig.blog.digraph.errors
 
TreeCannotBeEmpty() - Constructor for exception com.stevewedig.blog.digraph.errors.TreeCannotBeEmpty
 
TreeCannotBeEmpty(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.TreeCannotBeEmpty
 
TreeCannotHaveMultipleRoots - Exception in com.stevewedig.blog.digraph.errors
 
TreeCannotHaveMultipleRoots() - Constructor for exception com.stevewedig.blog.digraph.errors.TreeCannotHaveMultipleRoots
 
TreeCannotHaveMultipleRoots(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.TreeCannotHaveMultipleRoots
 
TreeClass<Id,Node> - Class in com.stevewedig.blog.digraph.node_graph
An implementation of Tree.
TreeClass(IdTree<Id>, ImmutableBiMap<Id, Node>, boolean) - Constructor for class com.stevewedig.blog.digraph.node_graph.TreeClass
 
TreeLib - Class in com.stevewedig.blog.digraph.node_graph
A library for creating Trees (digraphs containing nodes).
TreeLib() - Constructor for class com.stevewedig.blog.digraph.node_graph.TreeLib
 
TreeNodesCannotHaveMultipleParents - Exception in com.stevewedig.blog.digraph.errors
 
TreeNodesCannotHaveMultipleParents() - Constructor for exception com.stevewedig.blog.digraph.errors.TreeNodesCannotHaveMultipleParents
 
TreeNodesCannotHaveMultipleParents(String, Object...) - Constructor for exception com.stevewedig.blog.digraph.errors.TreeNodesCannotHaveMultipleParents
 
trim(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trimToEmpty(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
typeMap() - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create an empty TypeMap.
typeMap(Map<Class<?>, Object>) - Static method in class com.stevewedig.blog.symbol.SymbolLib
Create a TypeMap from its internal state, which is not statically checked.
TypeMap - Interface in com.stevewedig.blog.symbol
A type safe mapping from type objects to values of matching types.

U

unboundIdSet() - Method in class com.stevewedig.blog.digraph.node_graph.GraphClass
 
unboundIdSet() - Method in interface com.stevewedig.blog.digraph.node_graph_partial.PartialGraph
The ids in the idGraph which don't have associated nodes in id__node.
uncapitalize(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Uncapitalizes a String changing the first letter to title case as per Character.toLowerCase(char).
unicodeEscaped(char) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the string to the Unicode format ' '.
unicodeEscaped(Character) - Static method in class com.stevewedig.blog.apache.commons.lang3.CharUtils
Converts the string to the Unicode format ' '.
union(Set<Item>...) - Static method in class com.stevewedig.blog.util.SetLib
Return the union of a variable number of sets.
unsubscribe(Symbol<Event>, LambdaLib.Act1<Event>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Stop subscribing to a symbol's events.
unsubscribeAll(LambdaLib.Act2<Symbol<?>, Object>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Stop subscribing to all events.
unsubscribeMisses(LambdaLib.Act2<Symbol<?>, Object>) - Method in interface com.stevewedig.blog.symbol.SymbolBus
Stop subscribing to all events without subscribers.
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.DagLib
Create a Dag from the union of multiple UpNode sets (remember that Dag<Node> extends Set<Node>).
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.GraphLib
Create a Graph from the union of multiple UpNode sets (remember that Graph<Node> extends Set<Node>).
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph.TreeLib
Create a Tree from the union of multiple UpNode sets (remember that Tree<Node> extends Set<Node>).
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialDagLib
Create a PartialDag from the union of multiple UpNode sets (remember that PartialDag<Node> extends Set<Node>).
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialGraphLib
Create a PartialGraph from the union of multiple UpNode sets (remember that PartialGraph<Node> extends Set<Node>).
up(ImmutableSet<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an UpNode set.
up(Iterable<Node>) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an UpNode iterable.
up(Node...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from an UpNode array.
up(Set<Node>...) - Static method in class com.stevewedig.blog.digraph.node_graph_partial.PartialTreeLib
Create a PartialTree from the union of multiple UpNode sets (remember that PartialTree<Node> extends Set<Node>).
UpNode<Id> - Interface in com.stevewedig.blog.digraph.node
A digraph node that knows its own id and its parent ids.
upNode(Id, Iterable<Id>) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Create an UpNode from its id and a parent id iterable.
upNode(Id, Id...) - Static method in class com.stevewedig.blog.digraph.node.UpNodeLib
Create an UpNode from its id and a parent id varargs array.
UpNodeClass<Id> - Class in com.stevewedig.blog.digraph.node
An implementation of UpNode.
UpNodeClass(Id, ImmutableSet<Id>) - Constructor for class com.stevewedig.blog.digraph.node.UpNodeClass
 
UpNodeLib - Class in com.stevewedig.blog.digraph.node
A library with tools for manipulating UpNodes.
UpNodeLib() - Constructor for class com.stevewedig.blog.digraph.node.UpNodeLib
 
upperCase(String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Converts a String to upper case as per String.toUpperCase().

V

validate(Symbol<?>...) - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Validate that required symbols are provided and that the provided symbols are all expected.
validate(Iterable<Symbol<?>>) - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Validate that required symbols are provided and that the provided symbols are all expected.
validate(Set<Symbol<?>>) - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Validate that required symbols are provided and that the provided symbols are all expected.
validate(SymbolMap) - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Validate the map's symbols, ensuring that required symbols are provided and that the provided symbols are all expected.
ValueMixin - Class in com.stevewedig.blog.value_objects
Mixin for value objects that implements toString(), equals(), and hashCode()
ValueMixin() - Constructor for class com.stevewedig.blog.value_objects.ValueMixin
 

W

withOptional(Symbol<?>...) - Method in interface com.stevewedig.blog.symbol.SymbolSchema
Create a schema with the addition of the optionalSymbols, for use in creating schemas via SymbolLib.schema(requiredSymbols...).withOptional(optionalSymbols...).
wrap(String, char) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Wraps a string with a char.
wrap(String, String) - Static method in class com.stevewedig.blog.apache.commons.lang3.StringUtils
Wraps a String with another String.
write(Symbol<Value>, Value) - Method in interface com.stevewedig.blog.symbol.translate.SymbolWriter
Writer a value associated with a symbol.
write(Model) - Method in interface com.stevewedig.blog.translate.Writer
Convert a model to the corresponding syntax.
writer() - Static method in class com.stevewedig.blog.symbol.translate.SymbolFormatLib
A builder for creating SymbolWriters.
Writer<Syntax,Model> - Interface in com.stevewedig.blog.translate
A Writer writes, so it converts from Model to Syntax.
writerFn(Writer<Syntax, Model>) - Static method in class com.stevewedig.blog.translate.TranslatorLib
Convert a write to a lambda that writes.
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2014. All rights reserved.