| Interface | Description |
|---|---|
| BooleanConsumer |
Represents an operation that accepts a single
Boolean-valued argument and returns no result. |
| ByteConsumer |
Represents an operation that accepts a single
byte-valued argument and returns no result. |
| CharConsumer |
Represents an operation that accepts a single
char-valued argument and returns no result. |
| CharToBooleanFunction | |
| FloatConsumer |
Represents an operation that accepts a single
float-valued argument and returns no result. |
| NanoSampler | |
| ObjBooleanConsumer<T> |
Represents an operation that accepts a an object-valued and
Boolean-valued argument, and returns no result. |
| ObjByteConsumer<T> |
Represents an operation that accepts a an object-valued and
byte-valued argument, and returns no result. |
| ObjCharConsumer<T> |
Represents an operation that accepts a an object-valued and
char-valued argument, and returns no result. |
| ObjFloatConsumer<T> |
Represents an operation that accepts a an object-valued and
float-valued argument, and returns no result. |
| ObjShortConsumer<T> |
Represents an operation that accepts a an object-valued and
short-valued argument, and returns no result. |
| ReadResolvable<T> | |
| SerializableBiFunction<I,T,O> |
This interface is a Function which is also Serializable.
|
| SerializableConsumer<T> | |
| SerializableFunction<I,O> |
This interface is a Function which is also Serializable.
|
| SerializablePredicate<T> | |
| SerializableUpdater<U> |
This interface expect to take an object for alteration and it must be serializable.
|
| SerializableUpdaterWithArg<U,A> |
This interface expect to take an object for alteration and it must be serializable.
|
| ShortConsumer |
Represents an operation that accepts a single
short-valued argument and returns no result. |
| ThrowingBiConsumer<I,J,T extends Throwable> |
Represents an operation that accepts two input arguments and returns no
result.
|
| ThrowingBiFunction<I,J,R,T extends Throwable> |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingCallable<R,T extends Throwable> | |
| ThrowingConsumer<I,T extends Throwable> |
Represents an operation that accepts a single input argument and returns no
result.
|
| ThrowingConsumerNonCapturing<I,T extends Throwable,U> | |
| ThrowingFunction<I,R,T extends Throwable> |
Represents a function that accepts one argument and produces a result.
|
| ThrowingRunnable<T extends Throwable> | |
| ThrowingSupplier<V,T extends Throwable> |
Represents a supplier of results which might throw an Exception
|
| ThrowingTriFunction<I,J,A,R,T extends Throwable> | |
| Updater<T> |
This is similar to a Consumer but it is expected to alter the object whereas a Consumer is not expected to.
|
| Class | Description |
|---|---|
| AbstractInvocationHandler | |
| AllocationMeasure | |
| Histogram | |
| ThreadLocalSecureRandom | |
| URIEncoder |
simple uri encoder, made from the spec at http://www.ietf.org/rfc/rfc2396.txt
Feel free to copy this.
|
| WeakReferenceCleaner |
Intended as a replacement for usage of sun.misc.Cleaner/jdk.internal.ref.Cleaner
|
| Enum | Description |
|---|---|
| Annotations | |
| ByteBuffers | |
| CharSequenceComparator | |
| ObjectUtils | |
| ObjectUtils.Immutability | |
| StringUtils | |
| Time |
A timer for timeouts which is resilient to pauses in the JVM, tickTime can only increase if the JVM hasn't been paused.
|
Copyright © 2019. All rights reserved.