- CanonicalDef - Class in org.calrissian.mango.types.canonicalizer.domain
-
- CanonicalDef(String, String) - Constructor for class org.calrissian.mango.types.canonicalizer.domain.CanonicalDef
-
- CanonicalizerContext - Class in org.calrissian.mango.types.canonicalizer
-
- CanonicalizerContext() - Constructor for class org.calrissian.mango.types.canonicalizer.CanonicalizerContext
-
- CanonicalizerContext(TypeRegistry<String>) - Constructor for class org.calrissian.mango.types.canonicalizer.CanonicalizerContext
-
- canonicalizeValueFromString(String, String) - Method in class org.calrissian.mango.types.canonicalizer.CanonicalizerContext
-
- chain(CloseableIterable<? extends T>...) - Static method in class org.calrissian.mango.collect.CloseableIterables
-
Combines multiple closeable iterables into a single closeable iterable.
- chain(Iterable<? extends CloseableIterable<? extends T>>) - Static method in class org.calrissian.mango.collect.CloseableIterables
-
Combines multiple closeable iterables into a single closeable iterable.
- chain(CloseableIterator<? extends T>...) - Static method in class org.calrissian.mango.collect.CloseableIterators
-
Combines multiple closeable iterators into a single closeable iterator.
- chain(Iterator<? extends CloseableIterator<? extends T>>) - Static method in class org.calrissian.mango.collect.CloseableIterators
-
Combines multiple closeable iterators into a single closeable iterator.
- checkFinished() - Method in class org.calrissian.mango.criteria.builder.QueryBuilder
-
- children() - Method in class org.calrissian.mango.criteria.domain.Leaf
-
- children() - Method in interface org.calrissian.mango.criteria.domain.Node
-
- children() - Method in class org.calrissian.mango.criteria.domain.ParentNode
-
- children - Variable in class org.calrissian.mango.hash.tree.HashNode
-
- CidrValueRangeIPv4 - Class in org.calrissian.mango.domain
-
- CidrValueRangeIPv4(String) - Constructor for class org.calrissian.mango.domain.CidrValueRangeIPv4
-
- CidrValueRangeIPv4(IPv4, IPv4) - Constructor for class org.calrissian.mango.domain.CidrValueRangeIPv4
-
- close() - Method in class org.calrissian.mango.collect.AbstractCloseableIterable
- close() - Method in class org.calrissian.mango.io.AbstractBufferedInputStream
- close() - Method in class org.calrissian.mango.io.AbstractBufferedOutputStream
- close() - Method in class org.calrissian.mango.io.DeletingFileInputStream
- CloseableIterable<T> - Interface in org.calrissian.mango.collect
-
Iterable that is closeable to release underlying resources
- CloseableIterables - Class in org.calrissian.mango.collect
-
Utility class to develop commonly used closeable iterables functions.
- CloseableIterables() - Constructor for class org.calrissian.mango.collect.CloseableIterables
-
- CloseableIterator<T> - Interface in org.calrissian.mango.collect
-
An Iterator that needs to be closed once it is no longer being used in order to clean up opened resources
- CloseableIterators - Class in org.calrissian.mango.collect
-
Utility class to develop commonly used closeable iterator functions.
- closed - Variable in class org.calrissian.mango.collect.AbstractCloseableIterable
-
- closeQuietly() - Method in class org.calrissian.mango.collect.AbstractCloseableIterable
-
Unconditionally closes the iterator.
- closeQuietly() - Method in class org.calrissian.mango.collect.AbstractCloseableIterator
-
Unconditionally closes the iterator.
- closeQuietly() - Method in interface org.calrissian.mango.collect.CloseableIterable
-
Unconditionally closes the iterator.
- closeQuietly() - Method in interface org.calrissian.mango.collect.CloseableIterator
-
Unconditionally closes the iterator.
- CollapseParentClauseVisitor - Class in org.calrissian.mango.criteria.visitor
-
Multiple And/Or descending down the tree can be rolled up.
- CollapseParentClauseVisitor() - Constructor for class org.calrissian.mango.criteria.visitor.CollapseParentClauseVisitor
-
- compareTo(IPv4) - Method in class org.calrissian.mango.domain.IPv4
-
- compareTo(CanonicalDef) - Method in class org.calrissian.mango.types.canonicalizer.domain.CanonicalDef
-
- concat(CloseableIterable<? extends Iterable<? extends T>>) - Static method in class org.calrissian.mango.collect.CloseableIterables
-
Combines multiple iterables into a single closeable iterable.
- concat(CloseableIterator<? extends Iterator<? extends T>>) - Static method in class org.calrissian.mango.collect.CloseableIterators
-
Combines multiple iterators into a single closeable iterator.
- configure(String) - Method in class org.calrissian.mango.types.canonicalizer.validator.RangeValidator
-
- configure(String) - Method in class org.calrissian.mango.types.canonicalizer.validator.RegexValidator
-
- configure(String) - Method in interface org.calrissian.mango.types.canonicalizer.validator.Validator
-
- contains(Object) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns true if this fluent iterable contains any object for which
equals(element) is true.
- ContextTransformer<T> - Interface in org.calrissian.mango.uri.transform
-
- ContextTransformException - Exception in org.calrissian.mango.uri.exception
-
- ContextTransformException() - Constructor for exception org.calrissian.mango.uri.exception.ContextTransformException
-
- ContextTransformException(String) - Constructor for exception org.calrissian.mango.uri.exception.ContextTransformException
-
- ContextTransformException(String, Throwable) - Constructor for exception org.calrissian.mango.uri.exception.ContextTransformException
-
- ContextTransformException(Throwable) - Constructor for exception org.calrissian.mango.uri.exception.ContextTransformException
-
- ContextTransformInterceptor<T> - Interface in org.calrissian.mango.uri.transform.interceptor
-
- ContextTransformService - Class in org.calrissian.mango.uri.transform
-
- ContextTransformService(Collection<ContextTransformer>, Collection<ContextTransformInterceptor>) - Constructor for class org.calrissian.mango.uri.transform.ContextTransformService
-
- copyInto(C) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Copies all the elements from this fluent iterable to collection.
- current - Variable in class org.calrissian.mango.criteria.builder.QueryBuilder
-
- cycle() - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns a fluent iterable whose Iterator cycles indefinitely over the elements of
this fluent iterable.
- toArray(Class<T>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an array containing all of the elements from this fluent iterable in iteration order.
- toList() - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an ImmutableList containing all of the elements from this
fluent iterable in proper sequence.
- toMap(Function<? super T, V>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an immutable map for which the elements of this FluentIterable are the keys in
the same order, mapped to values by the given function.
- toSet() - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an ImmutableSet containing all of the elements from this
fluent iterable with duplicates removed.
- toSortedList(Comparator<? super T>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an ImmutableList containing all of the elements from this
FluentCloseableIterable in the order specified by comparator.
- toSortedSet(Comparator<? super T>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns an ImmutableSortedSet containing all of the elements from this
FluentCloseableIterable in the order specified by comparator, with duplicates
(determined by comaprator.compare(x, y) == 0) removed.
- toStream(T) - Method in class org.calrissian.mango.uri.resolver.BasicObjectUriResolver
-
- toStream(T) - Method in interface org.calrissian.mango.uri.UriResolver
-
- toString() - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns a string representation of this fluent iterable, with the format
[e1, e2, ..., en].
- toString() - Method in class org.calrissian.mango.domain.IPv4
-
- toString() - Method in class org.calrissian.mango.domain.Tuple
-
- toString() - Method in class org.calrissian.mango.hash.tree.HashLeaf
-
- toString() - Method in class org.calrissian.mango.hash.tree.HashNode
-
- toString() - Method in class org.calrissian.mango.hash.tree.MerkleTree
-
- toString() - Method in class org.calrissian.mango.types.canonicalizer.domain.CanonicalDef
-
- toString() - Method in class org.calrissian.mango.uri.domain.ResolvedItem
-
- transform(CloseableIterable<F>, Function<? super F, ? extends T>) - Static method in class org.calrissian.mango.collect.CloseableIterables
-
Returns an iterable that applies function to each element of fromIterable.
- transform(CloseableIterator<F>, Function<F, T>) - Static method in class org.calrissian.mango.collect.CloseableIterators
-
Returns a closeable iterator that applies function to each element of fromIterator.
- transform(Function<? super T, ? extends E>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Returns a fluent iterable that applies function to each element of this
fluent iterable.
- transform(String, Object) - Method in class org.calrissian.mango.uri.transform.ContextTransformService
-
- transform(T) - Method in interface org.calrissian.mango.uri.transform.Transformable
-
- Transformable<T> - Interface in org.calrissian.mango.uri.transform
-
- transformAndConcat(Function<? super T, ? extends Iterable<E>>) - Method in class org.calrissian.mango.collect.FluentCloseableIterable
-
Applies function to each element of this fluent iterable and returns
a fluent iterable with the concatenated combination of results.
- Tuple - Class in org.calrissian.mango.domain
-
- Tuple(String, Object, String) - Constructor for class org.calrissian.mango.domain.Tuple
-
- TypeDecodingException - Exception in org.calrissian.mango.types.exception
-
- TypeDecodingException() - Constructor for exception org.calrissian.mango.types.exception.TypeDecodingException
-
- TypeDecodingException(String) - Constructor for exception org.calrissian.mango.types.exception.TypeDecodingException
-
- TypeDecodingException(String, Throwable) - Constructor for exception org.calrissian.mango.types.exception.TypeDecodingException
-
- TypeDecodingException(Throwable) - Constructor for exception org.calrissian.mango.types.exception.TypeDecodingException
-
- TypeEncoder<T,U> - Interface in org.calrissian.mango.types
-
- TypeEncodingException - Exception in org.calrissian.mango.types.exception
-
- TypeEncodingException() - Constructor for exception org.calrissian.mango.types.exception.TypeEncodingException
-
- TypeEncodingException(String) - Constructor for exception org.calrissian.mango.types.exception.TypeEncodingException
-
- TypeEncodingException(String, Throwable) - Constructor for exception org.calrissian.mango.types.exception.TypeEncodingException
-
- TypeEncodingException(Throwable) - Constructor for exception org.calrissian.mango.types.exception.TypeEncodingException
-
- TypeRegistry<U> - Class in org.calrissian.mango.types
-
- TypeRegistry(TypeEncoder<?, U>...) - Constructor for class org.calrissian.mango.types.TypeRegistry
-
- TypeRegistry(Iterable<TypeEncoder<?, U>>) - Constructor for class org.calrissian.mango.types.TypeRegistry
-