Steve Downey <[EMAIL PROTECTED]> writes: > LRUMap does, so using SequencedHashMap to reimplement LRU, which is a good > idea, would be an incompatible change.
FWIW, I originally wrote SequencedHashtable (the precursor to SequencedHashMap) as a base for BufferCache, the LRU-ish implementation which I wrote before Collection's LRUMap was available. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
