Mercurial > hg4j
log src/org/tmatesoft/hg/internal/ArrayHelper.java @ 675:a20121a2bba6
age | author | description |
---|---|---|
Thu, 04 Jul 2013 21:09:33 +0200 | Artem Tikhomirov | javac complained about casts, while eclipse compiler is fine |
Thu, 04 Jul 2013 20:27:45 +0200 | Artem Tikhomirov | ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside |
Mon, 26 Sep 2011 04:06:04 +0200 | Artem Tikhomirov | Tests for array sort and reverse index building helper |
Sat, 24 Sep 2011 13:25:33 +0200 | Artem Tikhomirov | Fix building sort reverse array when element was initially in correct position. |
Sat, 24 Sep 2011 04:06:27 +0200 | Artem Tikhomirov | Collect sort reverse indexes along with array sorting |