opnsense-ports/java/apache-commons-primitives/pkg-descr
Franco Fichtner f7b3c8324b */*: sync with upstream
Taken from: HardenedBSD
2019-10-07 14:58:46 +02:00

9 lines
494 B
Text

Apache Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.
Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.
WWW: http://commons.apache.org/dormant/commons-primitives/