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