Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2017-01-18 03:05:12 +0000
committerThomas Watson2017-01-18 17:06:16 +0000
commit891d19b5aed96de493d85d376b9629ade4abe9b9 (patch)
treec2351589a28d5788eb2b786fceb8d565c14533de /.gitignore
parentefc5394c49d9b61ba07bd83472af78f1ff3154fa (diff)
downloadrt.equinox.framework-891d19b5aed96de493d85d376b9629ade4abe9b9.tar.gz
rt.equinox.framework-891d19b5aed96de493d85d376b9629ade4abe9b9.tar.xz
rt.equinox.framework-891d19b5aed96de493d85d376b9629ade4abe9b9.zip
Bug 510641 - Alternate CaseInsentiveDictionaryMap implementation
This implementation should provide for O(1) lookup even for String key misses. This is done by wrapping String keys in a case-insensitive wrapper with each string key wrapped by a new wrapper object. Change-Id: I083a5141764c3c1108ff72afcb76918e27296bd4 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions

Back to the top