Class | Description |
---|---|
com.jogamp.common.util.IntBitfield |
Use
Bitfield implementations via Bitfield.Factory.create(int) .
Simple bitfield holder class using an int[] storage. IntBitfield allows convenient access of a wide field of transient bits using efficient storage in O(1). It can be used e.g. to map key-codes to pressed-state etc. |
Constructor | Description |
---|---|
com.jogamp.common.util.ArrayHashSet() | |
com.jogamp.common.util.IOUtil.ClassResources(Class<?>, String[]) |
Use
#IOUtil(String[], ClassLoader, Class) for clarity! |