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

A

accept(T, U) - Method in interface org.helenus.util.function.EBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface org.helenus.util.function.EConsumer
Performs this operation on the given argument.
accept(T, U, V, X, Y) - Method in interface org.helenus.util.function.EPentaConsumer
Performs this operation on the given arguments.
accept(T, U, V, X) - Method in interface org.helenus.util.function.EQuadConsumer
Performs this operation on the given arguments.
accept(T, U, V, X) - Method in interface org.helenus.util.function.ETetraConsumer
Performs this operation on the given arguments.
accept(T, U, V) - Method in interface org.helenus.util.function.ETriConsumer
Performs this operation on the given arguments.
accept(T, U, V, X, Y) - Method in interface org.helenus.util.function.PentaConsumer
Performs this operation on the given arguments.
accept(T, U, V, X) - Method in interface org.helenus.util.function.QuadConsumer
Performs this operation on the given arguments.
accept(T, U, V, X) - Method in interface org.helenus.util.function.TetraConsumer
Performs this operation on the given arguments.
accept(T, U, V) - Method in interface org.helenus.util.function.TriConsumer
Performs this operation on the given arguments.
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
add(T, T) - Method in interface org.helenus.commons.collections.DirectedGraph
Adds the specified nodes if they don't exist in the graph and build an arc from the starting node to the destination one.
add(T, Stream<T>) - Method in interface org.helenus.commons.collections.DirectedGraph
Adds the specified nodes if they don't exist in the graph and build arcs from the starting node to all the destination ones.
add(T) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Adds the specified destination node if missing and add an arc from this node to the destination one.
add(Stream<T>) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Adds the specified destination nodes if missing and add arcs from this node to all the destination ones.
add(T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
add(T, T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Adds the specified nodes if they don't exist in the graph and build an arc from the starting node to the destination one.
add(T, Stream<T>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Adds the specified nodes if they don't exist in the graph and build arcs from the starting node to all the destination ones.
add(O) - Method in class org.helenus.commons.collections.iterators.TransformListIterator
addAll(Collection<? extends T>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
addBeanProperty(BeanProperty) - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Adds the specified bean property as one of this object's properties.
addEdge(T, T) - Method in interface org.helenus.commons.collections.DirectedGraph
Adds an arc from the starting node to the destination one.
addEdge(T) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Adds an arc from this node to the destination one.
addEdge(T, T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Adds an arc from the starting node to the destination one.
AdditionalProperties() - Constructor for class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
 
allMatch(Predicate<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
andThen(EBiConsumer<? super T, ? super U, E>) - Method in interface org.helenus.util.function.EBiConsumer
Returns a composed EBiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(EConsumer<? super T, E>) - Method in interface org.helenus.util.function.EConsumer
Returns a composed EConsumer that performs, in sequence, this operation followed by the after operation.
andThen(EFunction<? super R, ? extends V, E>) - Method in interface org.helenus.util.function.EFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(EPentaConsumer<? super T, ? super U, ? super V, ? super X, ? super Y, E>) - Method in interface org.helenus.util.function.EPentaConsumer
Returns a composed EPentaConsumer that performs, in sequence, this operation followed by the after operation.
andThen(EQuadConsumer<? super T, ? super U, ? super V, ? super X, E>) - Method in interface org.helenus.util.function.EQuadConsumer
Returns a composed EQuadConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ETetraConsumer<? super T, ? super U, ? super V, ? super X, E>) - Method in interface org.helenus.util.function.ETetraConsumer
Returns a composed ETetraConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ETriConsumer<? super T, ? super U, ? super V, E>) - Method in interface org.helenus.util.function.ETriConsumer
Returns a composed ETriConsumer that performs, in sequence, this operation followed by the after operation.
andThen(PentaConsumer<? super T, ? super U, ? super V, ? super X, ? super Y>) - Method in interface org.helenus.util.function.PentaConsumer
Returns a composed PentaConsumer that performs, in sequence, this operation followed by the after operation.
andThen(QuadConsumer<? super T, ? super U, ? super V, ? super X>) - Method in interface org.helenus.util.function.QuadConsumer
Returns a composed QuadConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TetraConsumer<? super T, ? super U, ? super V, ? super X>) - Method in interface org.helenus.util.function.TetraConsumer
Returns a composed TetraConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface org.helenus.util.function.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
annotations(Element) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations that are present on the element.
annotationsAnnotatedWith(Element, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations which are themselves annotated with a given type of annotation that are present on the element.
annotationsByType(Element, Class<T>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations of a specific type that are associated with the element.
anyMatch(Predicate<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
apply(T, U) - Method in interface org.helenus.util.function.BiFunction
Performs this operation on the given arguments.
apply(T) - Method in interface org.helenus.util.function.EFunction
Applies this function to the given argument.
apply(T, U, V, X) - Method in interface org.helenus.util.function.ETetraFunction
Performs this operation on the given arguments.
apply(T, U, V, X, Y) - Method in interface org.helenus.util.function.PentaFunction
Performs this operation on the given arguments.
apply(T, U, V, X) - Method in interface org.helenus.util.function.TetraFunction
Performs this operation on the given arguments.
apply(T, U, V) - Method in interface org.helenus.util.function.TriFunction
Performs this operation on the given arguments.
Array - Class in org.helenus.lang.reflect
The Array class provides extends on Java's Array class.
Array() - Constructor for class org.helenus.lang.reflect.Array
 
Arrays - Class in org.helenus.util
The Arrays class extends on Arrays to provide support for Tolerable objects.
Arrays() - Constructor for class org.helenus.util.Arrays
 
ArraySchema - Class in org.helenus.jackson.jsonSchema.types
The ArraySchema class extends the ArraySchema class to provide additional information.
ArraySchema() - Constructor for class org.helenus.jackson.jsonSchema.types.ArraySchema
Instantiates a new ArraySchema object.

B

BiFunction<T,U,R> - Interface in org.helenus.util.function
The BiFunction interface represents a function that accepts two arguments and produce a result.

C

characteristics() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
classFor(DeclaredType) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets a class object corresponding to a given declared type.
classFor(TypeMirror) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets a class object corresponding to a given type mirror.
clear() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
clone() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Returns a shallow copy of this ConcurrentHashDirectedGraph instance: the values themselves are not cloned.
clone(T) - Static method in class org.helenus.lang.CloneUtils
Clones the specified object.
CloneUtils - Class in org.helenus.lang
The CloneUtils class provides cloning utility methods.
close() - Method in class org.helenus.util.stream.DelegatingStream
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.helenus.util.stream.DelegatingStream
collect(Collector<? super T, A, R>) - Method in class org.helenus.util.stream.DelegatingStream
Collectors - Class in org.helenus.util.stream
The Collectors class extends on the Collectors class to provide additional collectors.
Collectors() - Constructor for class org.helenus.util.stream.Collectors
 
CombinationIterator<T> - Class in org.helenus.commons.collections.iterators
The CombinationIterator class defines an iterator capable of combining iterating all possible combinations of multiple collections.
CombinationIterator(Class<T>, Collection<T>...) - Constructor for class org.helenus.commons.collections.iterators.CombinationIterator
Instantiates a new CombinationIterator object.
CombinationIterator(Class<T>, Collection<Collection<T>>) - Constructor for class org.helenus.commons.collections.iterators.CombinationIterator
Instantiates a new CombinationIterator object.
comparingByValue() - Static method in interface org.helenus.commons.collections.DirectedGraph.Node
Gets a comparator that compares DirectedGraph.Node in natural order on value.
comparingByValue(Comparator<? super T>) - Static method in interface org.helenus.commons.collections.DirectedGraph.Node
Gets a comparator that compares DirectedGraph.Node by value using the given Comparator.
compose(EFunction<? super V, ? extends T, E>) - Method in interface org.helenus.util.function.EFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
ConcurrentHashDirectedGraph<T> - Class in org.helenus.commons.collections.graph
The ConcurrentHashDirectedGraph class provides an implementation of the DirectedGraph interface that uses a ConcurrentHashMap to keep track of the graph.
ConcurrentHashDirectedGraph() - Constructor for class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Instantiates a new ConcurrentHashDirectedGraph object with the default initial capacity (16) and the default load factor (0.75).
ConcurrentHashDirectedGraph(int) - Constructor for class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Instantiates a new ConcurrentHashDirectedGraph object with the specified initial capacity and the default load factor (0.75).
ConcurrentHashDirectedGraph(int, float) - Constructor for class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Instantiates a new ConcurrentHashDirectedGraph object with the specified initial capacity and load factor.
contains(Object) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
containsAll(Collection<?>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
copy() - Method in class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
count() - Method in class org.helenus.util.stream.DelegatingStream
createInstance(SerializationConfig, SerializerFactory) - Method in class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
cycle() - Method in exception org.helenus.commons.lang3.IllegalCycleException
Gets the cycle that was detected.

D

decompressAndDeserialize(InputStream) - Static method in class org.helenus.commons.lang3.SerializationUtils
Decompresses and deserializes an object from the specified stream.
decompressAndDeserialize(byte[]) - Static method in class org.helenus.commons.lang3.SerializationUtils
Decompresses and deserializes the blob back into the original object.
deepEquals(Object[], Object[], double) - Static method in class org.helenus.util.Arrays
Returns true if the two specified arrays are deeply equal to one another with a tolerable error.
deepEquals(Object, Object, double) - Static method in class org.helenus.util.Objects
Returns true if the arguments are deeply equal with a tolerable error to each other and false otherwise.
DefaultSchemaSerializerProvider - Class in org.helenus.jackson.databind.ser
The DefaultSchemaSerializerProvider class extends on DefaultSerializerProvider to provide support for Json schemas since the TypeWrappedSerializer class automatically created by the SerializerProvider.findTypedValueSerializer(java.lang.Class<?>, boolean, com.fasterxml.jackson.databind.BeanProperty) methods doesn't properly handle schemas for referenced types.
DefaultSchemaSerializerProvider() - Constructor for class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
Instantiates a new DefaultSchemaSerializerProvider object.
DefaultSchemaSerializerProvider(DefaultSchemaSerializerProvider) - Constructor for class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
Instantiates a new DefaultSchemaSerializerProvider object.
DefaultSchemaSerializerProvider(SerializerProvider, SerializationConfig, SerializerFactory) - Constructor for class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
Instantiates a new DefaultSchemaSerializerProvider object.
delegate - Variable in class org.helenus.util.stream.DelegatingStream
Holds the stream to delegate to.
DelegatingStream<T> - Class in org.helenus.util.stream
The DelegatingStream class defines a Stream implementation that delegate operations to another stream.
DelegatingStream(Stream<T>) - Constructor for class org.helenus.util.stream.DelegatingStream
Instantiates a new DelegatingStream object.
depositSchemaProperty(JsonObjectFormatVisitor) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
DirectedGraph<T> - Interface in org.helenus.commons.collections
The DirectedGraph interface provides a collection of nodes with outgoing edges to other nodes.
DirectedGraph.Node<T> - Interface in org.helenus.commons.collections
The Node interface represents a specific node in this directed graph.
distinct() - Method in class org.helenus.util.stream.DelegatingStream

E

E2Runnable<E1 extends Throwable,E2 extends Throwable> - Interface in org.helenus.util.function
The E2Runnable interface expands on the ERunnable interface provide the ability to throw two specified exceptions.
E2Supplier<T,E1 extends Throwable,E2 extends Throwable> - Interface in org.helenus.util.function
The E2Supplier interface expands on the ESupplier interface provide the ability to throw two specified exceptions.
EBiConsumer<T,U,E extends Throwable> - Interface in org.helenus.util.function
The EBiConsumer interface expands on the BiConsumer interface to provide the ability to throw back exceptions.
EConsumer<T,E extends Throwable> - Interface in org.helenus.util.function
The EConsumer interface expands on the Consumer interface to provide the ability to throw back exceptions.
edgeExists(T, T) - Method in interface org.helenus.commons.collections.DirectedGraph
Given two nodes in the graph, returns whether there is an edge from the first node to the second node.
edgeExists(T) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Checks if there this node has an edge to another node.
edgeExists(T, T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Given two nodes in the graph, returns whether there is an edge from the first node to the second node.
edges() - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Gets a stream of the edge nodes leaving this node.
edgesFrom(T) - Method in interface org.helenus.commons.collections.DirectedGraph
Given a node in the graph, returns a stream of the edges leaving that node.
edgesFrom(T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Given a node in the graph, returns a stream of the edges leaving that node.
EFunction<T,R,E extends Throwable> - Interface in org.helenus.util.function
The EFunction interface expands on the Function interface to provide the ability to throw exceptions.
EPentaConsumer<T,U,V,X,Y,E extends Throwable> - Interface in org.helenus.util.function
The EPentaConsumer interface expands on the TetraConsumer interface to provide the ability to throw back exceptions.
EQuadConsumer<T,U,V,X,E extends Throwable> - Interface in org.helenus.util.function
The EQuadConsumer interface expands on the QuadConsumer interface to provide the ability to throw back exceptions.
equals(Object) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
equals(Object) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
equals(Object) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
equals(Object, double) - Method in interface org.helenus.lang.Tolerable
Indicates whether some other object is "equal to" this one with a tolerable error.
equals(double[], double[], double) - Static method in class org.helenus.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another with a tolerable error.
equals(float[], float[], double) - Static method in class org.helenus.util.Arrays
Returns true if the two specified arrays of floats are equal to one another with a tolerable error.
equals(Object[], Object[], double) - Static method in class org.helenus.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another with a tolerable error.
equals(Object, Object, double) - Static method in class org.helenus.util.Objects
Returns true if the arguments are equal to each other with a tolerable error and false otherwise.
equalsIgnoreCase(Collection<String>, Collection<String>) - Static method in class org.helenus.util.Objects
Returns true if the arguments are equal to each other while ignoring case when comparing their elements and false otherwise.
ERunnable<E extends Throwable> - Interface in org.helenus.util.function
The ERunnable interface expands on the Runnable interface to provide the ability to throw back exceptions.
estimateSize() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
ESupplier<T,E extends Throwable> - Interface in org.helenus.util.function
The ESupplier interface expands on the Supplier interface provide the ability to throw exceptions.
ETetraConsumer<T,U,V,X,E extends Throwable> - Interface in org.helenus.util.function
The ETetraConsumer interface expands on the TetraConsumer interface to provide the ability to throw back exceptions.
ETetraFunction<T,U,V,X,R,E extends Throwable> - Interface in org.helenus.util.function
The ETetraFunction interface represents a function that accepts four arguments and produce a result with the ability to throw exceptions.
ETriConsumer<T,U,V,E extends Throwable> - Interface in org.helenus.util.function
The ETriConsumer interface expands on the TriConsumer interface to provide the ability to throw back exceptions.
exceptionsWhileClosing(Reader) - Static method in class org.helenus.util.Inhibit
Inhibits exceptions while closing the specified reader.
exceptionsWhileClosing(InputStream) - Static method in class org.helenus.util.Inhibit
Inhibits exceptions while closing the specified input stream.
ExceptionUtils - Class in org.helenus.commons.lang3
The ExceptionUtils class extends the ExceptionUtils.
ExceptionUtils() - Constructor for class org.helenus.commons.lang3.ExceptionUtils
Instantiates a new ExceptionUtils object.
exclusiveBetween(Logger, T, T, Comparable<T>) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(Logger, Level, T, T, Comparable<T>) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(Logger, T, T, Comparable<T>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(Logger, Level, T, T, Comparable<T>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
expectAnyFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectArrayFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectBooleanFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectIntegerFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectMapFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectNullFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectNumberFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectObjectFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
expectStringFormat(JavaType) - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
ExtendedBeanProperty - Class in org.helenus.jackson.databind
The ExtendedBeanProperty class extends on Jackson's BeanProperty to provide support for querying repeatable annotations.
ExtendedBeanProperty(BeanProperty) - Constructor for class org.helenus.jackson.databind.ExtendedBeanProperty
Instantiates a new ExtendedBeanProperty object.

F

filter(Predicate<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
finalSchemaWithTitle() - Method in class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
Finalize the schema and add a suitable title to it if none defined.
findAny() - Method in class org.helenus.util.stream.DelegatingStream
findClasses(String) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds all classes defined in a given package using the current classloader.
findClasses(String, ClassLoader) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds all classes defined in a given package.
findFirst() - Method in class org.helenus.util.stream.DelegatingStream
findFirstAnnotation(Class<?>, Class<A>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds the first annotation from a given class' and interface's hierarchy of the specified annotation.
findFirstClassAnnotatedWith(Class<T>, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds the first class from a given class' hierarchy that is annotated with the specified annotation.
findFirstClassNotAnnotatedWith(Class<T>, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds the first class from a given class' hierarchy that is not annotated with the specified annotation.
findFormatOverrides(AnnotationIntrospector) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
findLastClassAnnotatedWith(Class<T>, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds the last class from a given class' hierarchy that is annotated with the specified annotation.
findResources(String) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds all resources defined in a given package using the current classloader.
findResources(String, ClassLoader) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Finds all resources defined in a given package.
findTypedValueSerializer(Class<?>, boolean, BeanProperty) - Method in class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
findTypedValueSerializer(JavaType, boolean, BeanProperty) - Method in class org.helenus.jackson.databind.ser.DefaultSchemaSerializerProvider
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.helenus.util.stream.DelegatingStream
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.helenus.util.stream.DelegatingStream
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.helenus.util.stream.DelegatingStream
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.helenus.util.stream.DelegatingStream
forEach(Consumer<? super T>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
forEach(Consumer<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
forEachOrdered(Consumer<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
forEachRemaining(Consumer<? super O>) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator

G

get(T) - Method in interface org.helenus.commons.collections.DirectedGraph
Gets a node from this graph given its value.
get(T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Gets a node from this graph given its value.
get() - Method in interface org.helenus.util.function.E2Supplier
Gets a result.
get() - Method in interface org.helenus.util.function.ESupplier
Gets a result.
getAdditionalProperties() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
getAllAnnotationsForFieldsAnnotatedWith(Class<?>, Class<A>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all fields of a given type (up the super class hierarchy) annotated with the specified annotation.
getAllAnnotationsForMembersAnnotatedWith(Class<T>, Class<?>, Class<A>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all members of a given type (up the super class hierarchy) annotated with the specified annotation.
getAllAnnotationsForMethodsAnnotatedWith(Class<?>, Class<A>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all methods of a given type (up the super class hierarchy) annotated with the specified annotation.
getAllDeclaredFields(Class<?>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all declared fields (up the super class hierarchy).
getAllDeclaredMembers(Class<T>, Class<?>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all declared members of a given type (up the super class hierarchy).
getAllDeclaredMethods(Class<?>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all declared methods (up the super class hierarchy).
getAllFieldsAnnotatedWith(Class<?>, Class<? extends Annotation>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all fields (up the super class hierarchy) annotated with the specified annotation.
getAllMembersAnnotatedWith(Class<T>, Class<?>, Class<? extends Annotation>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all members of a given type (up the super class hierarchy) annotated with the specified annotation.
getAllMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>, boolean) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets all methods (up the super class hierarchy) annotated with the specified annotation.
getAnnotation(Element, Class<T>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the specified element's annotation for the specified type if such an annotation is present, else null where classes referenced from the annotation are properly resolved and will not generate a compile-time mirror exception.
getAnnotation(Class<A>) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getAnnotationByType(Class<A>) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
Method for finding annotations associated with this property; meaning annotations associated with one of entities used to access property.
getAnnotations(Element) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations that are present on the element.
getAnnotationsAnnotatedWith(Element, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations which are themselves annotated with a given type of annotation that are present on the element.
getAnnotationsByType(Class<K>, Class<T>, AnnotatedElement) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations that are associated with the specified element.
getAnnotationsByType(Element, Class<T>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets annotations of a specific that are associated with the element.
getBean() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
Gets the underlying bean.
getBeanProperty(String) - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Gets the underlying bean property that corresponds to the given property name for this object.
getClassHierarchy(Class<?>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the hierarchy of a given class.
getComparator() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
getContextAnnotation(Class<A>) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getContextAnnotationByType(Class<A>) - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
Method for finding annotation associated with context of this property; usually class in which member is declared (or its subtype if processing subtype).
getCycle() - Method in exception org.helenus.commons.lang3.IllegalCycleException
Gets the cycle that was detected.
getDeclaredMembers(Class<T>, Class<?>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the declared members of the given type from the specified class.
getEdges() - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Gets an immutable view of the edge nodes leaving this node.
getEdgesFrom(T) - Method in interface org.helenus.commons.collections.DirectedGraph
Given a node in the graph, returns an immutable view of the edges leaving that node as a set of endpoints.
getEdgesFrom(T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Given a node in the graph, returns an immutable view of the edges leaving that node as a set of endpoints.
getExactSizeIfKnown() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
getFullName() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getIterator() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
Gets the iterator this iterator is using.
getJavaType() - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Gets the type or base type associated with the defined schema.
getJavaType() - Method in class org.helenus.jackson.jsonSchema.types.ReferenceTypesSchema
Gets the type or base type associated with the referenced schema.
getJavaType() - Method in class org.helenus.jackson.jsonSchema.types.StringTypesSchema
Gets the type or base type associated with the referenced schema.
getJavaTypes() - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Gets the type or sub-types associated with the defined schema.
getJavaTypes() - Method in class org.helenus.jackson.jsonSchema.types.ReferenceTypesSchema
Gets the type or sub-types associated with the referenced schema.
getJavaTypes() - Method in class org.helenus.jackson.jsonSchema.types.StringTypesSchema
Gets the type or sub-types associated with the referenced schema.
getKeysSchema() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Gets the schema for the map keys.
getKeysSchema() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Gets the schema for the map keys.
getKeysType() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Gets the type for the map keys.
getKeysType() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Gets the type for the map keys.
getMember() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getMetadata() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getName() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getRawClass(Type) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the raw class from the provided type.
getReverseTransformer() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Gets the optional reverse transformer this split iterator needs if the source is SORTED with a non-natural order.
getSerializationConstructorFromAnnotation(Class<T>, Class<? extends Annotation>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the serialization constructor for the given class based on the given annotation.
getSerializationConstructorFromBaseClass(Class<T>, Class<?>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Gets the serialization constructor for the given class based on the given base class.
getSpliterator() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Gets the split iterator this split iterator is using.
getTransformer() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
Gets the transformer this iterator is using.
getTransformer() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Gets the transformer this split iterator is using.
getType() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
getValue() - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Gets the value for this node.
getValuesSchema() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Gets the schema for the map values.
getValuesSchema() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Gets the schema for the map values.
getValuesType() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Gets the type for the map values.
getValuesType() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Gets the type for the map values.
getWrapperName() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
GraphUtils - Class in org.helenus.commons.collections
The GraphUtils class provides utility functions for graphs.

H

handledType() - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
hasCharacteristics(int) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
hashCode() - Method in interface org.helenus.commons.collections.DirectedGraph.Node
hashCode() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
hashCode() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
hasNext() - Method in class org.helenus.commons.collections.iterators.CombinationIterator
hasNext() - Method in class org.helenus.commons.collections.iterators.SnapshotIterator
hasNext() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
hasPrevious() - Method in class org.helenus.commons.collections.iterators.TransformListIterator

I

IllegalCycleException - Exception in org.helenus.commons.lang3
The IllegalCycleException class defines an exception that can be thrown when a cycle is detected in a directed graph.
IllegalCycleException(List<?>) - Constructor for exception org.helenus.commons.lang3.IllegalCycleException
Instantiates a new IllegalCycleException object.
IllegalCycleException(String, List<?>) - Constructor for exception org.helenus.commons.lang3.IllegalCycleException
Instantiates a new IllegalCycleException object.
IllegalCycleException(Throwable, List<?>) - Constructor for exception org.helenus.commons.lang3.IllegalCycleException
Instantiates a new IllegalCycleException object.
IllegalCycleException(String, Throwable, List<?>) - Constructor for exception org.helenus.commons.lang3.IllegalCycleException
Instantiates a new IllegalCycleException object.
inclusiveBetween(Logger, T, T, Comparable<T>) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(Logger, Level, T, T, Comparable<T>) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(Logger, T, T, Comparable<T>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(Logger, Level, T, T, Comparable<T>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
Inhibit - Class in org.helenus.util
The Inhibit class defines methods that can be used for properly inhibiting errors and/or conditions in specific situations based on standard algorithms for doing so.
interruptions(E2Runnable<E, InterruptedException>, EConsumer<InterruptedException, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java interruptions and propagating them after.
interruptionsAndExceptions(ERunnable<Exception>, EConsumer<Exception, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java exceptions and interruptions and propagating the interruptions properly after; runtime exceptions are still propagated as expected.
interruptionsAndExceptionsAndReturn(ESupplier<T, Exception>, EFunction<Exception, T, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified operation while inhibiting Java exceptions and interruptions and propagating the interruptions properly after; runtime exceptions are still propagated as expected.
interruptionsAndReturn(E2Supplier<T, E, InterruptedException>, EFunction<InterruptedException, T, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified operation while inhibiting Java interruptions and propagating them after.
interruptionsAndThrowOtherWhileSleeping(long, E) - Static method in class org.helenus.util.Inhibit
Invokes Thread.sleep(long) while inhibiting interruptions while propagating them properly for the next level.
interruptionsWhileRetrying(E2Runnable<E, InterruptedException>) - Static method in class org.helenus.util.Inhibit
Invoked the specified command object while inhibiting Java interruptions and propagating them after.
interruptionsWhileRetryingAndExceptions(ERunnable<Exception>, EConsumer<Exception, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java exceptions and interruptions and propagating the interruptions properly after.
interruptionsWhileRetryingAndExceptionsAndReturn(ESupplier<T, Exception>, EFunction<Exception, T, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified operation while inhibiting Java exceptions and interruptions and propagating the interruptions properly after.
interruptionsWhileRetryingAndReturn(E2Supplier<T, E, InterruptedException>) - Static method in class org.helenus.util.Inhibit
Invoked the specified operation object while inhibiting Java interruptions and propagating them after.
interruptionsWhileRetryingTryingLock(Lock, long, TimeUnit) - Static method in class org.helenus.util.Inhibit
Invokes Lock.tryLock() while inhibiting Java interruptions and propagating them after.
interruptionsWhileRetryingWaitingFor(Future<T>) - Static method in class org.helenus.util.Inhibit
Invokes Future.get() while inhibiting Java interruptions and propagating them after.
interruptionsWhileRetryingWaitingFor(Future<T>, long, TimeUnit) - Static method in class org.helenus.util.Inhibit
Invokes Future.get() while inhibiting Java interruptions and propagating them after.
interruptionsWhileRetryingWaitingForNotificationFrom(Object) - Static method in class org.helenus.util.Inhibit
Invokes Object.wait(long) while inhibiting Java interruptions and propagating them after.
interruptionsWhileSleeping(long) - Static method in class org.helenus.util.Inhibit
Invokes Thread.sleep(long) while inhibiting interruptions while propagating them properly for the next level.
interruptionsWhileTryingLock(Lock, long, TimeUnit) - Static method in class org.helenus.util.Inhibit
Invokes Lock.tryLock() while inhibiting Java interruptions and propagating them after.
interruptionsWhileWaitingFor(Future<T>) - Static method in class org.helenus.util.Inhibit
Invokes Future.get() while inhibiting Java interruptions and propagating them after.
interruptionsWhileWaitingFor(Future<T>, long, TimeUnit) - Static method in class org.helenus.util.Inhibit
Invokes Future.get() while inhibiting Java interruptions and propagating them after.
interruptionsWhileWaitingForNotificationFrom(Object) - Static method in class org.helenus.util.Inhibit
Invokes Object.wait(long) while inhibiting Java interruptions and propagating them after.
isAssignableFrom(Class<?>[], Class<?>) - Static method in class org.helenus.commons.lang3.reflect.ReflectionUtils
Checks if the specified class is assignment compatible (i.e.
isAssignableFrom(Logger, Class<?>, Class<?>) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument can be converted to the specified class, if not, throws an exception.
isAssignableFrom(Logger, Level, Class<?>, Class<?>) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument can be converted to the specified class, if not, throws an exception.
isAssignableFrom(Logger, Class<?>, Class<?>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument can be converted to the specified class, if not throws an exception.
isAssignableFrom(Logger, Level, Class<?>, Class<?>, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument can be converted to the specified class, if not throws an exception.
isEmpty() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
isInstanceOf(Logger, Class<?>, Object) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument is an instance of the specified class, if not throws an exception.
isInstanceOf(Logger, Level, Class<?>, Object) - Static method in class org.helenus.commons.lang3.Validate
Validates that the argument is an instance of the specified class, if not throws an exception.
isInstanceOf(Logger, Class<?>, Object, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument is an instance of the specified class; otherwise throwing an exception with the specified message.
isInstanceOf(Logger, Level, Class<?>, Object, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument is an instance of the specified class; otherwise throwing an exception with the specified message.
isParallel() - Method in class org.helenus.util.stream.DelegatingStream
isRequired() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
isTrue(Logger, boolean, String, long) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, Level, boolean, String, long) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, boolean, String, double) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, Level, boolean, String, double) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, boolean, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, Level, boolean, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(Logger, boolean) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception.
isTrue(Logger, Level, boolean) - Static method in class org.helenus.commons.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception.
iterator() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
iterator() - Method in class org.helenus.util.stream.DelegatingStream

J

JsonAnnotationSchemaFactoryWrapper - Class in org.helenus.jackson.jsonSchema.factories
The JsonAnnotationSchemaFactoryWrapper class extends on SchemaFactoryWrapper to provide support for Json views, titles, and validations through Json annotations.
JsonAnnotationSchemaFactoryWrapper() - Constructor for class org.helenus.jackson.jsonSchema.factories.JsonAnnotationSchemaFactoryWrapper
Instantiates a new JsonViewSchemaFactoryWrapper object.
JsonPropertyDefaultValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyDefaultValues annotation is used to indicate that the annotated property falls back to a default value.
JsonPropertyDefaultValuesProvider - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyDefaultValuesProvider annotation is used to annotated a static method in a class which is able to provide the set of valid default values for a Json property annotated with JsonPropertyDefaultValues and defining a class using the JsonPropertyDefaultValues.valueFromClass().
JsonPropertyDivisibleBy - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyDivisibleBy annotation is used to indicate the the annotated integer property must be divisible by with no remainder.
JsonPropertyEnumValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyEnumValues annotation is used to provide a set of all possible values that are valid for the annotated object, primitive, byte[], array, collection, or map property.
JsonPropertyEnumValuesProvider - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyEnumValuesProvider annotation is used to annotated a static method in a class which is able to provide the set of valid enum values for a Json property annotated with JsonPropertyEnumValues and defining a class using the JsonPropertyEnumValues.valueAvailablesOf() or JsonPropertyEnumValues.keyAvailablesOf().
JsonPropertyKeyDescription - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyKeyDescription annotation is used to provide a human readable description for the annotated property contained keys.
JsonPropertyKeyReference - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyKeyReference annotation is used to indicate that the annotated property contained keys should be referenced instead of having their schema expanded.
JsonPropertyLength - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyLength annotation is used to provide length information for the annotated string, byte[], array, or collection property.
JsonPropertyMaximumValue - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyMaximumValue annotation is used to indicate the maximum value for the annotated number property.
JsonPropertyMinimumValue - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyMinimumValue annotation is used to indicate the minimum value for the annotated number property.
JsonPropertyOneOfDoubleValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyOneOfDoubleValues annotation is used to provide a set of all possible values that are valid for the annotated object, array, collection, or map property.
JsonPropertyOneOfFloatValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyOneOfFloatValues annotation is used to provide a set of all possible values that are valid for the annotated object, array, collection, or map property.
JsonPropertyOneOfIntegerValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyOneOfIntegerValues annotation is used to provide a set of all possible values that are valid for the annotated object, array, collection, or map property.
JsonPropertyOneOfLongValues - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyOneOfLongValues annotation is used to provide a set of all possible values that are valid for the annotated object, array, collection, or map property.
JsonPropertyPattern - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyPattern annotation is used to indicate that the annotated string property must match a specific regular expression pattern.
JsonPropertyReadOnly - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyReadOnly annotation is used to indicate that the annotated property is not modifiable.
JsonPropertyReference - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyReference annotation is used to indicate that the annotated property or contained values should be referenced instead of having their schema expanded.
JsonPropertyTitle - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyTitle annotation is used to provide a title for the annotated property.
JsonPropertyUniqueItems - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyUniqueItems annotation is used to indicate the annotated array or collection property requires unique items (automatically set for Set).
JsonPropertyValueDescription - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyValueDescription annotation is used to provide a human readable description for the annotated property contained values inside a map or an array.
JsonPropertyValueFormat - Annotation Type in org.helenus.jackson.annotation
The JsonPropertyValueFormat annotation is used to indicate that the annotated primitive or byte[] property must match the specified format.

K

Keyable - Annotation Type in org.helenus.annotation
The Keyable annotation is used to annotate an annotation that can be keyed.

L

limit(long) - Method in class org.helenus.util.stream.DelegatingStream
LocaleUtils - Class in org.helenus.commons.lang3
The LocaleUtils class extends Apache's LocaleUtils to either provide new functionality or replace existing one.
LocaleUtils() - Constructor for class org.helenus.commons.lang3.LocaleUtils
Instantiates a new LocaleUtils object.

M

map(Function<? super T, ? extends R>) - Method in class org.helenus.util.stream.DelegatingStream
mapToDouble(ToDoubleFunction<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
mapToInt(ToIntFunction<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
mapToLong(ToLongFunction<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
MapTypesSchema - Class in org.helenus.jackson.jsonSchema.types
The MapTypesSchema class extends the ObjectSchema class to provide additional information about the Java map being defined.
MapTypesSchema(ObjectSchema) - Constructor for class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Instantiates a new MapTypesSchema object.
MapTypesSchema() - Constructor for class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Instantiates a new MapTypesSchema object.
MapTypesSchema.AdditionalProperties - Class in org.helenus.jackson.jsonSchema.types
The AdditionalProperties class defines additional properties used for a map to represent both the keys and values schemas.
matchesPattern(Logger, CharSequence, String) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception.
matchesPattern(Logger, Level, CharSequence, String) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception.
matchesPattern(Logger, CharSequence, String, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception with the specified message.
matchesPattern(Logger, Level, CharSequence, String, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception with the specified message.
max(Comparator<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
min(Comparator<? super T>) - Method in class org.helenus.util.stream.DelegatingStream

N

next() - Method in class org.helenus.commons.collections.iterators.CombinationIterator
next() - Method in class org.helenus.commons.collections.iterators.SnapshotIterator
next() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
nextIndex() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
nodeSet() - Method in interface org.helenus.commons.collections.DirectedGraph
Gets a Set view of all the nodes contained in this directed graph.
nodeSet() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Gets a Set view of all the nodes contained in this directed graph.
noneMatch(Predicate<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
noNullElements(Logger, T[], String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Logger, Level, T[], String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Logger, T[]) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception.
noNullElements(Logger, Level, T[]) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception.
noNullElements(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception.
noNullElements(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception.
notBlank(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message.
notBlank(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message.
notBlank(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception.
notBlank(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception.
notEmpty(Logger, T[], String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, Level, T[], String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, T[]) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, Level, T[]) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notNull(Logger, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception.
notNull(Logger, Level, T) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception.
notNull(Logger, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.
notNull(Logger, Level, T, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.

O

Objects - Class in org.helenus.util
The Objects class extends on Objects to provide support for Tolerable objects.
Objects() - Constructor for class org.helenus.util.Objects
 
ObjectTypesSchema - Class in org.helenus.jackson.jsonSchema.types
The ObjectTypesSchema class extends the ObjectSchema class to provide additional information about the Java type being defined.
ObjectTypesSchema(ObjectTypesSchema) - Constructor for class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Instantiates a new ObjectTypesSchema object.
ObjectTypesSchema(ObjectTypesSchema, ReferenceSchema) - Constructor for class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Instantiates a new ObjectTypesSchema object.
ObjectTypesSchema() - Constructor for class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Instantiates a new ObjectTypesSchema object.
onClose(Runnable) - Method in class org.helenus.util.stream.DelegatingStream
org.helenus.annotation - package org.helenus.annotation
 
org.helenus.commons.cli - package org.helenus.commons.cli
 
org.helenus.commons.collections - package org.helenus.commons.collections
 
org.helenus.commons.collections.graph - package org.helenus.commons.collections.graph
 
org.helenus.commons.collections.iterators - package org.helenus.commons.collections.iterators
 
org.helenus.commons.lang3 - package org.helenus.commons.lang3
 
org.helenus.commons.lang3.reflect - package org.helenus.commons.lang3.reflect
 
org.helenus.jackson.annotation - package org.helenus.jackson.annotation
 
org.helenus.jackson.databind - package org.helenus.jackson.databind
 
org.helenus.jackson.databind.ser - package org.helenus.jackson.databind.ser
 
org.helenus.jackson.databind.ser.impl - package org.helenus.jackson.databind.ser.impl
 
org.helenus.jackson.jsonSchema.factories - package org.helenus.jackson.jsonSchema.factories
 
org.helenus.jackson.jsonSchema.types - package org.helenus.jackson.jsonSchema.types
 
org.helenus.lang - package org.helenus.lang
 
org.helenus.lang.reflect - package org.helenus.lang.reflect
 
org.helenus.util - package org.helenus.util
 
org.helenus.util.function - package org.helenus.util.function
 
org.helenus.util.stream - package org.helenus.util.stream
 

P

parallel() - Method in class org.helenus.util.stream.DelegatingStream
parallelStream() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
peek(Consumer<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
PentaConsumer<T,U,V,X,Y> - Interface in org.helenus.util.function
The PentaConsumer interface represents an operation that accepts five input arguments and returns no result.
PentaFunction<T,U,V,X,Y,R> - Interface in org.helenus.util.function
The PentaFunction interface represents a function that accepts five arguments and produce a result.
previous() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
previousIndex() - Method in class org.helenus.commons.collections.iterators.TransformListIterator

Q

QuadConsumer<T,U,V,X> - Interface in org.helenus.util.function
The QuadConsumer interface represents an operation that accepts four input arguments and returns no result.

R

reduce(T, BinaryOperator<T>) - Method in class org.helenus.util.stream.DelegatingStream
reduce(BinaryOperator<T>) - Method in class org.helenus.util.stream.DelegatingStream
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class org.helenus.util.stream.DelegatingStream
ReferenceTypesSchema - Class in org.helenus.jackson.jsonSchema.types
The ReferenceTypesSchema class extends the ReferenceSchema class to provide additional information about the Java type being referenced.
ReferenceTypesSchema(ReferenceSchema, JavaType) - Constructor for class org.helenus.jackson.jsonSchema.types.ReferenceTypesSchema
Instantiates a new ReferenceTypesSchema object.
ReferenceTypesSchema(ObjectTypesSchema) - Constructor for class org.helenus.jackson.jsonSchema.types.ReferenceTypesSchema
Instantiates a new ReferenceTypesSchema object.
ReflectionUtils - Class in org.helenus.commons.lang3.reflect
The ReflectionUtils class provides reflection utilities.
remove(Object) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
remove() - Method in class org.helenus.commons.collections.iterators.CombinationIterator
remove() - Method in class org.helenus.commons.collections.iterators.SnapshotIterator
remove() - Method in class org.helenus.commons.collections.iterators.TransformListIterator
removeAll(Collection<?>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
removeEdge(T) - Method in interface org.helenus.commons.collections.DirectedGraph.Node
Removes the edge from this node to the specified destination node from the graph.
removeEdge(T, T) - Method in interface org.helenus.commons.collections.DirectedGraph
Removes the edge from the specified starting node to the specified destination node from the graph.
removeEdge(T, T) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
Removes the edge from the specified starting node to the specified destination node from the graph.
reset() - Method in class org.helenus.commons.collections.iterators.CombinationIterator
reset() - Method in class org.helenus.commons.collections.iterators.SnapshotIterator
retainAll(Collection<?>) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
reverse(DirectedGraph<T>) - Static method in class org.helenus.commons.collections.GraphUtils
Gets the reverse of the input graph.
reverseSort(DirectedGraph<T>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a reversed topological sorting of the nodes in the graph.
reverseSort(DirectedGraph<T>, Function<T, String>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a topological sorting of the nodes in the graph.
reverseSort(DirectedGraph<T>, Function<T, ?>, Function<T, String>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a topological sorting of the nodes in the graph.
run(CommandLine) - Method in class org.helenus.commons.cli.RunnableFirstOption
Runs this particular option based on the provided command line.
run(CommandLine) - Method in class org.helenus.commons.cli.RunnableOption
Runs this particular option based on the provided command line.
run() - Method in interface org.helenus.util.function.E2Runnable
Executes user-defined code.
run() - Method in interface org.helenus.util.function.ERunnable
Executes user-defined code.
RunnableFirstOption - Class in org.helenus.commons.cli
The RunnableFirstOption class extends Apache's {#link Option} class in order to provide the option to embed the running logic inside the option itself when it needs to be ran first before all other options.
RunnableFirstOption(String, boolean, String) - Constructor for class org.helenus.commons.cli.RunnableFirstOption
Instantiates a new RunnableOption object.
RunnableFirstOption(String, String, boolean, String) - Constructor for class org.helenus.commons.cli.RunnableFirstOption
Instantiates a new RunnableOption object.
RunnableFirstOption(String, String) - Constructor for class org.helenus.commons.cli.RunnableFirstOption
Instantiates a new RunnableOption object.
RunnableOption - Class in org.helenus.commons.cli
The RunnableOption class extends Apache's {#link Option} class in order to provide the option to embed the running logic inside the option itself.
RunnableOption(String, boolean, String) - Constructor for class org.helenus.commons.cli.RunnableOption
Instantiates a new RunnableOption object.
RunnableOption(String, String, boolean, String) - Constructor for class org.helenus.commons.cli.RunnableOption
Instantiates a new RunnableOption object.
RunnableOption(String, String, int, String) - Constructor for class org.helenus.commons.cli.RunnableOption
Instantiates a new RunnableOption object.
RunnableOption(String, String) - Constructor for class org.helenus.commons.cli.RunnableOption
Instantiates a new RunnableOption object.

S

sequential() - Method in class org.helenus.util.stream.DelegatingStream
SerializationUtils - Class in org.helenus.commons.lang3
The SerializationUtils class defines helper methods for serialization.
SerializationUtils() - Constructor for class org.helenus.commons.lang3.SerializationUtils
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
serializeAndCompress(Serializable, OutputStream) - Static method in class org.helenus.commons.lang3.SerializationUtils
Serializes and compresses a given object to the specified stream.
serializeAndCompress(Serializable) - Static method in class org.helenus.commons.lang3.SerializationUtils
Serializes and compresses a given object.
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
set(O) - Method in class org.helenus.commons.collections.iterators.TransformListIterator
setAdditionalProperties(ObjectSchema.AdditionalProperties) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
setIterator(ListIterator<? extends I>) - Method in class org.helenus.commons.collections.iterators.TransformListIterator
Sets the iterator for this iterator to use.
setJavaTypesFor(JavaType) - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
Set the type or sub-types defined by this schema.
setKeysSchema(JsonSchema) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Sets the schema for the map keys.
setKeysSchema(JsonSchema) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Sets the schema for the map keys.
setKeysType(JavaType) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Sets the type for the map keys.
setKeysType(JavaType) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Sets the type for the map keys.
setReverseTransformer(Transformer<? super O, ? extends I>) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Sets the reverse transformer this split iterator needs if the source is SORTED with a non-natural order.
setSpliterator(Spliterator<? extends I>) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Sets the split iterator for this split iterator to use.
setTransformer(Transformer<? super I, ? extends O>) - Method in class org.helenus.commons.collections.iterators.TransformListIterator
Sets the transformer this iterator will use.
setTransformer(Transformer<? super I, ? extends O>) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Sets the transformer this split iterator will use.
setValuesSchema(JsonSchema) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Sets the schema for the map values.
setValuesSchema(JsonSchema) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Sets the schema for the map values.
setValuesType(JavaType) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
Sets the type for the map values.
setValuesType(JavaType) - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema
Sets the type for the map values.
size() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
size() - Method in class org.helenus.commons.collections.iterators.CombinationIterator
Gets the number of combinations in this iterator.
skip(long) - Method in class org.helenus.util.stream.DelegatingStream
SnapshotIterator<T> - Class in org.helenus.commons.collections.iterators
The SnapshotIterator class provides support for creating a snapshot from another iterator; preserving the order of returned elements.
SnapshotIterator(Iterator<T>) - Constructor for class org.helenus.commons.collections.iterators.SnapshotIterator
Instantiates a new SnapshotIterator object.
SnapshotIterator(Iterable<T>) - Constructor for class org.helenus.commons.collections.iterators.SnapshotIterator
Instantiates a new SnapshotIterator object.
sort(DirectedGraph<T>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a topological sorting of the nodes in the graph.
sort(DirectedGraph<T>, Function<T, String>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a topological sorting of the nodes in the graph.
sort(DirectedGraph<T>, Function<T, ?>, Function<T, String>) - Static method in class org.helenus.commons.collections.GraphUtils
Sorts the specified directed graph and obtains a topological sorting of the nodes in the graph.
sorted() - Method in class org.helenus.util.stream.DelegatingStream
sorted(Comparator<? super T>) - Method in class org.helenus.util.stream.DelegatingStream
spliterator() - Method in class org.helenus.util.stream.DelegatingStream
stream() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
StringTypesSchema - Class in org.helenus.jackson.jsonSchema.types
The StringTypesSchema class extends the StringSchema class to provide additional information about the Java type being referenced as a string.
StringTypesSchema(ReferenceSchema, JavaType) - Constructor for class org.helenus.jackson.jsonSchema.types.StringTypesSchema
Instantiates a new StringTypesSchema object.
StringTypesSchema(StringSchema, JavaType) - Constructor for class org.helenus.jackson.jsonSchema.types.StringTypesSchema
Instantiates a new StringTypesSchema object.
StringTypesSchema(JavaType) - Constructor for class org.helenus.jackson.jsonSchema.types.StringTypesSchema
Instantiates a new StringTypesSchema object.

T

TetraConsumer<T,U,V,X> - Interface in org.helenus.util.function
The TetraConsumer interface represents an operation that accepts four input arguments and returns no result.
TetraFunction<T,U,V,X,R> - Interface in org.helenus.util.function
The TetraFunction interface represents a function that accepts four arguments and produce a result.
throwables(ERunnable<Throwable>, EConsumer<Throwable, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java errors and exceptions.
throwables(ERunnable<Throwable>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java errors and exceptions.
throwables(T, EConsumer<T, Throwable>, EConsumer<Throwable, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified consumer while inhibiting Java errors and exceptions.
throwablesAndReturn(ESupplier<T, Throwable>, EFunction<Throwable, T, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified operation while inhibiting Java errors and exceptions.
throwablesAndReturn(T, EFunction<T, R, Throwable>, EFunction<Throwable, R, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified function while inhibiting Java errors and exceptions.
throwingMerger() - Static method in class org.helenus.util.stream.Collectors
Returns a merge function, suitable for use in Map.merge() or toMap(), which always throws IllegalStateException.
toArray() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
toArray(A[]) - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
toArray() - Method in class org.helenus.util.stream.DelegatingStream
toArray(IntFunction<A[]>) - Method in class org.helenus.util.stream.DelegatingStream
toIdentityMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a IdentityHashMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toIdentityMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a IdentityHashMap whose keys and values are the result of applying the provided mapping functions to the input elements.
Tolerable - Interface in org.helenus.lang
The Tolerable interface can be implemented by classes that supports testing for equality with a tolerable error when comparing floating point values.
toLinkedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a LinkedHashMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toLinkedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a LinkedHashMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toLocale(String) - Static method in class org.helenus.commons.lang3.LocaleUtils
Converts a string to a Locale.
toString() - Method in class org.helenus.commons.collections.graph.ConcurrentHashDirectedGraph
toString() - Method in class org.helenus.jackson.databind.ExtendedBeanProperty
toString() - Method in class org.helenus.jackson.jsonSchema.types.ArraySchema
toString() - Method in class org.helenus.jackson.jsonSchema.types.MapTypesSchema.AdditionalProperties
toString() - Method in class org.helenus.jackson.jsonSchema.types.ObjectTypesSchema
toString() - Method in class org.helenus.jackson.jsonSchema.types.ReferenceTypesSchema
toString() - Method in class org.helenus.jackson.jsonSchema.types.StringTypesSchema
toString(Object) - Static method in class org.helenus.lang.reflect.Array
Gets a string representation of the contents of the specified array object.
toTreeMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a TreeMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toTreeMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class org.helenus.util.stream.Collectors
Returns a Collector that accumulates elements into a TreeMap whose keys and values are the result of applying the provided mapping functions to the input elements.
transform(I) - Method in class org.helenus.commons.collections.iterators.TransformListIterator
Transforms the given object using the transformer.
transform(I) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
Transforms the given object using the transformer.
TransformListIterator<I,O> - Class in org.helenus.commons.collections.iterators
The TransformListIterator class provides a useful extension to the ListIterator interface in cases where a transforming function needs to be applied to the iterator before returning any elements.
TransformListIterator(ListIterator<? extends I>) - Constructor for class org.helenus.commons.collections.iterators.TransformListIterator
Constructs a transforming list iterator using an input list iterator.
TransformListIterator(ListIterator<? extends I>, Transformer<? super I, ? extends O>) - Constructor for class org.helenus.commons.collections.iterators.TransformListIterator
Constructs a transforming list iterator using an input list iterator and the specified transformer.
TransformSpliterator<I,O> - Class in org.helenus.commons.collections.iterators
The TransformSpliterator class provides a useful extension to the Spliterator interface in cases where a transforming function needs to be applied to the split-iterator before returning any elements.
TransformSpliterator(Spliterator<? extends I>) - Constructor for class org.helenus.commons.collections.iterators.TransformSpliterator
Constructs a transforming split iterator using an input split iterator.
TransformSpliterator(Spliterator<? extends I>, Transformer<? super I, ? extends O>) - Constructor for class org.helenus.commons.collections.iterators.TransformSpliterator
Constructs a transforming split iterator using an input split iterator and the specified transformer.
TransformSpliterator(Spliterator<? extends I>, Transformer<? super I, ? extends O>, Transformer<? super O, ? extends I>) - Constructor for class org.helenus.commons.collections.iterators.TransformSpliterator
Constructs a transforming split iterator using an input split iterator and the specified transformer.
TriConsumer<T,U,V> - Interface in org.helenus.util.function
The TriConsumer interface represents an operation that accepts three input arguments and returns no result.
TriFunction<T,U,V,R> - Interface in org.helenus.util.function
The TriFunction interface represents a function that accepts three arguments and produce a result.
tryAdvance(Consumer<? super O>) - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
trySplit() - Method in class org.helenus.commons.collections.iterators.TransformSpliterator
typeSerializer() - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
Gets the type serializer.
TypeWrappedSchemaSerializer - Class in org.helenus.jackson.databind.ser.impl
The TypeWrappedSchemaSerializer class extends on TypeWrappedSerializer to provide support for Json schemas.
TypeWrappedSchemaSerializer(TypeSerializer, JsonSerializer<?>) - Constructor for class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
Instantiates a new TypeWrappedSchemaSerializer object.
TypeWrappedSchemaSerializer(TypeWrappedSerializer) - Constructor for class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
Instantiates a new TypeWrappedSchemaSerializer object.

U

unordered() - Method in class org.helenus.util.stream.DelegatingStream
unwrappedThrowables(ERunnable<Throwable>, EConsumer<Throwable, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified command while inhibiting Java errors, exceptions, and unwrapping target exceptions.
unwrappedThrowables(T, EConsumer<T, Throwable>, EConsumer<Throwable, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified consumer while inhibiting Java errors, exceptions, and unwrapping target exceptions.
unwrappedThrowablesAndReturn(ESupplier<T, Throwable>, EFunction<Throwable, T, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified operation while inhibiting Java errors, exceptions, and unwrapping target exceptions.
unwrappedThrowablesAndReturn(T, EFunction<T, R, Throwable>, EFunction<Throwable, R, E>) - Static method in class org.helenus.util.Inhibit
Invokes the specified function while inhibiting Java errors, exceptions, and unwrapping target exceptions.

V

Validate - Class in org.helenus.commons.lang3
The Validate class extends the class Validate to provide support for logging exceptions thrown out.
Validate() - Constructor for class org.helenus.commons.lang3.Validate
 
validIndex(Logger, T[], int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception with the specified message.
validIndex(Logger, Level, T[], int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception with the specified message.
validIndex(Logger, T[], int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception.
validIndex(Logger, Level, T[], int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception.
validIndex(Logger, T, int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception with the specified message.
validIndex(Logger, Level, T, int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception with the specified message.
validIndex(Logger, T, int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception.
validIndex(Logger, Level, T, int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception.
validIndex(Logger, T, int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception with the specified message.
validIndex(Logger, Level, T, int, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception with the specified message.
validIndex(Logger, T, int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception.
validIndex(Logger, Level, T, int) - Static method in class org.helenus.commons.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception.
validState(Logger, boolean) - Static method in class org.helenus.commons.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception.
validState(Logger, Level, boolean) - Static method in class org.helenus.commons.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception.
validState(Logger, boolean, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception with the specified message.
validState(Logger, Level, boolean, String, Object...) - Static method in class org.helenus.commons.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception with the specified message.
valueSerializer() - Method in class org.helenus.jackson.databind.ser.impl.TypeWrappedSchemaSerializer
Gets the value serializer.

W

withCause(E, Throwable) - Static method in class org.helenus.commons.lang3.ExceptionUtils
Initializes the cause for this exception.
withRootCause(E, Throwable) - Static method in class org.helenus.commons.lang3.ExceptionUtils
Initializes the root cause for this exception.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright (C) 2015-2017 The Helenus Driver Project Authors.