All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.oliviercailloux.jaris.package-info Maven / Gradle / Ivy

The newest version!
/**
 * A collection of various helpers and types that are felt to miss from the JDK, with a focus on
 * best practices and well-designed API, similar to
 * Guava in spirit. See also the
 * readme of this
 * library.
 *
 * 

* Every methods in this library (unless explicitly specified) are * null hostile: * they throw {@link java.lang.NullPointerException} if given some {@code null} argument, and never * return {@code null} values. *

* *

* This library does not sneaky-throw. *

* *

* This library makes no guarantee about serializability. *

* *

* Please open issues if you find * bugs or have feature requests. I will consider the bug reports seriously. *

*/ package io.github.oliviercailloux.jaris;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy