Module com.aoapps.lang
Package com.aoapps.lang.util
package com.aoapps.lang.util
-
ClassDescriptionGenerates incrementing identifiers in a thread-safe manner using atomic primitives.
BufferManager
manages a reusable pool ofbyte[]
andchar[]
buffers.Calendar utilities.Utilities that help when working with comparators.Prints errors with more detail than a standard printStackTrace() call.General-purpose command line argument processor.Internable<T extends Internable<T>>An object that may be interned to save heap space, similar toString.intern()
.Property utilities.Generates unique long identifiers.Wraps a Calendar to make it unmodifiable.An unmodifiable Date.Generates incrementing identifiers in a thread-unsafe manner using a simple primitive without any synchronization.