Package com.jogamp.common.util

JogAmp HashMap, Reflection, ..

See:
          Description

Interface Summary
Function<R,A> Generic function interface to perform an action w/ given optional arguments producing an optional result.
JarUtil.Resolver Interface allowing users to provide an URL resolver that will convert custom classloader URLs like Eclipse/OSGi bundleresource: URLs to normal jar: URLs.
PrimitiveStack Simple primitive-type stack.
RunnableExecutor  
 

Class Summary
ArrayHashSet<E> Hashed ArrayList implementation of the List and Collection interface.
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.
IntBitfield Simple bitfield holder class using an int[] storage.
IntegerStack Simple primitive-type stack.
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  
JarUtil  
JogampVersion  
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  
TaskBase Helper class to provide a Runnable queue implementation with a Runnable wrapper which notifies after execution for the invokeAndWait() semantics.
ValueConv Utility class providing simple signed and unsigned primitive value conversions for byte, short, int, float and double.
VersionNumber  
VersionUtil  
 

Package com.jogamp.common.util Description

JogAmp HashMap, Reflection, .. Utilities