Package org.dellroad.stuff.java

General Java-related utility classes.

See:
          Description

Interface Summary
Predicate A boolean predicate.
PrimitiveSwitch<R> Visitor pattern interface for Primitives.
 

Class Summary
IdGenerator Registry of unique IDs for objects.
PrimitiveSwitchAdapter<R> Adapter class for PrimitiveSwitch implementations.
ThreadParkingLot A place for threads to be parked and unparked.
TimedWait Utility class for performing timed waits on objects.
 

Enum Summary
Primitive Simple utility enumeration for working Java Class instances representing primitive types.
 

Exception Summary
CheckedExceptionWrapper Wraps checked exceptions so they can be thrown across API methods that don't declare them.
 

Package org.dellroad.stuff.java Description

General Java-related utility classes.