add IS_INTERRUPTIBLE mask (sort of a hack)
[fleet.git] / src / edu / berkeley / fleet / api / BitVector.java
2009-07-16 Adam Megaczadd BitVector.and(),or(),not()
2009-04-06 megaczmake BitVector implement DeferredBitVector
2009-01-08 megaczadd BitVector.set(BitVector)
2008-12-30 megaczadd BitVector.get(int,int)
2008-12-13 megaczadd BitVector.equalsZeroExtended()
2008-11-03 adambetter comments in BitVector
2008-11-03 adambetter implementation of BitVector.setAndSignExtend()
2008-11-03 adamadd BitVector.getImmutable()
2008-11-03 adamhave BitVector.set() return this
2008-06-26 adamadd BitVector.toLong()
2008-06-26 adamadd BitVector copy constructor and BitVector.setAndSign...
2008-06-25 adamadded equals() and hashCode() to BitVector
2008-06-25 adamadded BitVector.setImmutable(), use it in Instruction...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished