summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util/Int32Bitfield.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bitfield.put(..): Return previous valueSven Gothel2015-08-021-5/+9
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-7/+16
* Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add synchronize...Sven Gothel2015-07-311-20/+63
* Bitfield: Use IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsExcep...Sven Gothel2015-07-301-8/+8
* Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating IntBit...Sven Gothel2015-07-301-0/+107