Package com.jogamp.common.util
Class Bitfield.Factory
java.lang.Object
com.jogamp.common.util.Bitfield.Factory
- Enclosing interface:
- Bitfield
Simple
Bitfield factory for returning the efficient implementation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Creates am efficientBitfieldinstance based on the requestedstorageBitSize.Implementation returns a plain 32 bit integer field implementation for
storageBitSize≤ 32 bits or an 32 bit integer array implementation otherwise. -
synchronize
-