| ArrayHashMap<K,V> |
|
| ArrayHashSet<E> |
Hashed ArrayList implementation of the List and Collection interface.
|
| Bitfield.Factory |
Simple Bitfield factory for returning the efficient implementation.
|
| Bitfield.Util |
Bit operation utilities (static).
|
| Bitstream<T> |
Versatile Bitstream implementation supporting:
Utilize I/O operations on I/O streams, buffers and arrays
Consider MSBfirst / LSBfirst mode
Linear bit R/W operations
Bulk R/W operations w/ endian related type conversion
Allow mark/reset and switching streams and input/output mode
Optimized operations
|
| Bitstream.ByteArrayStream |
|
| Bitstream.ByteBufferStream |
|
| Bitstream.ByteInputStream |
|
| Bitstream.ByteOutputStream |
|
| CustomCompress |
All in memory inflater / deflator for small chunks using streams
|
| FloatStack |
Simple primitive-type stack.
|
| FunctionTask<R,A> |
Helper class to provide a Runnable queue implementation with a Runnable wrapper
which notifies after execution for the invokeAndWait() semantics.
|
| HashUtil |
|
| IntegerStack |
Simple primitive-type stack.
|
| InterruptSource.Thread |
|
| InterruptSource.Util |
|
| IntIntHashMap |
Fast HashMap for primitive data.
|
| IntIntHashMap.Entry |
An entry mapping a key to a value.
|
| IntLongHashMap |
Fast HashMap for primitive data.
|
| IntLongHashMap.Entry |
An entry mapping a key to a value.
|
| IntObjectHashMap |
Fast HashMap for primitive data.
|
| IntObjectHashMap.Entry |
An entry mapping a key to a value.
|
| IOUtil |
|
| IOUtil.ClassResources |
Helper compound associating a class instance and resource paths
to be resolved at a later time.
|
| IOUtil.StreamMonitor |
|
| JarUtil |
|
| JogampVersion |
|
| LFRingbuffer<T> |
|
| LongIntHashMap |
Fast HashMap for primitive data.
|
| LongIntHashMap.Entry |
An entry mapping a key to a value.
|
| LongLongHashMap |
Fast HashMap for primitive data.
|
| LongLongHashMap.Entry |
An entry mapping a key to a value.
|
| LongObjectHashMap |
Fast HashMap for primitive data.
|
| LongObjectHashMap.Entry |
An entry mapping a key to a value.
|
| PropertyAccess |
Helper routines for accessing properties.
|
| ReflectionUtil |
|
| ReflectionUtil.AWTNames |
|
| ReflectionUtil.MethodAccessor |
Convenient Method access class
|
| RunnableExecutor.CurrentThreadExecutor |
|
| RunnableTask |
Helper class to provide a Runnable queue implementation with a Runnable wrapper
which notifies after execution for the invokeAndWait() semantics.
|
| SecurityUtil |
|
| SHASum |
Utility class to produce secure hash (SHA) sums over diverse input sources.
|
| SHASum.TempJarSHASum |
SHASum specialization utilizing TempJarCache to access jar file content for SHA computation
|
| StringUtil |
|
| SyncedRingbuffer<T> |
|
| TaskBase |
Helper class to provide a Runnable queue implementation with a Runnable wrapper
which notifies after execution for the invokeAndWait() semantics.
|
| TSPrinter |
A simple millisecond timestamp prepending `print*()` wrapper for a PrintStream.
|
| UnsafeUtil |
Utility methods allowing easy access to certain Unsafe functionality.
|
| ValueConv |
Utility class providing simple signed and unsigned primitive value conversions
for byte, short, int, float and double.
|
| VersionNumber |
|
| VersionNumberString |
VersionNumber specialization, holding the versionString
this instance is derived from.
|
| VersionUtil |
|
| WeakIdentityHashMap<K,V> |
Implements a combination of WeakHashMap and IdentityHashMap.
|
| WorkerThread |
|