Package util

Provides general utility classes

See:
          Description

Class Summary
CollectionMath Utility math methods defined over collections of elements
CPUFunctions JNI library to certain CPU instructions and functions
InputOutput Helper methods related to the filesystem, but not included in java.nio or java.io
Launcher Resets state when multiple runs of the same piece of code are executed.
MutableBoolean Object wrapper around a boolean
MutableInteger Object wrapper around an integer
MutablePair<A,B>  
MutableReference<T> Object wrapper around a reference
Pair<A,B> An ordered pair.
Reflection Helper methods for the package java.lang.reflect
RuntimeStatistics Runtime statistics (wall-clock time) with and without garbage collection time.
Sampler Abstract class for simple sampling daemons.
StackSampler A minimal pure Java sampling profiler.
StackStatistics Statistics from stack samples.
Statistics Abstract class for encapsulating statistics collected by the runtime system.
SystemProperties Utility class to deal with retrieving properties from System.
ThreadTimer Class that allows per-thread timing that excludes GC time.
ThreadTimer.Tick A moment in time
UnorderedPair<A> Unordered pair type.
 

Package util Description

Provides general utility classes