I guess the "System-Caching" package which I noticed just now is a bit telling. :)
I'll make an issue.

Peter

On Tue, Apr 14, 2015 at 5:02 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:

> On 14 Apr 2015, at 16:46, Peter Uhn��k <i.uhnak@gmail.com> wrote:
>
> DoubleLinkedList was added to help the implementation of [LRU|TTL]Cache. It was kept small and independent.
> Does that mean that I probably shouldn't touch it? Because when I wanted to use DDL I ran into a problem that once I add something to the list, I can no longer access the Links. LinkedList has "firstLink/lastLink", but this is missing in DoubleLinkedList -- is this design decision (to keep it small), or nobody needed it until now?

Both ;-)

> Peter

Please make an issue with the API that you think should be added, and then we can have a look for Pharo 5.

Sven