Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Okay, I give in, add null key support to ArrayMap and ArraySet. | Dianne Hackborn | 2013-07-25 | 1 | -17/+59 |
* | Fix issue #9940105: IllegalArgumentException in ArrayMap | Dianne Hackborn | 2013-07-19 | 1 | -2/+21 |
* | Switch Bundle's implementation over to ArrayMap. | Dianne Hackborn | 2013-07-18 | 1 | -1/+42 |
* | Make ArrayMap public! :) | Dianne Hackborn | 2013-07-16 | 1 | -11/+9 |
* | Update SparseArray docs to be more informative. | Dianne Hackborn | 2013-07-12 | 1 | -3/+2 |
* | More procstats work: separate global proc account, more dumping. | Dianne Hackborn | 2013-06-21 | 1 | -0/+37 |
* | ArrayMap is great, so how about ArraySet! | Dianne Hackborn | 2013-06-11 | 1 | -63/+60 |
* | Additional functionality and performance for ArrayMap | Chet Haase | 2013-06-06 | 1 | -4/+72 |
* | Use ArrayMap instead of HashMap in transitions | Chet Haase | 2013-06-04 | 1 | -0/+10 |
* | Clean up some temporary allocations. | Dianne Hackborn | 2013-05-30 | 1 | -7/+9 |
* | New ArrayMap class. | Dianne Hackborn | 2013-05-24 | 1 | -0/+615 |