-
Classes Class Description com.jogamp.common.util.IntBitfield UseBitfield
implementations viaBitfield.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.
-
Constructors Constructor Description com.jogamp.common.util.ArrayHashSet() com.jogamp.common.util.IOUtil.ClassResources(Class<?>, String[]) Use#IOUtil(String[], ClassLoader, Class)
for clarity!