A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

abbreviate(TimeUnit) - Static method in class org.n52.janmayen.TimeValue
 
AbstractAsyncEventListener - Class in org.n52.janmayen.event
 
AbstractAsyncEventListener() - Constructor for class org.n52.janmayen.event.AbstractAsyncEventListener
 
AbstractAsyncEventListener(int) - Constructor for class org.n52.janmayen.event.AbstractAsyncEventListener
 
AbstractBuildable<F> - Class in org.n52.janmayen
 
AbstractBuildable(AbstractBuildable.AbstractBuilder<F, ?, ?>) - Constructor for class org.n52.janmayen.AbstractBuildable
 
AbstractBuildable.AbstractBuilder<F,​T,​B extends AbstractBuildable.AbstractBuilder<F,​T,​B>> - Class in org.n52.janmayen
 
AbstractBuilder(F) - Constructor for class org.n52.janmayen.AbstractBuildable.AbstractBuilder
 
AbstractComponentRepository<K,​C extends Component<K>,​F extends ComponentFactory<K,​C>> - Class in org.n52.janmayen.component
Abstract class to encapsulate the loading of implementations that are registered with the ServiceLoader interface.
AbstractComponentRepository() - Constructor for class org.n52.janmayen.component.AbstractComponentRepository
 
AbstractSimilarityKeyComponentRepository<K extends Similar<K>,​C extends Component<K>,​F extends ComponentFactory<K,​C>> - Class in org.n52.janmayen.component
Component repository for keys that can be similar and support for composite keys.
AbstractSimilarityKeyComponentRepository() - Constructor for class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
AbstractSimilarityKeyComponentRepository.CompositeKey - Class in org.n52.janmayen.component
 
AbstractSimilarityKeyRepository<K extends Similar<K>,​C extends Component<K>> - Class in org.n52.janmayen.component
 
AbstractSimilarityKeyRepository() - Constructor for class org.n52.janmayen.component.AbstractSimilarityKeyRepository
 
AbstractThrowingIterator<T,​X extends Exception> - Class in org.n52.janmayen
Copy of AbstractIterator for ThrowingIterator.
AbstractThrowingIterator() - Constructor for class org.n52.janmayen.AbstractThrowingIterator
 
accept(A) - Method in interface org.n52.janmayen.function.ThrowingConsumer
Performs this operation on the given argument.
accept(A, B) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Performs this operation on the given arguments.
accept(A, B, C) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
accept(A, B, C) - Method in interface org.n52.janmayen.function.TriConsumer
Performs this operation on the given arguments.
accept(ThrowingBiConsumer<T, U, X>, T, U) - Method in exception org.n52.janmayen.exception.CompositeException
 
accept(ThrowingConsumer<T, X>, T) - Method in exception org.n52.janmayen.exception.CompositeException
 
accept(ThrowingTriConsumer<A, B, C, X>, A, B, C) - Method in exception org.n52.janmayen.exception.CompositeException
 
ACCEPT - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
ACCEPT_ENCODING - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
ACCEPTED - org.n52.janmayen.http.HTTPStatus
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
add(Enum<?>, Iterable<Object>) - Method in class org.n52.janmayen.http.QueryBuilder
 
add(Enum<?>, Object...) - Method in class org.n52.janmayen.http.QueryBuilder
 
add(String, Iterable<Object>) - Method in class org.n52.janmayen.http.QueryBuilder
 
add(String, Object...) - Method in class org.n52.janmayen.http.QueryBuilder
 
add(Throwable) - Method in exception org.n52.janmayen.exception.CompositeException
 
add(Collection<? extends Throwable>) - Method in exception org.n52.janmayen.exception.CompositeException
 
add(K, K, V) - Method in class org.n52.janmayen.IntervalTree
Adds a new element to the interval tree
add(K, V) - Method in class org.n52.janmayen.IntervalTree
Adds a new element to the interval tree
addLocalization(String, String) - Method in class org.n52.janmayen.i18n.MultilingualString
 
addLocalization(Locale, String) - Method in class org.n52.janmayen.i18n.MultilingualString
 
addLocalization(LocalizedString) - Method in class org.n52.janmayen.i18n.MultilingualString
 
ALB - org.n52.janmayen.i18n.ISO6392B
 
ALLOW - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
allowNull(Comparator<T>) - Static method in class org.n52.janmayen.Comparables
 
alwaysFalse() - Static method in class org.n52.janmayen.function.Predicates
Creates a predicate that is always false.
alwaysTrue() - Static method in class org.n52.janmayen.function.Predicates
Creates a predicate that is always true.
and(ThrowingBiPredicate<? super T, ? super U, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(ThrowingPredicate<? super T, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andThen(ThrowingBiConsumer<? super A, ? super B, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Returns a composed BiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ThrowingConsumer<? super A, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingConsumer
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
andThen(ThrowingFunction<? super R, ? extends V, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(ThrowingFunction<? super R, ? extends V, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(ThrowingTriConsumer<? super A, ? super B, ? super C, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
Returns a composed ThrowingTriConsumer that performs, in sequence, this operation followed by the after operation.
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface org.n52.janmayen.function.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
any() - Static method in class org.n52.janmayen.http.MediaType
 
any(Iterable<Optional<?>>) - Static method in class org.n52.janmayen.Optionals
Checks if any of the optionals is present.
any(Optional<?>...) - Static method in class org.n52.janmayen.Optionals
Checks if any of the optionals is present.
any(Stream<Optional<?>>) - Static method in class org.n52.janmayen.Optionals
Checks if any of the optionals is present.
anyApplication() - Static method in class org.n52.janmayen.http.MediaType
 
anyAudio() - Static method in class org.n52.janmayen.http.MediaType
 
anyImage() - Static method in class org.n52.janmayen.http.MediaType
 
anyMessage() - Static method in class org.n52.janmayen.http.MediaType
 
anyModel() - Static method in class org.n52.janmayen.http.MediaType
 
anyMultipart() - Static method in class org.n52.janmayen.http.MediaType
 
anyText() - Static method in class org.n52.janmayen.http.MediaType
 
anyVideo() - Static method in class org.n52.janmayen.http.MediaType
 
application(String) - Static method in class org.n52.janmayen.http.MediaType
 
application(String, String, String) - Static method in class org.n52.janmayen.http.MediaType
 
APPLICATION_EXI - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_GEOTIFF - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_GML_32 - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_JSON - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_KVP - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_NETCDF - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_OCTET_STREAM - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_OM_20 - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_RDATA - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_SOAP_XML - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_STA - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
APPLICATION_X_GEOTIFF - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_X_NETCDF - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_X_RDATA - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_X_ZIPPED_SHP - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_XML - Static variable in class org.n52.janmayen.http.MediaTypes
 
APPLICATION_ZIP - Static variable in class org.n52.janmayen.http.MediaTypes
 
apply(F) - Method in class org.n52.janmayen.function.ThrowableFunction
 
apply(ThrowingBiFunction<T, U, R, X>, T, U) - Method in exception org.n52.janmayen.exception.CompositeException
 
apply(ThrowingFunction<T, R, X>, T) - Method in exception org.n52.janmayen.exception.CompositeException
 
apply(IPAddress) - Method in class org.n52.janmayen.net.IPAddressRange
Deprecated.
apply(T) - Method in interface org.n52.janmayen.function.ThrowingFunction
Applies this function to the given argument.
apply(T, U) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
Applies this function to the given arguments.
applyThrowable(F) - Method in class org.n52.janmayen.function.ThrowableFunction
 
ARM - org.n52.janmayen.i18n.ISO6392B
 
ASCII_LETTER - Static variable in interface org.n52.janmayen.CharacterClasses
 
ASCII_LOWER_CASE - Static variable in interface org.n52.janmayen.CharacterClasses
 
ASCII_UPPER_CASE - Static variable in interface org.n52.janmayen.CharacterClasses
 
asFunction(Supplier<V>) - Static method in class org.n52.janmayen.function.Suppliers
Creates a function ignoring it's parameter and just returning the supplier's value.
asKey() - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository.CompositeKey
 
asRange() - Method in class org.n52.janmayen.net.IPAddressRange
 
audio(String) - Static method in class org.n52.janmayen.http.MediaType
 
AUDIO_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
AUTHORIZATION - Static variable in class org.n52.janmayen.http.HTTPHeaders
 

B

BAD_GATEWAY - org.n52.janmayen.http.HTTPStatus
 
BAD_REQUEST - org.n52.janmayen.http.HTTPStatus
 
BAS - org.n52.janmayen.i18n.ISO6392B
 
build() - Method in interface org.n52.janmayen.Builder
 
build() - Method in class org.n52.janmayen.http.QueryBuilder
 
Builder<T,​B extends Builder<T,​B>> - Interface in org.n52.janmayen
 
BUR - org.n52.janmayen.i18n.ISO6392B
 

C

call() - Method in class org.n52.janmayen.Debouncer
Request the execution of the operation.
call() - Method in interface org.n52.janmayen.function.ThrowingCallable
 
call(Callable<T>) - Method in exception org.n52.janmayen.exception.CompositeException
 
call(ThrowingCallable<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
cast(Class<? extends U>) - Static method in class org.n52.janmayen.function.Functions
Returns a Function that casts it's input argument to any type.
cast(T) - Static method in class org.n52.janmayen.function.Functions
Casts it's input argument to any type.
castIfInstanceOf(Class<? extends U>) - Static method in class org.n52.janmayen.function.Functions
Returns a Function that casts it'S input argument to the specified type if it's the right type.
Chain<T> - Class in org.n52.janmayen
TODO JavaDoc
Chain(List<T>) - Constructor for class org.n52.janmayen.Chain
 
Chain(T) - Constructor for class org.n52.janmayen.Chain
 
CharacterClass - Class in org.n52.janmayen
Class to represent a characater class.
CharacterClasses - Interface in org.n52.janmayen
TODO JavaDoc
chars() - Method in class org.n52.janmayen.CharacterClass
Get the characters represented by this class.
CHI - org.n52.janmayen.i18n.ISO6392B
 
child(Chain<T>) - Method in class org.n52.janmayen.Chain
 
child(T) - Method in class org.n52.janmayen.Chain
 
ClassBasedComponentKey<T> - Class in org.n52.janmayen.component
Generic Component key that is based on a single Class.
ClassBasedComponentKey(Class<? extends T>) - Constructor for class org.n52.janmayen.component.ClassBasedComponentKey
Creates a new key.
Classes - Class in org.n52.janmayen
TODO JavaDoc
Classes() - Constructor for class org.n52.janmayen.Classes
 
ClassHelper - Class in org.n52.janmayen
 
collector(Supplier<A>, BiConsumer<A, T>, BiConsumer<A, A>, Function<A, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
collector(Supplier<R>, BiConsumer<R, T>, BiConsumer<R, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
Comparables - Class in org.n52.janmayen
 
compare(boolean, boolean) - Static method in class org.n52.janmayen.Comparables
Compares two boolean values.
compare(byte, byte) - Static method in class org.n52.janmayen.Comparables
Compares two byte values numerically.
compare(char, char) - Static method in class org.n52.janmayen.Comparables
Compares two char values numerically.
compare(double, double) - Static method in class org.n52.janmayen.Comparables
Compares two double values numerically.
compare(float, float) - Static method in class org.n52.janmayen.Comparables
Compares two float values numerically.
compare(int, int) - Static method in class org.n52.janmayen.Comparables
Compares two int values numerically.
compare(long, long) - Static method in class org.n52.janmayen.Comparables
Compares two long values numerically.
compare(short, short) - Static method in class org.n52.janmayen.Comparables
Compares two short values numerically.
compare(T, T) - Static method in class org.n52.janmayen.Comparables
Compares two values x and y.
compare(T, T) - Method in class org.n52.janmayen.similar.ProxySimilarityComparator
 
compare(T, T) - Method in class org.n52.janmayen.similar.SimilarityComparator
 
compareLittleEndianUnsignedByte(byte[], byte[]) - Static method in class org.n52.janmayen.net.IPAddress
Compares to byte arrays.
compareTo(MediaType) - Method in class org.n52.janmayen.http.MediaType
 
compareTo(IPAddress) - Method in class org.n52.janmayen.net.IPAddress
 
compareUnsignedByte(byte, byte) - Static method in class org.n52.janmayen.Comparables
Compares two byte values numerically, but handle the byte value as an unsigned byte.
COMPATIBLE_TYPES - Static variable in class org.n52.janmayen.http.MediaTypes
 
Component<K> - Interface in org.n52.janmayen.component
Base interface for keyed components.
ComponentFactory<K,​C extends Component<K>> - Interface in org.n52.janmayen.component
Interface for Component factories.
ComponentRepository<K,​C extends Component<K>> - Interface in org.n52.janmayen.component
Generic interface for repositories containing Components.
compose(ThrowingFunction<? super V, ? extends T, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
CompositeException - Exception in org.n52.janmayen.exception
TODO JavaDoc
CompositeException() - Constructor for exception org.n52.janmayen.exception.CompositeException
 
CompositeKey(Iterable<K>) - Constructor for class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository.CompositeKey
 
CompositeSimilar<T extends Similar<T>> - Class in org.n52.janmayen.similar
TODO JavaDoc
CompositeSimilar(Iterable<T>) - Constructor for class org.n52.janmayen.similar.CompositeSimilar
 
computeNext() - Method in class org.n52.janmayen.AbstractThrowingIterator
 
ConfigLocationProvider - Interface in org.n52.janmayen
TODO JavaDoc
CONFLICT - org.n52.janmayen.http.HTTPStatus
 
constant(boolean) - Static method in class org.n52.janmayen.function.Predicates
Creates a predicate that returns a constant value.
constant(T) - Static method in class org.n52.janmayen.function.Suppliers
Returns a constant supplier.
constant(U) - Static method in class org.n52.janmayen.function.Functions
Creates a function returning the same result for each invocation.
Constructable - Interface in org.n52.janmayen.lifecycle
 
Consumers - Class in org.n52.janmayen.function
Utility functions for Consumer.
contains(IPAddress) - Method in class org.n52.janmayen.net.IPAddressRange
Checks if a given IP address is in this range.
CONTENT_ENCODING - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
CONTENT_TYPE - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
CONTINUE - org.n52.janmayen.http.HTTPStatus
 
copy() - Method in interface org.n52.janmayen.Copyable
Create a deep copy of this object.
Copyable<T extends Copyable<T>> - Interface in org.n52.janmayen
A class that can produce a deep copy of itself.
create() - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Creates the single Component supported by this factory.
create(K) - Method in interface org.n52.janmayen.component.ComponentFactory
Creates the Component associated with the supplied key.
create(K) - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Creates the Component associated with the supplied key.
create(K) - Static method in class org.n52.janmayen.similar.ProxySimilarityComparator
 
create(K, Function<T, Collection<K>>) - Static method in class org.n52.janmayen.similar.ProxySimilarityComparator
 
create(Event) - Method in class org.n52.janmayen.event.AbstractAsyncEventListener
 
createAll() - Method in interface org.n52.janmayen.component.ComponentFactory
Creates all Components supported by this factory.
createAll() - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Creates a singleton set of the Component supported by this factory.
createCompositeKey(List<K>) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
CREATED - org.n52.janmayen.http.HTTPStatus
 
CRO - org.n52.janmayen.i18n.ISO6392B
 
curry(A) - Method in interface org.n52.janmayen.function.ThrowingConsumer
Create a ThrowingRunnable by currying the parameter.
curry(Function<? super T, ? extends R>, T) - Static method in class org.n52.janmayen.function.Functions
Curries the parameter of the Function and creates a Consumer.
curry(T) - Method in interface org.n52.janmayen.function.ThrowingFunction
Create a supplier by currying the parameter.
curryFirst(A) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Get a ThrowingConsumer by currying the first parameter.
curryFirst(A) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
curryFirst(A) - Method in interface org.n52.janmayen.function.TriConsumer
 
curryFirst(BiConsumer<T, U>, T) - Static method in class org.n52.janmayen.function.Consumers
Curries the second parameter of the BiConsumer and creates a Consumer.
curryFirst(BiFunction<T1, T2, R>, T1) - Static method in class org.n52.janmayen.function.Functions
Curries the first parameter of the BiFunction and creates a Function.
curryFirst(BiPredicate<T, U>, T) - Static method in class org.n52.janmayen.function.Predicates
Curries the first parameter of the BiPredicate and creates a Predicate.
curryFirst(T) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
Get a ThrowingFunction by currying the first parameter.
curryFirst(T) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Create a ThrowingPredicate by currying the first parameter
currySecond(B) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Get ThrowingConsumer by currying the second parameter.
currySecond(B) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
currySecond(B) - Method in interface org.n52.janmayen.function.TriConsumer
 
currySecond(BiConsumer<T, U>, U) - Static method in class org.n52.janmayen.function.Consumers
Curries the second parameter of the BiConsumer and creates a Consumer.
currySecond(BiFunction<T1, T2, R>, T2) - Static method in class org.n52.janmayen.function.Functions
Curries the second parameter of the BiFunction and creates a Function.
currySecond(BiPredicate<T, U>, U) - Static method in class org.n52.janmayen.function.Predicates
Curries the second parameter of the BiPredicate and creates a Predicate.
currySecond(U) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
Get a ThrowingFunction by currying the second parameter.
currySecond(U) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Create a ThrowingPredicate by currying the second parameter
curryThird(C) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
curryThird(C) - Method in interface org.n52.janmayen.function.TriConsumer
 
CZE - org.n52.janmayen.i18n.ISO6392B
 

D

Debouncer - Class in org.n52.janmayen
Postpones a operation until a configurable amount of time is passed without further requests for the operation.
Debouncer(int, Runnable) - Constructor for class org.n52.janmayen.Debouncer
Creates a new Debouncer.
decode(String) - Static method in class org.n52.janmayen.i18n.LocaleHelper
 
decode(String, Locale) - Static method in class org.n52.janmayen.i18n.LocaleHelper
 
decodeDateTime(String) - Static method in class org.n52.janmayen.Times
 
decodeInterval(String) - Static method in class org.n52.janmayen.Times
 
decodePeriod(String) - Static method in class org.n52.janmayen.Times
Parse a duration from a string representation.
DELETE - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
destroy() - Method in class org.n52.janmayen.event.EventListenerRegistrator
 
destroy() - Method in interface org.n52.janmayen.lifecycle.Destroyable
Destroys this object.
Destroyable - Interface in org.n52.janmayen.lifecycle
 
DIGIT_ARABIC_INDIC - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_ARABIC_INDIC_EXTENDED - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_ASCII - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_BENGALI - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_DEVANAGARI - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_GUJARATI - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_GURMUKHI - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_KANNADA - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_LAO - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_MALAYALAM - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_NON_ASCII - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_ORIYA - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_TAMIL - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_TELUGU - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_THAI - Static variable in interface org.n52.janmayen.CharacterClasses
 
DIGIT_TIBETAN - Static variable in interface org.n52.janmayen.CharacterClasses
 
DUT - org.n52.janmayen.i18n.ISO6392B
 

E

elapsed() - Method in class org.n52.janmayen.Stopwatch
 
empty() - Static method in interface org.n52.janmayen.IntervalMap
 
EMPTY - Static variable in interface org.n52.janmayen.IntervalMap
 
encode(Locale) - Static method in class org.n52.janmayen.i18n.LocaleHelper
 
encodeDateTime(DateTime) - Static method in class org.n52.janmayen.Times
 
encodeDateTime(DateTime, String) - Static method in class org.n52.janmayen.Times
 
encodeDateTime(DateTime, DateTimeFormatter) - Static method in class org.n52.janmayen.Times
 
encodeInterval(Interval) - Static method in class org.n52.janmayen.Times
 
endOfData() - Method in class org.n52.janmayen.AbstractThrowingIterator
 
EQUAL - Static variable in class org.n52.janmayen.Comparables
 
equals(Object) - Method in class org.n52.janmayen.Chain
 
equals(Object) - Method in class org.n52.janmayen.CharacterClass
equals(Object) - Method in class org.n52.janmayen.component.ClassBasedComponentKey
 
equals(Object) - Method in class org.n52.janmayen.http.MediaType
 
equals(Object) - Method in class org.n52.janmayen.i18n.LocalizedString
 
equals(Object) - Method in class org.n52.janmayen.i18n.MultilingualString
 
equals(Object) - Method in class org.n52.janmayen.net.IPAddress
 
equals(Object) - Method in class org.n52.janmayen.net.IPAddressRange
 
equals(Object) - Method in class org.n52.janmayen.net.ProxyChain
 
equals(Object) - Method in class org.n52.janmayen.similar.CompositeSimilar
 
errorWrapper(ThrowingFunction<S, T, X>) - Static method in class org.n52.janmayen.function.Functions
Wraps an ThrowingFunction into an Function that throws an Error if the function throws an Exception.
Event - Interface in org.n52.janmayen.event
Event interface.
EventBus - Class in org.n52.janmayen.event
The EventListener are registered to the EventBus which delegates the fired Event to the EventListener.
EventBus() - Constructor for class org.n52.janmayen.event.EventBus
 
EventBus(boolean) - Constructor for class org.n52.janmayen.event.EventBus
 
EventListener - Interface in org.n52.janmayen.event
Interface for the Event listener
EventListenerRegistrator - Class in org.n52.janmayen.event
Class used to decouple EventListener and EventBus creation.
EventListenerRegistrator() - Constructor for class org.n52.janmayen.event.EventListenerRegistrator
 
EXPECTATION_FAILED - org.n52.janmayen.http.HTTPStatus
 

F

filter(Locale, Locale, boolean) - Method in class org.n52.janmayen.i18n.MultilingualString
 
filtering(Predicate<T>, Collector<T, A, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
finish() - Method in class org.n52.janmayen.Debouncer
Shut this Debouncer down by executing any pending request.
first() - Method in class org.n52.janmayen.Chain
 
flatMapping(Function<? super T, ? extends Stream<? extends U>>, Collector<? super U, A, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
flattenPartialHierachy(Class<T>, Class<? extends T>) - Static method in class org.n52.janmayen.Classes
 
flattenPartialHierachy(Class<T>, Class<? extends T>) - Static method in class org.n52.janmayen.ClassHelper
 
FORBIDDEN - org.n52.janmayen.http.HTTPStatus
 
forChars(Character...) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the supplied characters.
forChars(Integer...) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the supplied characters.
forChars(Set<Integer>) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the supplied characters.
forClasses(Collection<CharacterClass>) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the supplied character classes.
forClasses(CharacterClass...) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the supplied character classes.
forEach(Consumer<? super Throwable>) - Method in exception org.n52.janmayen.exception.CompositeException
 
forEachRemaining(ThrowingConsumer<? super T, ? extends X>) - Method in interface org.n52.janmayen.ThrowingIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forInstance(T) - Static method in class org.n52.janmayen.Producers
 
forRange(int, int) - Static method in class org.n52.janmayen.CharacterClass
Creates a new character class including the range of characters between min and max.
forSupplier(Supplier<U>) - Static method in class org.n52.janmayen.function.Functions
Create a function for the the supplier, ignoring any supplied input.
FOUND - org.n52.janmayen.http.HTTPStatus
 
FRE - org.n52.janmayen.i18n.ISO6392B
 
fromForwardedForHeader(String) - Static method in class org.n52.janmayen.net.ProxyChain
Creates a Proxy chain from the X-Forwarded-For HTTP header.
fromValue(String) - Static method in enum org.n52.janmayen.i18n.ISO6392B
 
fromValue(Locale) - Static method in enum org.n52.janmayen.i18n.ISO6392B
 
fromValue(ISO6392B) - Static method in enum org.n52.janmayen.i18n.ISO6392B
 
Functions - Class in org.n52.janmayen.function
Utility functions for Function.

G

GATEWAY_TIME_OUT - org.n52.janmayen.http.HTTPStatus
 
GEO - org.n52.janmayen.i18n.ISO6392B
 
GER - org.n52.janmayen.i18n.ISO6392B
 
get() - Method in interface org.n52.janmayen.function.ThrowingSupplier
Gets a result.
get() - Method in interface org.n52.janmayen.Producer
 
get(K) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyRepository
 
get(K) - Method in interface org.n52.janmayen.component.ComponentRepository
Gets the Component associated with key if it exists.
get(K) - Method in interface org.n52.janmayen.IntervalMap
Get the value of the first interval matching the supplied key.
get(K, K) - Method in interface org.n52.janmayen.IntervalMap
Get the first value falling into the interval.
get(K, K) - Method in class org.n52.janmayen.IntervalTree
 
get(ThrowingSupplier<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
GET - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
getAcceptHeader(HttpServletRequest) - Static method in class org.n52.janmayen.http.HTTPHeaders
 
getAddress() - Method in class org.n52.janmayen.net.IPAddressRange
 
getAll() - Method in interface org.n52.janmayen.component.ComponentRepository
Get all Components of this repository.
getBitSize() - Method in class org.n52.janmayen.net.IPAddress
Get the number of bits the address contains.
getBytes() - Method in class org.n52.janmayen.net.IPAddress
 
getByteSize() - Method in class org.n52.janmayen.net.IPAddress
Get the number of bytes the address contains.
getCode() - Method in enum org.n52.janmayen.http.HTTPStatus
 
getComponent(K, K...) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
getComponentProviders() - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
getComponentProvidersByKey() - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
getComponents() - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
getDays() - Method in class org.n52.janmayen.TimeValue
 
getEquivalents(String) - Static method in class org.n52.janmayen.i18n.LocaleHelper
 
getEquivalents(Locale) - Static method in class org.n52.janmayen.i18n.LocaleHelper
 
getErrors() - Method in class org.n52.janmayen.function.ThrowableFunction
 
getExceptions() - Method in exception org.n52.janmayen.exception.CompositeException
 
getFactory() - Method in class org.n52.janmayen.AbstractBuildable.AbstractBuilder
 
getFactory() - Method in class org.n52.janmayen.AbstractBuildable
 
getFirstError() - Method in class org.n52.janmayen.function.ThrowableFunction
 
getHigh() - Method in class org.n52.janmayen.net.IPAddressRange
 
getHours() - Method in class org.n52.janmayen.TimeValue
 
getInetAddress() - Method in class org.n52.janmayen.net.IPAddress
 
getIPAddress(String) - Static method in class org.n52.janmayen.net.ProxyChain
 
getIso() - Method in enum org.n52.janmayen.i18n.ISO6392B
 
getIsoBib() - Method in enum org.n52.janmayen.i18n.ISO6392B
 
getKey() - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Gets the single key supported by this factory.
getKeys() - Method in interface org.n52.janmayen.component.ComponentFactory
Get all keys that are supported by this factory.
getKeys() - Method in interface org.n52.janmayen.component.Keyed
Gets the set of keys.
getKeys() - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Creates a singleton set of the key supported by this factory.
getLang() - Method in class org.n52.janmayen.i18n.LocalizedString
 
getLangString() - Method in class org.n52.janmayen.i18n.LocalizedString
 
getLocales() - Method in class org.n52.janmayen.i18n.MultilingualString
 
getLocalization(Locale) - Method in class org.n52.janmayen.i18n.MultilingualString
 
getLocalizationOrDefault(Locale, Locale) - Method in class org.n52.janmayen.i18n.MultilingualString
 
getLocalizations() - Method in class org.n52.janmayen.i18n.MultilingualString
 
getLocation() - Method in exception org.n52.janmayen.exception.LocationHintException
 
getLow() - Method in class org.n52.janmayen.net.IPAddressRange
 
getMask() - Method in class org.n52.janmayen.net.IPAddressRange
Get the mask described by this prefix.
getMaskForPrefix(int, int) - Static method in class org.n52.janmayen.net.IPAddressRange
 
getMicros() - Method in class org.n52.janmayen.TimeValue
 
getMillis() - Method in class org.n52.janmayen.TimeValue
 
getMinutes() - Method in class org.n52.janmayen.TimeValue
 
getNanos() - Method in class org.n52.janmayen.TimeValue
 
getOrDefault(K, K, V) - Method in interface org.n52.janmayen.IntervalMap
Get the first value falling into the interval or the supplied default.
getOrDefault(K, V) - Method in interface org.n52.janmayen.IntervalMap
Get the first value for the specified key or the supplied default.
getOrigin() - Method in class org.n52.janmayen.net.ProxyChain
Get the origin of the request (the clients address).
getParameter(String) - Method in class org.n52.janmayen.http.MediaType
 
getParameters() - Method in class org.n52.janmayen.http.MediaType
 
getPrefix() - Method in class org.n52.janmayen.net.IPAddressRange
 
getPrefixForMask(IPAddress) - Static method in class org.n52.janmayen.net.IPAddressRange
 
getProviders(Collection<? extends C>, Collection<? extends F>) - Method in class org.n52.janmayen.component.AbstractComponentRepository
Create a multi valued map with Producers for the supplied components and factories.
getProviders(Optional<? extends Collection<? extends C>>, Optional<? extends Collection<? extends F>>) - Method in class org.n52.janmayen.component.AbstractComponentRepository
Create a multi valued map with Producers for the supplied components and factories.
getProxies() - Method in class org.n52.janmayen.net.ProxyChain
Get a list of all intermediate proxy servers.
getQuality() - Method in class org.n52.janmayen.http.MediaType
 
getSeconds() - Method in class org.n52.janmayen.TimeValue
 
getSimilarity(MediaType) - Method in class org.n52.janmayen.http.MediaType
 
getSimilarity(T) - Method in class org.n52.janmayen.similar.CompositeSimilar
 
getSimilarity(T) - Method in interface org.n52.janmayen.similar.Similar
x = 0 ⇔ equal x < 0 ⇔ not similar x > 0 ⇔ similar y > 0 & x > y ⇔ x more similar than y
getSimilars() - Method in class org.n52.janmayen.similar.CompositeSimilar
 
getSimilars(T) - Method in class org.n52.janmayen.similar.ProxySimilarityComparator
 
getSimiliarity(Class<?>, Class<?>) - Static method in class org.n52.janmayen.Classes
Calculates class similarity based on hierarchy depth.
getSimiliarity(Class<?>, Class<?>) - Static method in class org.n52.janmayen.ClassHelper
Calculates class similarity based on hierarchy depth.
getSubtype() - Method in class org.n52.janmayen.http.MediaType
 
getText() - Method in class org.n52.janmayen.i18n.LocalizedString
 
getType() - Method in class org.n52.janmayen.component.ClassBasedComponentKey
Gets the type associated with this key.
getType() - Method in class org.n52.janmayen.http.MediaType
 
getTypes() - Method in interface org.n52.janmayen.event.EventListener
 
getUniqueProviders(Collection<? extends C>, Collection<? extends F>) - Method in class org.n52.janmayen.component.AbstractComponentRepository
Create a map with Producers for the supplied components and factories.
getUniqueProviders(Optional<? extends Collection<? extends C>>, Optional<? extends Collection<? extends F>>) - Method in class org.n52.janmayen.component.AbstractComponentRepository
Create a map with Producers for the supplied components and factories.
getUnit() - Method in class org.n52.janmayen.TimeValue
 
getV4Pattern() - Static method in class org.n52.janmayen.net.IPAddress
Get the regular expression matching an IPv4.
getV6Pattern() - Static method in class org.n52.janmayen.net.IPAddress
Get the regular expression matching an IPv6.
getValue() - Method in class org.n52.janmayen.TimeValue
 
GONE - org.n52.janmayen.http.HTTPStatus
 
GRE - org.n52.janmayen.i18n.ISO6392B
 
GREATER - Static variable in class org.n52.janmayen.Comparables
 
GroupedAndNamedThreadFactory - Class in org.n52.janmayen
 
GroupedAndNamedThreadFactory(String) - Constructor for class org.n52.janmayen.GroupedAndNamedThreadFactory
 
GZIP_ENCODING - Static variable in interface org.n52.janmayen.http.HTTPConstants
 

H

handle(Event) - Method in class org.n52.janmayen.event.AbstractAsyncEventListener
 
handle(Event) - Method in interface org.n52.janmayen.event.EventListener
 
has(K) - Method in interface org.n52.janmayen.component.ComponentFactory
Checks if this factory supports the supplied key.
has(K) - Method in interface org.n52.janmayen.component.SingleTypeComponentFactory
Checks if the key is the key supported by this factory.
hasComponent(K, K...) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
hasErrors() - Method in class org.n52.janmayen.function.ThrowableFunction
 
hasExceptions() - Method in exception org.n52.janmayen.exception.CompositeException
 
hashCode() - Method in class org.n52.janmayen.Chain
 
hashCode() - Method in class org.n52.janmayen.CharacterClass
hashCode() - Method in class org.n52.janmayen.component.ClassBasedComponentKey
 
hashCode() - Method in class org.n52.janmayen.http.MediaType
 
hashCode() - Method in class org.n52.janmayen.i18n.LocalizedString
 
hashCode() - Method in class org.n52.janmayen.i18n.MultilingualString
 
hashCode() - Method in class org.n52.janmayen.net.IPAddress
 
hashCode() - Method in class org.n52.janmayen.net.IPAddressRange
 
hashCode() - Method in class org.n52.janmayen.net.ProxyChain
 
hashCode() - Method in class org.n52.janmayen.similar.CompositeSimilar
 
hasLocale(Locale) - Method in class org.n52.janmayen.i18n.MultilingualString
 
hasNext() - Method in class org.n52.janmayen.AbstractThrowingIterator
 
hasNext() - Method in interface org.n52.janmayen.ThrowingIterator
Returns true if the iteration has more elements.
hasParameter(String) - Method in class org.n52.janmayen.http.MediaType
 
hasParameters() - Method in class org.n52.janmayen.http.MediaType
 
HEAD - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
HTTP_VERSION_NOT_SUPPORTED - org.n52.janmayen.http.HTTPStatus
 
HTTPConstants - Interface in org.n52.janmayen.http
TODO JavaDoc
HTTPHeaders - Class in org.n52.janmayen.http
TODO JavaDoc
HTTPMethods - Interface in org.n52.janmayen.http
TODO JavaDoc
HTTPStatus - Enum in org.n52.janmayen.http
TODO JavaDoc

I

ICE - org.n52.janmayen.i18n.ISO6392B
 
identity() - Static method in interface org.n52.janmayen.function.ThrowingUnaryOperator
Returns a unary operator that always returns its input argument.
ifPresentOrElse(Optional<U>, Consumer<U>, Runnable) - Static method in class org.n52.janmayen.Optionals
Feeds {code optional}'s value to consumer if it is present or else runs ifNotPresent.
image(String) - Static method in class org.n52.janmayen.http.MediaType
 
IMAGE_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
includes(int) - Method in class org.n52.janmayen.CharacterClass
Check if c is included in this class.
inheritance() - Static method in class org.n52.janmayen.Comparables
 
init() - Method in class org.n52.janmayen.event.EventBus
 
init() - Method in class org.n52.janmayen.event.EventListenerRegistrator
 
init() - Method in interface org.n52.janmayen.lifecycle.Constructable
Constructs this object.
instanceOf(Class<? extends U>) - Static method in class org.n52.janmayen.function.Predicates
Creates a Predicate that checks if it's input is an instance of clazz.
INTERNAL_SERVER_ERROR - org.n52.janmayen.http.HTTPStatus
 
IntervalMap<K,​V> - Interface in org.n52.janmayen
A map that uses intervals (specified as an upper and lower bound) as keys.
IntervalTree<K,​V> - Class in org.n52.janmayen
Tree implementation of IntervalMap.
IntervalTree() - Constructor for class org.n52.janmayen.IntervalTree
Creates a new IntervalTree that uses the natural order of the keys.
IntervalTree(Comparator<? super K>) - Constructor for class org.n52.janmayen.IntervalTree
Creates a new IntervalTree.
IPAddress - Class in org.n52.janmayen.net
Encapsulation of an IP address.
IPAddress(byte[]) - Constructor for class org.n52.janmayen.net.IPAddress
Creates a new IPAddress from an four element byte array.
IPAddress(int) - Constructor for class org.n52.janmayen.net.IPAddress
Creates a new IPAddress from an 32-Bit integer.
IPAddress(long, long) - Constructor for class org.n52.janmayen.net.IPAddress
Creates a new IPAddress from two 64-Bit integers.
IPAddress(String) - Constructor for class org.n52.janmayen.net.IPAddress
Creates a new IPAddress from its string representation.
IPAddress(InetAddress) - Constructor for class org.n52.janmayen.net.IPAddress
Creates a new IPAddress from an InetAddress.
IPAddressRange - Class in org.n52.janmayen.net
Representation of an IPv4 address range based on an address and a subnet mask.
IPAddressRange(String) - Constructor for class org.n52.janmayen.net.IPAddressRange
Creates a new address range from its string representation.
IPAddressRange(IPAddress, int) - Constructor for class org.n52.janmayen.net.IPAddressRange
Creates a new address range from the an address and an prefix.
IPAddressRange(IPAddress, IPAddress) - Constructor for class org.n52.janmayen.net.IPAddressRange
Creates a new address range from an address an a subnet mask.
IPV4_BIT_SIZE - Static variable in class org.n52.janmayen.net.IPAddress
 
IPV4_BYTE_SIZE - Static variable in class org.n52.janmayen.net.IPAddress
 
IPV6_BIT_SIZE - Static variable in class org.n52.janmayen.net.IPAddress
 
IPV6_BYTE_SIZE - Static variable in class org.n52.janmayen.net.IPAddress
 
isClientError() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isCompatible(MediaType) - Method in class org.n52.janmayen.http.MediaType
 
isEmpty() - Method in exception org.n52.janmayen.exception.CompositeException
 
isEmpty() - Method in class org.n52.janmayen.i18n.MultilingualString
 
isError() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isGzipEncoded(HttpServletRequest) - Static method in class org.n52.janmayen.http.HTTPHeaders
 
isInformative() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isIPv4() - Method in class org.n52.janmayen.net.IPAddress
Checks if this address is IPv4.
isIPv4() - Method in class org.n52.janmayen.net.IPAddressRange
Checks if this address range is IPv4.
isIPv6() - Method in class org.n52.janmayen.net.IPAddress
Checks if this address is IPv6.
isIPv6() - Method in class org.n52.janmayen.net.IPAddressRange
Checks if this address range is IPv6.
ISO6392B - Enum in org.n52.janmayen.i18n
Enum for ISO 639 bibliographic codes.
isRedirect() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isRunning() - Method in class org.n52.janmayen.Stopwatch
 
isServerError() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isSuccess() - Method in enum org.n52.janmayen.http.HTTPStatus
 
isValid() - Method in class org.n52.janmayen.NcName
 
isValid(String) - Static method in class org.n52.janmayen.NcName
Checks if name is a valid NCName.
isWildcard() - Method in class org.n52.janmayen.http.MediaType
 
isWildcardSubtype() - Method in class org.n52.janmayen.http.MediaType
 
isWildcardType() - Method in class org.n52.janmayen.http.MediaType
 
iterator() - Method in class org.n52.janmayen.Chain
 
iterator() - Method in exception org.n52.janmayen.exception.CompositeException
 
iterator() - Method in class org.n52.janmayen.i18n.MultilingualString
 

J

Json - Class in org.n52.janmayen
TODO JavaDoc
Json() - Constructor for class org.n52.janmayen.Json
 

K

Keyed<K> - Interface in org.n52.janmayen.component
Interface for keyed classes
keys() - Method in class org.n52.janmayen.component.AbstractSimilarityKeyRepository
 
keySetWhereValues(Predicate<? super V>) - Static method in class org.n52.janmayen.function.Functions
 
keyStreamWhereValues(Predicate<? super V>) - Static method in class org.n52.janmayen.function.Functions
 

L

last() - Method in class org.n52.janmayen.Chain
 
LENGTH_REQUIRED - org.n52.janmayen.http.HTTPStatus
 
LESS - Static variable in class org.n52.janmayen.Comparables
 
loadFile(File) - Static method in class org.n52.janmayen.Json
 
loadPath(String) - Static method in class org.n52.janmayen.Json
 
loadPath(Path) - Static method in class org.n52.janmayen.Json
 
loadReader(Reader) - Static method in class org.n52.janmayen.Json
 
loadStream(InputStream) - Static method in class org.n52.janmayen.Json
 
loadString(String) - Static method in class org.n52.janmayen.Json
 
loadURL(URL) - Static method in class org.n52.janmayen.Json
 
LocaleHelper - Class in org.n52.janmayen.i18n
 
LocalizedString - Class in org.n52.janmayen.i18n
Immutable localized variant of a string.
LocalizedString(String) - Constructor for class org.n52.janmayen.i18n.LocalizedString
 
LocalizedString(Locale, String) - Constructor for class org.n52.janmayen.i18n.LocalizedString
 
LOCATION - Static variable in class org.n52.janmayen.http.HTTPHeaders
 
LocationHintException - Exception in org.n52.janmayen.exception
Exception with an additional location hint.
LocationHintException(Enum<?>, String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(String, String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(String, Throwable) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable, Enum<?>) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable, Enum<?>, String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable, String) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable, String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 
LocationHintException(Throwable, String, String, Object...) - Constructor for exception org.n52.janmayen.exception.LocationHintException
 

M

MAC - org.n52.janmayen.i18n.ISO6392B
 
makeValid() - Method in class org.n52.janmayen.NcName
 
makeValid(char) - Method in class org.n52.janmayen.NcName
 
makeValid(String) - Static method in class org.n52.janmayen.NcName
Replaces all invalid characters in name with an underscore.
makeValid(String, char) - Static method in class org.n52.janmayen.NcName
Replaces all invalid characters in name with replacement.
MAL - org.n52.janmayen.i18n.ISO6392B
 
MAO - org.n52.janmayen.i18n.ISO6392B
 
map(ThrowingFunction<? super T, ? extends A, X>) - Method in interface org.n52.janmayen.function.ThrowingConsumer
Change the type of the parameter using the supplied mapper
mapFirst(ThrowingFunction<? super T, ? extends A, X>) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Change the first parameter using the supplied mapper.
mapFirst(ThrowingFunction<? super T, ? extends A, X>) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
mapOrElse(Optional<T>, Function<? super T, ? extends U>, Runnable) - Static method in class org.n52.janmayen.Optionals
Maps the optional using mapper if it is present or runs ifNotPresent.
mapping(Function<? super U, ? extends V>, Supplier<U>) - Static method in class org.n52.janmayen.function.Suppliers
Maps the output of an supplier using a function.
mapSecond(ThrowingFunction<? super T, ? extends B, X>) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
Change the second parameter using the supplied mapper.
mapSecond(ThrowingFunction<? super T, ? extends B, X>) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
mapThird(ThrowingFunction<? super T, ? extends C, X>) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
 
matches(Set<T>) - Method in class org.n52.janmayen.similar.CompositeSimilar
 
max(DateTime, DateTime) - Static method in class org.n52.janmayen.Times
 
MediaType - Class in org.n52.janmayen.http
TODO JavaDoc
MediaType() - Constructor for class org.n52.janmayen.http.MediaType
Constructs a */* media type.
MediaType(String) - Constructor for class org.n52.janmayen.http.MediaType
Constructs a type/* media type.
MediaType(String, String) - Constructor for class org.n52.janmayen.http.MediaType
Constructs a type/subtype media type.
MediaType(String, String, String, String) - Constructor for class org.n52.janmayen.http.MediaType
Constructs a type/subtype;parameter="name" media type.
MediaType(String, String, Map<String, ? extends Collection<String>>) - Constructor for class org.n52.janmayen.http.MediaType
Constructs a media type using the supplied parameters.
MediaTypes - Class in org.n52.janmayen.http
TODO JavaDoc
mergeLeft(BiConsumer<T, T>) - Static method in class org.n52.janmayen.function.Functions
 
mergeRight(BiConsumer<T, T>) - Static method in class org.n52.janmayen.function.Functions
 
mergeToLeftMap(BinaryOperator<V>) - Static method in class org.n52.janmayen.function.Functions
 
mergeToRightMap(BinaryOperator<V>) - Static method in class org.n52.janmayen.function.Functions
 
message(String) - Static method in class org.n52.janmayen.http.MediaType
 
MESSAGE_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
METHOD_NOT_ALLOWED - org.n52.janmayen.http.HTTPStatus
 
METHODS - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
min(DateTime, DateTime) - Static method in class org.n52.janmayen.Times
 
model(String) - Static method in class org.n52.janmayen.http.MediaType
 
MODEL_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
MoreCollectors - Class in org.n52.janmayen.stream
TODO JavaDoc
MoreIterators - Class in org.n52.janmayen
Utility functions for Iterator.
MOVED_PERMANENTLY - org.n52.janmayen.http.HTTPStatus
 
MULTI_STATUS - org.n52.janmayen.http.HTTPStatus
 
MultilingualString - Class in org.n52.janmayen.i18n
 
MultilingualString() - Constructor for class org.n52.janmayen.i18n.MultilingualString
 
multipart(String) - Static method in class org.n52.janmayen.http.MediaType
 
MULTIPART_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
MULTIPLE_CHOICES - org.n52.janmayen.http.HTTPStatus
 
mutate(Consumer<? super T>) - Static method in class org.n52.janmayen.function.Functions
Wrapps a Consumer into a Function that returns it's input argument.

N

NcName - Class in org.n52.janmayen
TODO JavaDoc
NcName(String) - Constructor for class org.n52.janmayen.NcName
 
negate() - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.n52.janmayen.function.ThrowingPredicate
Returns a predicate that represents the logical negation of this predicate.
newThread(Runnable) - Method in class org.n52.janmayen.GroupedAndNamedThreadFactory
 
next() - Method in class org.n52.janmayen.AbstractThrowingIterator
 
next() - Method in interface org.n52.janmayen.ThrowingIterator
Returns the next element in the iteration.
NO_CONTENT - org.n52.janmayen.http.HTTPStatus
 
nodeFactory() - Static method in class org.n52.janmayen.Json
 
NON_AUTHORITIVE_INFORMATION - org.n52.janmayen.http.HTTPStatus
 
normalizeString(String) - Static method in class org.n52.janmayen.http.MediaType
Normalize mime type string by processing it through the MediaType parser.
not(Predicate<T>) - Static method in class org.n52.janmayen.function.Predicates
Negates the predicate.
NOT_ACCEPTABLE - org.n52.janmayen.http.HTTPStatus
 
NOT_FOUND - org.n52.janmayen.http.HTTPStatus
 
NOT_IMPLEMENTED - org.n52.janmayen.http.HTTPStatus
 
NOT_MODIFIED - org.n52.janmayen.http.HTTPStatus
 
nullsFirst() - Static method in class org.n52.janmayen.Optionals
Creates a comparator to sort by the optional's value, nulls first.
nullsFirst(Comparator<? super U>) - Static method in class org.n52.janmayen.Optionals
Creates a comparator wrapping comparator to sort by the optional's value, nulls first.
nullsLast() - Static method in class org.n52.janmayen.Optionals
Creates a comparator to sort by the optional's value, nulls last.
nullsLast(Comparator<? super U>) - Static method in class org.n52.janmayen.Optionals
Creates a comparator wrapping comparator to sort by the optional's value, nulls last.

O

of(Predicate<T>) - Static method in class org.n52.janmayen.function.Predicates
Creates a predicate.
OK - org.n52.janmayen.http.HTTPStatus
 
only(Iterable<Locale>) - Method in class org.n52.janmayen.i18n.MultilingualString
 
only(Locale...) - Method in class org.n52.janmayen.i18n.MultilingualString
 
Optionals - Class in org.n52.janmayen
Utility functions for Optional.
OPTIONS - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
or(Supplier<Optional<U>>...) - Static method in class org.n52.janmayen.Optionals
Gets the first value of the first optional that is present.
or(Optional<U>...) - Static method in class org.n52.janmayen.Optionals
Gets the first value of the first optional that is present.
or(Optional<U>, Supplier<Optional<U>>) - Static method in class org.n52.janmayen.Optionals
Gets the value of a if it is present or else the value of b.
or(Optional<U>, Optional<U>) - Static method in class org.n52.janmayen.Optionals
Gets the value of a if it is present or else the value of b.
or(Stream<Supplier<Optional<U>>>) - Static method in class org.n52.janmayen.Optionals
Gets the first value of the first optional that is present.
or(ThrowingBiPredicate<? super T, ? super U, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(ThrowingPredicate<? super T, ? extends X>) - Method in interface org.n52.janmayen.function.ThrowingPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
orElseNull(Optional<U>) - Static method in class org.n52.janmayen.Optionals
Gets the value of optional if it is present, null otherwise.
org.n52.janmayen - package org.n52.janmayen
 
org.n52.janmayen.component - package org.n52.janmayen.component
 
org.n52.janmayen.event - package org.n52.janmayen.event
 
org.n52.janmayen.exception - package org.n52.janmayen.exception
 
org.n52.janmayen.function - package org.n52.janmayen.function
 
org.n52.janmayen.http - package org.n52.janmayen.http
 
org.n52.janmayen.i18n - package org.n52.janmayen.i18n
 
org.n52.janmayen.lifecycle - package org.n52.janmayen.lifecycle
 
org.n52.janmayen.net - package org.n52.janmayen.net
 
org.n52.janmayen.similar - package org.n52.janmayen.similar
 
org.n52.janmayen.stream - package org.n52.janmayen.stream
 

P

parent() - Method in class org.n52.janmayen.Chain
 
parse(String) - Static method in class org.n52.janmayen.http.MediaType
 
PARTIAL_CONTENT - org.n52.janmayen.http.HTTPStatus
 
PATCH - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
PER - org.n52.janmayen.i18n.ISO6392B
 
PERMANENT_REDIRECT - org.n52.janmayen.http.HTTPStatus
 
POST - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
PRECONDITION_FAILED - org.n52.janmayen.http.HTTPStatus
 
Predicates - Class in org.n52.janmayen.function
Utility functions for Predicate.
print(JsonNode) - Static method in class org.n52.janmayen.Json
 
print(OutputStream, JsonNode) - Static method in class org.n52.janmayen.Json
 
print(Writer, JsonNode) - Static method in class org.n52.janmayen.Json
 
PROCESSING - org.n52.janmayen.http.HTTPStatus
 
produce(Collection<Producer<T>>) - Static method in class org.n52.janmayen.Producers
 
produce(List<Producer<T>>) - Static method in class org.n52.janmayen.Producers
 
produce(Map<K, Producer<T>>) - Static method in class org.n52.janmayen.Producers
 
produce(Set<Producer<T>>) - Static method in class org.n52.janmayen.Producers
 
produce(Producer<T>) - Static method in class org.n52.janmayen.Producers
 
Producer<T> - Interface in org.n52.janmayen
Generic Factory interface.
Producers - Class in org.n52.janmayen
TODO JavaDoc
propagateIfPossible(Class<X>) - Method in class org.n52.janmayen.function.ThrowableFunction
 
PROXY_AUTHENTICATION_REQUIRED - org.n52.janmayen.http.HTTPStatus
 
ProxyChain - Class in org.n52.janmayen.net
Representation of a proxy chain as found in HTTP X-Forwarded-For header.
ProxyChain(List<IPAddress>) - Constructor for class org.n52.janmayen.net.ProxyChain
Creates a new chain from a list of addresses as found in the X-Forwarded-For header.
ProxyChain(IPAddress, List<IPAddress>) - Constructor for class org.n52.janmayen.net.ProxyChain
Creates a new chain from a origin (the original client) and all intermediate proxies.
ProxySimilarityComparator<T,​K extends Similar<K>> - Class in org.n52.janmayen.similar
TODO JavaDoc
ProxySimilarityComparator(K) - Constructor for class org.n52.janmayen.similar.ProxySimilarityComparator
 
PUT - Static variable in interface org.n52.janmayen.http.HTTPMethods
 

Q

qname() - Static method in class org.n52.janmayen.Comparables
 
QueryBuilder - Class in org.n52.janmayen.http
TODO JavaDoc
QueryBuilder(String) - Constructor for class org.n52.janmayen.http.QueryBuilder
 
QueryBuilder(URL) - Constructor for class org.n52.janmayen.http.QueryBuilder
 
QueryBuilder(URL, Charset) - Constructor for class org.n52.janmayen.http.QueryBuilder
 
QueryBuilder(QueryBuilder) - Constructor for class org.n52.janmayen.http.QueryBuilder
 

R

register(EventListener) - Method in class org.n52.janmayen.event.EventBus
Register a new EventListener to the EventBus.
remove() - Method in interface org.n52.janmayen.ThrowingIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
REQUEST_ENTITY_TO_LARGE - org.n52.janmayen.http.HTTPStatus
 
REQUEST_TIME_OUT - org.n52.janmayen.http.HTTPStatus
 
REQUEST_URL_TO_LONG - org.n52.janmayen.http.HTTPStatus
 
REQUESTED_RANGE_NOT_STAISFIABLE - org.n52.janmayen.http.HTTPStatus
 
reset() - Method in class org.n52.janmayen.Stopwatch
 
RESET_CONTENT - org.n52.janmayen.http.HTTPStatus
 
reverse(BiConsumer<A, B>) - Static method in class org.n52.janmayen.function.Consumers
Reverses the parameter order of the BiConsumer
reverseRange(int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a sequential reverse-ordered IntStream from from (inclusive) to to (exclusive) by an incremental step of 1.
reverseRangeClosed(int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a sequential reverse-ordered IntStream from from (inclusive) to to (inclusive) by an incremental step of 1.
reverseStream(double[]) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(double[], int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(int[]) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(int[], int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(long[]) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(long[], int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(T[]) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
reverseStream(T[], int, int) - Static method in class org.n52.janmayen.stream.Streams
Returns a reversed stream of the array values.
run() - Method in interface org.n52.janmayen.function.ThrowingRunnable
 
run(ThrowingRunnable<X>) - Method in exception org.n52.janmayen.exception.CompositeException
 

S

search(K) - Method in interface org.n52.janmayen.IntervalMap
Get the values for all intervals matching the supplied key.
search(K, K) - Method in interface org.n52.janmayen.IntervalMap
Get all values falling into the specified interval.
search(K, K) - Method in class org.n52.janmayen.IntervalTree
 
SEE_OHTER - org.n52.janmayen.http.HTTPStatus
 
self() - Method in interface org.n52.janmayen.Builder
 
SER - org.n52.janmayen.i18n.ISO6392B
 
SERVICE_UNAVAILABLE - org.n52.janmayen.http.HTTPStatus
 
setListeners(Collection<EventListener>) - Method in class org.n52.janmayen.event.EventListenerRegistrator
 
setListSeperator(String) - Method in class org.n52.janmayen.http.QueryBuilder
 
setLocalizations(Map<String, String>) - Method in class org.n52.janmayen.i18n.MultilingualString
 
setProducers(Collection<Provider<C>>) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyRepository
 
setProducers(Map<K, Set<Producer<C>>>) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 
setServiceEventBus(EventBus) - Method in class org.n52.janmayen.event.EventListenerRegistrator
 
Similar<T> - Interface in org.n52.janmayen.similar
TODO JavaDoc
SimilarityComparator<T extends Similar<T>> - Class in org.n52.janmayen.similar
TODO JavaDoc
SimilarityComparator(T) - Constructor for class org.n52.janmayen.similar.SimilarityComparator
 
SingleTypeComponentFactory<K,​C extends Component<K>> - Interface in org.n52.janmayen.component
Convenience interface for a ComponentFactory that supports only a single key.
size() - Method in exception org.n52.janmayen.exception.CompositeException
 
size() - Method in class org.n52.janmayen.i18n.MultilingualString
 
SLO - org.n52.janmayen.i18n.ISO6392B
 
split(String, CharSequence) - Static method in class org.n52.janmayen.MoreIterators
Create a Iterator that is splitting the input using regex.
split(Pattern, CharSequence) - Static method in class org.n52.janmayen.MoreIterators
Create a Iterator that is splitting the input using pattern.
spliterator() - Method in exception org.n52.janmayen.exception.CompositeException
 
start() - Method in class org.n52.janmayen.Stopwatch
 
stop() - Method in class org.n52.janmayen.Stopwatch
 
Stopwatch - Class in org.n52.janmayen
TODO JavaDoc
Stopwatch() - Constructor for class org.n52.janmayen.Stopwatch
 
stream() - Method in class org.n52.janmayen.Chain
 
stream() - Method in exception org.n52.janmayen.exception.CompositeException
 
stream() - Method in interface org.n52.janmayen.stream.Streamable
Create a new stream.
stream() - Method in interface org.n52.janmayen.stream.StreamingIterable
 
stream(double[]) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an array.
stream(int[]) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an array.
stream(long[]) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an array.
stream(Iterable<T>) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an Iterable.
stream(Collection<T>) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from a Collection.
stream(Enumeration<T>) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an Enumeration.
stream(Iterator<T>) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an Iterator.
stream(T[]) - Static method in class org.n52.janmayen.stream.Streams
Factory function for creating a Stream from an array.
Streamable<T> - Interface in org.n52.janmayen.stream
Interface for classes that have a stream() method.
StreamingIterable<T> - Interface in org.n52.janmayen.stream
Interface for classes implementing both Streamable and Iterable.
Streams - Class in org.n52.janmayen.stream
Utility functions for Stream.
StringInterpolationException - Exception in org.n52.janmayen.exception
Exception with additional formatting parameters.
StringInterpolationException(String, Object...) - Constructor for exception org.n52.janmayen.exception.StringInterpolationException
 
StringInterpolationException(Throwable) - Constructor for exception org.n52.janmayen.exception.StringInterpolationException
 
StringInterpolationException(Throwable, String, Object...) - Constructor for exception org.n52.janmayen.exception.StringInterpolationException
 
submit(Event) - Method in class org.n52.janmayen.event.EventBus
Submit the fired Event to the registered EventListener and initiate the handling of the Event
Suppliers - Class in org.n52.janmayen.function
Utility functions for Supplier.
supportsGzipEncoding(HttpServletRequest) - Static method in class org.n52.janmayen.http.HTTPHeaders
 
SWITCHING_PROTOCOLS - org.n52.janmayen.http.HTTPStatus
 

T

tail() - Method in class org.n52.janmayen.Chain
 
TEMPORARY_REDIRECT - org.n52.janmayen.http.HTTPStatus
 
test(ThrowingBiPredicate<T, U, X>, boolean, T, U) - Method in exception org.n52.janmayen.exception.CompositeException
 
test(ThrowingPredicate<T, X>, boolean, T) - Method in exception org.n52.janmayen.exception.CompositeException
 
test(IPAddress) - Method in class org.n52.janmayen.net.IPAddressRange
 
test(T) - Method in interface org.n52.janmayen.function.ThrowingPredicate
Evaluates this predicate on the given argument.
test(T, U) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
Evaluates this predicate on the given arguments.
text(String) - Static method in class org.n52.janmayen.http.MediaType
 
TEXT_CSV - Static variable in class org.n52.janmayen.http.MediaTypes
 
TEXT_HTML - Static variable in class org.n52.janmayen.http.MediaTypes
 
TEXT_PLAIN - Static variable in class org.n52.janmayen.http.MediaTypes
 
TEXT_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
TEXT_XML - Static variable in class org.n52.janmayen.http.MediaTypes
 
ThrowableFunction<F,​T> - Class in org.n52.janmayen.function
TODO JavaDoc
ThrowableFunction() - Constructor for class org.n52.janmayen.function.ThrowableFunction
 
throwCause(Class<? extends X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
throwIfNotEmpty() - Method in exception org.n52.janmayen.exception.CompositeException
 
throwIfNotEmpty(Function<? super CompositeException, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
ThrowingBiConsumer<A,​B,​X extends Exception> - Interface in org.n52.janmayen.function
Represents an operation that accepts two input arguments and returns no result.
ThrowingBiFunction<T,​U,​R,​X extends Exception> - Interface in org.n52.janmayen.function
Represents a function that accepts two arguments and produces a result.
ThrowingBiPredicate<T,​U,​X extends Exception> - Interface in org.n52.janmayen.function
Represents a predicate (boolean-valued function) of two arguments.
ThrowingCallable<V,​X extends Exception> - Interface in org.n52.janmayen.function
TODO JavaDoc
ThrowingConsumer<A,​X extends Exception> - Interface in org.n52.janmayen.function
Represents an operation that accepts a single input argument and returns no result.
ThrowingFunction<T,​R,​X extends Exception> - Interface in org.n52.janmayen.function
Represents a function that accepts one argument and produces a result.
ThrowingIterator<T,​X extends Exception> - Interface in org.n52.janmayen
A throwing variant of Iterator.
throwingMerger() - Static method in class org.n52.janmayen.stream.Streams
Creates a BinaryOperator that throws an IllegalStateException if invoked.
throwingMerger(BiFunction<T, T, ? extends RuntimeException>) - Static method in class org.n52.janmayen.stream.Streams
Creates a BinaryOperator that throws an exception if invoked.
throwingMerger(Supplier<? extends RuntimeException>) - Static method in class org.n52.janmayen.stream.Streams
Creates a BinaryOperator that throws an exception if invoked.
ThrowingPredicate<T,​X extends Exception> - Interface in org.n52.janmayen.function
Represents a predicate (boolean-valued function) of one argument.
ThrowingRunnable<X extends Exception> - Interface in org.n52.janmayen.function
TODO JavaDoc
ThrowingSupplier<T,​X extends Exception> - Interface in org.n52.janmayen.function
Represents a supplier of results.
ThrowingTriConsumer<A,​B,​C,​X extends Exception> - Interface in org.n52.janmayen.function
TODO JavaDoc
ThrowingUnaryOperator<T,​X extends Exception> - Interface in org.n52.janmayen.function
Represents an operation on a single operand that produces a result of the same type as its operand.
TIB - org.n52.janmayen.i18n.ISO6392B
 
Times - Class in org.n52.janmayen
TODO JavaDoc
TimeValue - Class in org.n52.janmayen
TODO JavaDoc
TimeValue(long, TimeUnit) - Constructor for class org.n52.janmayen.TimeValue
 
to(TimeUnit) - Method in class org.n52.janmayen.TimeValue
 
toCardinalities(Function<X, T>, Predicate<X>, Function<X, Stream<X>>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toChain(Function<X, T>, Predicate<X>, Function<X, Stream<X>>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toChain(Function<X, T>, Predicate<X>, Function<X, Stream<X>>, Function<X, U>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toCompositeException(Supplier<X>, ThrowingConsumer<? super T, E>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toCompositeException(ThrowingConsumer<? super T, E>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toDays() - Method in class org.n52.janmayen.TimeValue
 
toDuplicateSet() - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toDuplicateSet(int) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toDuplicateStream() - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toDuplicateStream(int) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toHours() - Method in class org.n52.janmayen.TimeValue
 
toJSON(Collection<?>) - Static method in class org.n52.janmayen.Json
 
toJSON(Map<String, ?>) - Static method in class org.n52.janmayen.Json
 
toLinkedHashMap() - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toMicros() - Method in class org.n52.janmayen.TimeValue
 
toMillis() - Method in class org.n52.janmayen.TimeValue
 
toMinutes() - Method in class org.n52.janmayen.TimeValue
 
toNanos() - Method in class org.n52.janmayen.TimeValue
 
toSeconds() - Method in class org.n52.janmayen.TimeValue
 
toSingleResult() - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toSingleResult(Supplier<? extends RuntimeException>) - Static method in class org.n52.janmayen.stream.MoreCollectors
 
toString() - Method in class org.n52.janmayen.Chain
 
toString() - Method in class org.n52.janmayen.component.ClassBasedComponentKey
 
toString() - Method in class org.n52.janmayen.http.MediaType
 
toString() - Method in class org.n52.janmayen.i18n.LocalizedString
 
toString() - Method in class org.n52.janmayen.i18n.MultilingualString
 
toString() - Method in class org.n52.janmayen.net.IPAddress
 
toString() - Method in class org.n52.janmayen.net.IPAddressRange
 
toString() - Method in class org.n52.janmayen.net.ProxyChain
 
toString() - Method in class org.n52.janmayen.similar.CompositeSimilar
 
toString() - Method in class org.n52.janmayen.Stopwatch
 
toString() - Method in class org.n52.janmayen.TimeValue
 
toString(boolean) - Method in class org.n52.janmayen.Stopwatch
 
toUnmodifiableList() - Static method in class org.n52.janmayen.stream.MoreCollectors
Returns a Collector that accumulates the input elements into a new unmodifiable List.
toUnmodifiableSet() - Static method in class org.n52.janmayen.stream.MoreCollectors
Returns a Collector that accumulates the input elements into a new unmodifiable Set.
toUTC(DateTime) - Static method in class org.n52.janmayen.Times
Transforms the supplied DateTime to UTC.
toValueMap() - Static method in class org.n52.janmayen.stream.MoreCollectors
 
TRACE - Static variable in interface org.n52.janmayen.http.HTTPMethods
 
TriConsumer<A,​B,​C> - Interface in org.n52.janmayen.function
TODO JavaDoc
tryGetComponent(K, K...) - Method in class org.n52.janmayen.component.AbstractSimilarityKeyComponentRepository
 

U

UNAUTHORIZED - org.n52.janmayen.http.HTTPStatus
 
universal(V) - Static method in interface org.n52.janmayen.IntervalMap
Creates a IntervalMap that returns the same value for each key.
unregister(EventListener) - Method in class org.n52.janmayen.event.EventBus
Unregister a new EventListener to the EventBus.
UNSUPPORTED_MEDIA_TYPE - org.n52.janmayen.http.HTTPStatus
 
USE_PROXY - org.n52.janmayen.http.HTTPStatus
 

V

valueOf(String) - Static method in enum org.n52.janmayen.http.HTTPStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.n52.janmayen.i18n.ISO6392B
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.n52.janmayen.http.HTTPStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.n52.janmayen.i18n.ISO6392B
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class org.n52.janmayen.Comparables
 
video(String) - Static method in class org.n52.janmayen.http.MediaType
 
VIDEO_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 

W

WEL - org.n52.janmayen.i18n.ISO6392B
 
WILDCARD_TYPE - Static variable in class org.n52.janmayen.http.MediaType
 
withoutParameter(String) - Method in class org.n52.janmayen.http.MediaType
 
withoutParameters() - Method in class org.n52.janmayen.http.MediaType
 
withoutQuality() - Method in class org.n52.janmayen.http.MediaType
 
withParameter(String, String) - Method in class org.n52.janmayen.http.MediaType
 
withParameters(Map<String, ? extends Collection<String>>) - Method in class org.n52.janmayen.http.MediaType
 
withSubType(String) - Method in class org.n52.janmayen.http.MediaType
 
withType(String) - Method in class org.n52.janmayen.http.MediaType
 
wrapCallable(Callable<T>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapCallable(ThrowingCallable<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapConsumer(ThrowingBiConsumer<T, U, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapConsumer(ThrowingConsumer<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapConsumer(ThrowingTriConsumer<A, B, C, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapFunction(ThrowingBiFunction<T, U, R, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapFunction(ThrowingFunction<T, R, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapOperator(ThrowingUnaryOperator<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapPredicate(ThrowingBiPredicate<T, U, X>, boolean) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapPredicate(ThrowingPredicate<T, X>, boolean) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapRunnable(ThrowingRunnable<X>) - Method in exception org.n52.janmayen.exception.CompositeException
 
wrapSupplier(ThrowingSupplier<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
 

X

X_FORWARDED_FOR - Static variable in class org.n52.janmayen.http.HTTPHeaders
 

Z

ZERO - Static variable in class org.n52.janmayen.TimeValue
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages