- abbreviate(TimeUnit) - Static method in class org.n52.janmayen.TimeValue
-
- AbstractAsyncEventListener - Class in org.n52.janmayen.event
-
- AbstractAsyncEventListener(int) - Constructor for class org.n52.janmayen.event.AbstractAsyncEventListener
-
- AbstractAsyncEventListener() - 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
-
- AbstractThrowingIterator() - Constructor for class org.n52.janmayen.AbstractThrowingIterator
-
- accept(ThrowingConsumer<T, X>, T) - Method in exception org.n52.janmayen.exception.CompositeException
-
- accept(ThrowingBiConsumer<T, U, X>, T, U) - 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(A, B) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
-
Performs this operation on the given arguments.
- accept(A) - Method in interface org.n52.janmayen.function.ThrowingConsumer
-
Performs this operation on the given argument.
- 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 - Static variable in class org.n52.janmayen.http.HTTPHeaders
-
- ACCEPT_ENCODING - Static variable in class org.n52.janmayen.http.HTTPHeaders
-
- 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(Throwable) - Method in exception org.n52.janmayen.exception.CompositeException
-
- add(Collection<? extends Throwable>) - Method in exception org.n52.janmayen.exception.CompositeException
-
- add(String, Object...) - Method in class org.n52.janmayen.http.QueryBuilder
-
- add(Enum<?>, Object...) - Method in class org.n52.janmayen.http.QueryBuilder
-
- add(Enum<?>, Iterable<Object>) - Method in class org.n52.janmayen.http.QueryBuilder
-
- add(String, Iterable<Object>) - Method in class org.n52.janmayen.http.QueryBuilder
-
- 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
-
- 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(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(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.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(Optional<?>...) - Static method in class org.n52.janmayen.Optionals
-
Checks if any of the optionals is present.
- any(Iterable<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(ThrowingFunction<T, R, X>, T) - Method in exception org.n52.janmayen.exception.CompositeException
-
- apply(ThrowingBiFunction<T, U, R, X>, T, U) - Method in exception org.n52.janmayen.exception.CompositeException
-
- apply(F) - Method in class org.n52.janmayen.function.ThrowableFunction
-
- apply(T, U) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface org.n52.janmayen.function.ThrowingFunction
-
Applies this function to the given argument.
- apply(IPAddress) - Method in class org.n52.janmayen.net.IPAddressRange
-
Deprecated.
- applyThrowable(F) - Method in class org.n52.janmayen.function.ThrowableFunction
-
- 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
-
- call() - Method in class org.n52.janmayen.Debouncer
-
Request the execution of the operation.
- call(Callable<T>) - Method in exception org.n52.janmayen.exception.CompositeException
-
- call(ThrowingCallable<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
-
- call() - Method in interface org.n52.janmayen.function.ThrowingCallable
-
- cast(T) - Static method in class org.n52.janmayen.function.Functions
-
Casts it's input argument to any type.
- 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.
- 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(T) - Constructor for class org.n52.janmayen.Chain
-
- Chain(List<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.
- child(T) - Method in class org.n52.janmayen.Chain
-
- child(Chain<T>) - Method in class org.n52.janmayen.Chain
-
- ClassBasedComponentKey<T> - Class in org.n52.janmayen.component
-
- 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<R>, BiConsumer<R, T>, BiConsumer<R, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
-
- collector(Supplier<A>, BiConsumer<A, T>, BiConsumer<A, A>, Function<A, R>) - Static method in class org.n52.janmayen.stream.MoreCollectors
-
- Comparables - Class in org.n52.janmayen
-
- compare(int, int) - Static method in class org.n52.janmayen.Comparables
-
Compares two int values numerically.
- compare(byte, byte) - Static method in class org.n52.janmayen.Comparables
-
Compares two byte values numerically.
- compare(short, short) - Static method in class org.n52.janmayen.Comparables
-
Compares two short values numerically.
- compare(char, char) - Static method in class org.n52.janmayen.Comparables
-
Compares two char values numerically.
- compare(long, long) - Static method in class org.n52.janmayen.Comparables
-
Compares two long values numerically.
- compare(boolean, boolean) - Static method in class org.n52.janmayen.Comparables
-
Compares two boolean values.
- compare(float, float) - Static method in class org.n52.janmayen.Comparables
-
Compares two float values numerically.
- compare(double, double) - Static method in class org.n52.janmayen.Comparables
-
Compares two double 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
-
- 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
- constant(U) - Static method in class org.n52.janmayen.function.Functions
-
Creates a function returning the same result for each invocation.
- 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.
- Constructable - Interface in org.n52.janmayen.lifecycle
-
- Consumers - Class in org.n52.janmayen.function
-
- 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
-
- 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(K) - Method in interface org.n52.janmayen.component.ComponentFactory
-
Creates the
Component associated with the supplied
key.
- 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.SingleTypeComponentFactory
-
Creates the
Component associated with the supplied
key.
- create(Event) - Method in class org.n52.janmayen.event.AbstractAsyncEventListener
-
- 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
-
- 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
-
- 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(A) - Method in interface org.n52.janmayen.function.ThrowingConsumer
-
- curry(T) - Method in interface org.n52.janmayen.function.ThrowingFunction
-
Create a supplier by currying the parameter.
- 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(A) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
-
- curryFirst(T) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
-
- curryFirst(T) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
-
- curryFirst(A) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
-
- curryFirst(A) - 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(B) - Method in interface org.n52.janmayen.function.ThrowingBiConsumer
-
- currySecond(U) - Method in interface org.n52.janmayen.function.ThrowingBiFunction
-
- currySecond(U) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
-
- currySecond(B) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
-
- currySecond(B) - Method in interface org.n52.janmayen.function.TriConsumer
-
- curryThird(C) - Method in interface org.n52.janmayen.function.ThrowingTriConsumer
-
- curryThird(C) - Method in interface org.n52.janmayen.function.TriConsumer
-
- 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(ThrowingSupplier<T, X>) - Method in exception org.n52.janmayen.exception.CompositeException
-
- get() - Method in interface org.n52.janmayen.function.ThrowingSupplier
-
Gets a result.
- GET - Static variable in interface org.n52.janmayen.http.HTTPMethods
-
- 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() - Method in interface org.n52.janmayen.Producer
-
- 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
-
- 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(Locale) - Static method in class org.n52.janmayen.i18n.LocaleHelper
-
- getEquivalents(String) - 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, V) - Method in interface org.n52.janmayen.IntervalMap
-
Get the first value for the specified key or the supplied default.
- getOrDefault(K, K, V) - Method in interface org.n52.janmayen.IntervalMap
-
Get the first value falling into the interval 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(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.
- 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.
- 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(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.
- 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.
- 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
-
- 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
-
- 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.
- 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
-
- IntervalTree(Comparator<? super K>) - Constructor for class org.n52.janmayen.IntervalTree
-
Creates a new IntervalTree.
- IntervalTree() - Constructor for class org.n52.janmayen.IntervalTree
-
Creates a new IntervalTree that uses the natural order of the keys.
- IPAddress - Class in org.n52.janmayen.net
-
Encapsulation of an IP address.
- 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(byte[]) - Constructor for class org.n52.janmayen.net.IPAddress
-
Creates a new IPAddress from an four element byte array.
- 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
-
- 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, IPAddress) - Constructor for class org.n52.janmayen.net.IPAddressRange
-
Creates a new address range from an address an a subnet mask.
- IPAddressRange(IPAddress, int) - Constructor for class org.n52.janmayen.net.IPAddressRange
-
Creates a new address range from the an address and an prefix.
- 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
-
- tail() - Method in class org.n52.janmayen.Chain
-
- test(ThrowingPredicate<T, X>, boolean, T) - Method in exception org.n52.janmayen.exception.CompositeException
-
- test(ThrowingBiPredicate<T, U, X>, boolean, T, U) - Method in exception org.n52.janmayen.exception.CompositeException
-
- test(T, U) - Method in interface org.n52.janmayen.function.ThrowingBiPredicate
-
Evaluates this predicate on the given arguments.
- test(T) - Method in interface org.n52.janmayen.function.ThrowingPredicate
-
Evaluates this predicate on the given argument.
- test(IPAddress) - Method in class org.n52.janmayen.net.IPAddressRange
-
- 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
-
- throwingMerger(Supplier<? extends RuntimeException>) - Static method in class org.n52.janmayen.stream.Streams
-
Creates a BinaryOperator that throws an exception if invoked.
- throwingMerger() - Static method in class org.n52.janmayen.stream.Streams
-
- throwingMerger(BiFunction<T, T, ? 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.
- 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(ThrowingConsumer<? super T, E>) - 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
-
- 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(Map<String, ?>) - Static method in class org.n52.janmayen.Json
-
- toJSON(Collection<?>) - 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(boolean) - Method in class org.n52.janmayen.Stopwatch
-
- toString() - Method in class org.n52.janmayen.TimeValue
-
- 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
-