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. |
FloatConsumer |
Represents an operation that accepts a single
float -valued argument and returns no result. |
NanoSampler |
Created by daniel on 09/03/2016.
|
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> |
Created by peter on 23/06/15.
|
SerializableBiFunction<I,T,O> |
This interface is a Function which is also Serializable.
|
SerializableConsumer<T> |
Created by peter.lawrey on 11/07/2015.
|
SerializableFunction<I,O> |
This interface is a Function which is also Serializable.
|
SerializablePredicate<T> |
Created by peter.lawrey on 11/07/2015.
|
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> |
Created by Peter on 13/06/2016.
|
ThrowingConsumer<I,T extends Throwable> |
Represents an operation that accepts a single input argument and returns no
result.
|
ThrowingFunction<I,R,T extends Throwable> |
Represents a function that accepts one argument and produces a result.
|
ThrowingRunnable<T extends Throwable> |
Created by Peter on 13/06/2016.
|
ThrowingSupplier<V,T extends Throwable> |
Represents a supplier of results which might throw an Exception
|
Class | Description |
---|---|
AllocationMeasure |
Created by daniel on 06/07/2015.
|
Histogram |
Created by peter on 10/07/15.
|
URIEncoder |
simple uri encoder, made from the spec at http://www.ietf.org/rfc/rfc2396.txt
Feel free to copy this.
|
Enum | Description |
---|---|
CharSequenceComparator | |
ObjectUtils |
Created by peter on 23/06/15.
|
ObjectUtils.Immutability | |
StringUtils |
Created by Rob Austin
|
Time |
A timer for timeouts which is resilient to pauses in the JVM.
|
Copyright © 2016. All rights reserved.