|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Simple Bitfield factory for returning the efficient implementation.
More...
Static Public Member Functions | |
| static Bitfield | create (final int storageBitSize) |
Creates am efficient Bitfield instance based on the requested storageBitSize. More... | |
| static Bitfield | synchronize (final Bitfield impl) |
Creates a synchronized Bitfield by wrapping the given Bitfield instance. More... | |
Simple Bitfield factory for returning the efficient implementation.
Definition at line 146 of file Bitfield.java.
|
static |
Creates am efficient Bitfield instance based on the requested storageBitSize.
Implementation returns a plain 32 bit integer field implementation for storageBitSize ≤ 32 bits or an 32 bit integer array implementation otherwise.
Definition at line 154 of file Bitfield.java.
Creates a synchronized Bitfield by wrapping the given Bitfield instance.
Definition at line 164 of file Bitfield.java.