aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectIdSubclassMap.java
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-6/+6
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-14/+21
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+5
* PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-291-1/+2
* [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-281-2/+2
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-131-4/+2
* ObjectIdSubclassMap: Micro-optimize wrapping at end of tableShawn O. Pearce2011-03-101-14/+10
* ObjectIdSubclassMap: Avoid field loads in inner loopsShawn O. Pearce2011-03-091-8/+14
* ObjectIdSubclassMap: Manually inline index()Shawn O. Pearce2011-03-091-7/+3
* ObjectIdSubclassMap: Change initial size to 2048Shawn O. Pearce2011-03-091-1/+1
* ObjectIdSubclassMap: Grow before insertionsShawn O. Pearce2011-03-091-4/+5
* ObjectIdSubclassMap: Use & rather than % for hashingShawn O. Pearce2011-03-091-4/+13
* ObjectIdSubclassMap: Fix non-standard naming conventionsShawn O. Pearce2011-03-091-21/+21
* ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce2011-01-281-3/+44
* ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementExceptionShawn O. Pearce2010-04-161-1/+2
* ObjectIdSubclassMap: Add isEmpty() methodShawn O. Pearce2010-04-161-0/+5
* eclipse-iplog: Skip the initial contributionShawn O. Pearce2010-03-111-0/+11
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+183