|
9b7d0d1624
|
update copyright years
|
2014-04-23 15:33:41 -06:00 |
|
|
ba1719f1ef
|
EnumSet.allOf can take advantage of the bulk BitSet.set(start, end) operation to run faster instead of adding each element individually.
|
2012-07-06 23:47:42 -06:00 |
|
|
53f229b84d
|
Removed extraneous TODO.
|
2012-07-02 16:21:28 -06:00 |
|
|
fcef9a7f57
|
remove Override annotations from EnumSet since they confuse Apple's Java 1.5 compiler
|
2012-07-02 16:15:38 -06:00 |
|
|
6e30366d07
|
Adding EnumSet, which is backed by a speedy BitSet.
|
2012-07-02 14:28:51 -06:00 |
|