Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IntBitfield: Add API doc; Enhance put() method, return previous value to be ↵ | Sven Gothel | 2012-10-27 | 1 | -7/+27 |
| | | | | used more versatile and write only if value changed. | ||||
* | Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class ↵ | Sven Gothel | 2012-10-27 | 1 | -0/+71 |
using an int[] storage. IntBitfield comes in handy to store bit states of a wide value range w/o being a memory hog an O(1) access, e.g. keyCode -> isPressed maps etc. |