No description
src | ||
.gitignore | ||
pom.xml | ||
README.md |
SDM assigment 04
Classes come from https://github.com/apache/commons-lang
revision 770e72d2f78361b14f3fe27caea41e5977d3c638
List of semantically different functions with contracts
- Class
math.IEEE754rUtils
(converted from Utility/"static" class to allow use of contracts):double min(double[])
and overloadsdouble max(double[])
and overloads
- Class
CharRange
boolean contains(CharRange)
- Class
util.FluentBitSet
FluentBitSet and(FluentBitSet)
and overloadsFluentBitSet andNot(FluentBitSet)
and overloadsFluentBitSet or(FluentBitSet)
and overloadsFluentBitSet clear()
and overloadsboolean get(int)
and overloadsboolean isEmpty()
FluentBitSet flip(int)
and overloads- (TODO)
FluentBitSet xor(FluentBitSet)
- (TODO)
byte[] toByteArray()
andbyte[] toLongArray()
- (TODO)
FluentBitSet set(int)
- (TODO)
int nextSetBit(int)
andint previousSetBit(int)
- (TODO)
int nextClearBit(int)
andint previousClearBit(int)
Run Tests
mvn clean test