java.util package especially for creating, storing or comparing objects.See: Description
| Interface | Description |
|---|---|
| Pair<A,B> |
Represents a pair of two typed values.
|
| WritableSupplier<E> |
This interface extends
Supplier by providing additional methods that
allow write access to the contained object. |
| Class | Description |
|---|---|
| ConstantSupplier<E> |
An implementation of
Supplier which holds a constant object of the
required type and returns it upon every call to ConstantSupplier.get() |
| IncludeExcludePatternPredicate |
A
Predicate for CharSequences that internally uses any number
of include and exclude regular expression Patterns for filtering. |
| LazySupplier<E> | |
| PrototypeSupplier<E extends Cloneable> |
An implementation of
Supplier which creates instances following the
prototype pattern - i.e. clones a given prototype object. |
| ReflectionSupplier<E> | |
| ThreadLocalLazySupplier<E> |
java.util package especially for creating, storing or comparing objects.Copyright © 2017. All rights reserved.