Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bitfield.put(..): Return previous value | Sven Gothel | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | SyncedBitfield.clearField: Must be synchronized | Sven Gothel | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) ↵ | Sven Gothel | 2015-08-02 | 1 | -4/+9 |
| | | | | and bitCount(), add unit test (passed) | ||||
* | Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add ↵ | Sven Gothel | 2015-07-31 | 1 | -0/+91 |
synchronized delegation; TODO: Unit tests. |