DOH! I NOW REALIZE THERE ALREADY WAS A STRINGINTMAP IN BATIK.
Try to merge the two versions!
ORIGINALLY COPIED FROM Batik's org.apache.batik.css.engine.value.StringMap.
I tweaked it to reference ints rather than Value objects and made capacity
a parameter and ripped out some methods we won't use.
A simple hashtable, not synchronized, with fixed load factor and with
equality test made with '=='.
author: Stephane Hillion author: Tor Norbye |