A B C E G H I K L M O P R S T U V W 
All Classes All Packages

A

accept(T) - Method in interface org.ethelred.util.function.CheckedConsumer
 
apply(T) - Method in interface org.ethelred.util.function.CheckedFunction
 
asUnchecked() - Method in interface org.ethelred.util.function.CheckedConsumer
 
asUnchecked() - Method in interface org.ethelred.util.function.CheckedFunction
 
asUnchecked() - Method in interface org.ethelred.util.function.CheckedRunnable
 
asUnchecked() - Method in interface org.ethelred.util.function.CheckedSupplier
 

B

BiMap<A,​B> - Class in org.ethelred.util.collect
A bidirectional mapping.
BiMap(Map<A, B>) - Constructor for class org.ethelred.util.collect.BiMap
Construct a BiMap from the entries in map.
BiMap.Entry<A,​B> - Class in org.ethelred.util.collect
 
build() - Method in class org.ethelred.util.collect.ImmutableTypedObjectMap.Builder
 
builder() - Static method in class org.ethelred.util.collect.ImmutableTypedObjectMap
 
Builder() - Constructor for class org.ethelred.util.collect.ImmutableTypedObjectMap.Builder
 

C

CheckedConsumer<T,​E extends Throwable> - Interface in org.ethelred.util.function
Checked wrapper for a Consumer.
CheckedFunction<T,​R,​E extends Throwable> - Interface in org.ethelred.util.function
Checked wrapper for a Function.
CheckedRunnable<E extends Throwable> - Interface in org.ethelred.util.function
Checked wrapper for a Runnable
CheckedSupplier<T,​E extends Throwable> - Interface in org.ethelred.util.function
Checked wrapper for a Supplier.
collector() - Static method in class org.ethelred.util.stream.SummaryStatistics
A Collector that uses the natural order to determine max and min.
collector(Comparator<B>) - Static method in class org.ethelred.util.stream.SummaryStatistics
A Collector that uses an explicit Comparator to determine max and min.
concat(Collection<? extends T>, Collection<? extends T>, IntFunction<C>) - Static method in class org.ethelred.util.collect.Sequences
Join two Collections into one.
concat(List<? extends T>, List<? extends T>) - Static method in class org.ethelred.util.collect.Sequences
Join two Lists into one.
concat(List<? extends T>, T...) - Static method in class org.ethelred.util.collect.Sequences
Join some items to the end of a List.
containsKey(Object) - Method in class org.ethelred.util.collect.ExpandableMap
 
containsValue(Object) - Method in class org.ethelred.util.collect.ExpandableMap
 

E

EmptyTypedObjectMap - Class in org.ethelred.util.collect
Created by edward on 3/14/17.
EmptyTypedObjectMap() - Constructor for class org.ethelred.util.collect.EmptyTypedObjectMap
 
entry(A, B) - Static method in class org.ethelred.util.collect.BiMap
Construct an entry for building a BiMap.
entrySet() - Method in class org.ethelred.util.collect.ExpandableMap
 
equals(Object) - Method in class org.ethelred.util.collect.ExpandableMap
 
equals(Object) - Method in class org.ethelred.util.collect.TypedObjectKey.ValuedTypedObjectKey
 
ExpandableMap<K,​V> - Class in org.ethelred.util.collect
Like Map.of(), but can produce copies with elements added.

G

get() - Method in interface org.ethelred.util.function.CheckedSupplier
 
get() - Method in class org.ethelred.util.function.Lazy
 
get(Object) - Method in class org.ethelred.util.collect.ExpandableMap
 
get(TypedObjectKey<T>) - Method in class org.ethelred.util.collect.EmptyTypedObjectMap
 
get(TypedObjectKey<T>) - Method in class org.ethelred.util.collect.ImmutableTypedObjectMap
 
get(TypedObjectKey<T>) - Method in interface org.ethelred.util.collect.TypedObjectMap
 
get(TypedObjectKey<T>) - Method in class org.ethelred.util.collect.ValuedTypedObjectMap
 
getByA(A) - Method in class org.ethelred.util.collect.BiMap
Get the B value corresponding to the A key.
getByB(B) - Method in class org.ethelred.util.collect.BiMap
Get the A value corresponding to the B key.
getCount() - Method in class org.ethelred.util.stream.SummaryStatistics
 
getMax() - Method in class org.ethelred.util.stream.SummaryStatistics
 
getMin() - Method in class org.ethelred.util.stream.SummaryStatistics
 

H

hashCode() - Method in class org.ethelred.util.collect.ExpandableMap
 
hashCode() - Method in class org.ethelred.util.collect.TypedObjectKey.ValuedTypedObjectKey
 
head(List<T>, int) - Static method in class org.ethelred.util.collect.Sequences
Retrieve items from the start of a List.

I

identity() - Static method in interface org.ethelred.util.collect.TypedObjectKey
 
IdentityTypedObjectKey() - Constructor for class org.ethelred.util.collect.TypedObjectKey.IdentityTypedObjectKey
 
ImmutableTypedObjectMap - Class in org.ethelred.util.collect
Created by edward on 3/14/17.
ImmutableTypedObjectMap.Builder - Class in org.ethelred.util.collect
 
isEmpty() - Method in class org.ethelred.util.collect.ExpandableMap
 
isSet(TypedObjectKey<Boolean>) - Method in interface org.ethelred.util.collect.TypedObjectMap
 

K

keysA() - Method in class org.ethelred.util.collect.BiMap
 
keysB() - Method in class org.ethelred.util.collect.BiMap
 
keySet() - Method in class org.ethelred.util.collect.ExpandableMap
 

L

lazy(A, Function<A, V>) - Static method in class org.ethelred.util.function.Lazy
 
lazy(Supplier<A>, Function<A, V>) - Static method in class org.ethelred.util.function.Lazy
 
lazy(Supplier<V>) - Static method in class org.ethelred.util.function.Lazy
 
Lazy<T> - Class in org.ethelred.util.function
NOT THREAD SAFE - intended to be used in single request scope

M

mapByA() - Method in class org.ethelred.util.collect.BiMap
 
mapByB() - Method in class org.ethelred.util.collect.BiMap
 

O

of() - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
of(K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1, K1, V1) - Static method in class org.ethelred.util.collect.ExpandableMap
 
ofEntries(Iterable<BiMap.Entry<A, B>>) - Static method in class org.ethelred.util.collect.BiMap
Construct a BiMap from given entries.
ofEntries(Collection<BiMap.Entry<A, B>>) - Static method in class org.ethelred.util.collect.BiMap
Construct a BiMap from given entries.
ofEntries(Map.Entry<? extends K1, ? extends V1>...) - Static method in class org.ethelred.util.collect.ExpandableMap
 
ofEntries(BiMap.Entry<A, B>...) - Static method in class org.ethelred.util.collect.BiMap
Construct a BiMap from given entries.
org.ethelred.util.collect - package org.ethelred.util.collect
 
org.ethelred.util.function - package org.ethelred.util.function
"Checked" wrapper types for the common functional interfaces.
org.ethelred.util.stream - package org.ethelred.util.stream
 

P

prefixes(Iterable<T>) - Static method in class org.ethelred.util.collect.Sequences
Get all possible prefixes of an Iterable.
put(TypedObjectKey<T>, T) - Method in class org.ethelred.util.collect.ImmutableTypedObjectMap.Builder
 

R

run() - Method in interface org.ethelred.util.function.CheckedRunnable
 

S

Sequences - Class in org.ethelred.util.collect
Utility functions for Lists.
set(TypedObjectKey<Boolean>) - Method in class org.ethelred.util.collect.ImmutableTypedObjectMap.Builder
 
size() - Method in class org.ethelred.util.collect.BiMap
 
size() - Method in class org.ethelred.util.collect.ExpandableMap
 
SummaryStatistics<T> - Class in org.ethelred.util.stream
A stream Collector that captures basic statistics in a single result.

T

tail(List<T>, int) - Static method in class org.ethelred.util.collect.Sequences
Like head, except it works backwards from the end of the list.
toBiMap() - Static method in class org.ethelred.util.collect.BiMap
 
TypedObjectKey<T> - Interface in org.ethelred.util.collect
 
TypedObjectKey.IdentityTypedObjectKey<TT> - Class in org.ethelred.util.collect
 
TypedObjectKey.ValuedTypedObjectKey<V,​TT> - Class in org.ethelred.util.collect
 
TypedObjectMap - Interface in org.ethelred.util.collect
Created by edward on 3/12/17.

U

unchecked(CheckedConsumer<TT, EE>) - Static method in interface org.ethelred.util.function.CheckedConsumer
 
unchecked(CheckedFunction<TT, RR, EE>) - Static method in interface org.ethelred.util.function.CheckedFunction
 
unchecked(CheckedRunnable<EE>) - Static method in interface org.ethelred.util.function.CheckedRunnable
 
unchecked(CheckedSupplier<TT, EE>) - Static method in interface org.ethelred.util.function.CheckedSupplier
 

V

valued(V) - Static method in interface org.ethelred.util.collect.TypedObjectKey
 
ValuedTypedObjectMap - Class in org.ethelred.util.collect
Created by edward on 3/14/17.
ValuedTypedObjectMap(TypedObjectMap, TypedObjectKey<T>, T) - Constructor for class org.ethelred.util.collect.ValuedTypedObjectMap
 
values() - Method in class org.ethelred.util.collect.ExpandableMap
 

W

with(K, V, Object...) - Method in class org.ethelred.util.collect.ExpandableMap
 
with(TypedObjectKey<T>, T, Consumer<TypedObjectMap>) - Method in interface org.ethelred.util.collect.TypedObjectMap
 
withFlag(TypedObjectKey<Boolean>, Consumer<TypedObjectMap>) - Method in interface org.ethelred.util.collect.TypedObjectMap
 
WrappedCheckedException - Exception in org.ethelred.util.function
The exception thrown from the 'Checked' wrappers in this package.
WrappedCheckedException(Throwable) - Constructor for exception org.ethelred.util.function.WrappedCheckedException
 
A B C E G H I K L M O P R S T U V W 
All Classes All Packages