aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util/SyncedBitfield.java
Commit message (Collapse)AuthorAgeFilesLines
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) ↵Sven Gothel2015-08-021-4/+9
| | | | and bitCount(), add unit test (passed)
* Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add ↵Sven Gothel2015-07-311-0/+91
synchronized delegation; TODO: Unit tests.