Remove ObjectIdMap from the JGit library
commit66e01bfd5a1567b9e4f749da4a51dc63132a8fb3
authorShawn O. Pearce <spearce@spearce.org>
Wed, 29 Apr 2009 18:54:44 +0000 (29 11:54 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 29 Apr 2009 23:49:07 +0000 (30 01:49 +0200)
tree05c89f9cf9a358662bf3de58bad9aa92e8ae75ca
parent4e4c88a8d291607e530973c9a55177da177f37ef
Remove ObjectIdMap from the JGit library

Nobody within the library uses it anymore.

Applications should consider ObjectIdSubclassMap, or just use a normal
JDK map type like HashMap or TreeMap.  In general ObjectIdSubclassMap
supports major map functionality, runs faster, and uses less memory for
the same sized data set.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/lib/ObjectIdMapTest.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/lib/ObjectIdMap.java [deleted file]