I am using Java and I am looking for String Collections (Sets and Lists) that are optimized in space and are fast. My strings are of fixed size: either 3 or 5 chars long.
Please suggest to me if there are any collection libraries available that can be best suited to me. I was thinking of some dictionary based collections.
Thanks.