# Packages
No description provided by the author
No description provided by the author
object consists of {@code static} utility methods for operatingon objects, or checking certain conditions before operation.
No description provided by the author
A sequence of elements supporting sequential and parallel aggregate operations.
# Functions
AlwaysEqualComparator returns 0 always.
DefaultComparator returns 0 if a == b, returns -1 otherwise.
NeverEqualComparator returns -1 always.
No description provided by the author
*
* Returns a null-friendly comparator that considers {@code null} to be
* less than non-null.
# Variables
No description provided by the author
No description provided by the author
# Interfaces
*
* This interface imposes a total ordering on the objects of each class that
* implements it.
No description provided by the author
No description provided by the author
*
* The <code>Runnable</code> interface should be implemented by any
* class whose instances are intended to be executed by a thread.
# Type aliases
No description provided by the author
No description provided by the author
The HandlerFunc type is an adapter to allow the use of ordinary functions as HTTP handlers.
No description provided by the author