aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/Bitfield.java
Commit message (Expand)AuthorAgeFilesLines
* WeakIdentityHashMap: Refine capacity computation; Bitfield.Util add 'PowerOf2...Sven Gothel2019-12-311-0/+52
* Fix Bitfield.put(..): Return previous valueSven Gothel2015-08-021-1/+1
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-21/+59
* Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add synchronize...Sven Gothel2015-07-311-9/+46
* Bitfield: @since 2.3.2 ..Sven Gothel2015-07-301-1/+2
* Bitfield: Use IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsExcep...Sven Gothel2015-07-301-12/+12
* Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating IntBit...Sven Gothel2015-07-301-0/+132