Flowdock
Ruby latest stable (v2_5_5) - 0 notes - Superclass: LinkedList

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

Represent an empty list, using the Null Object Pattern.

When inheriting from the LinkedList class, you should implement a type specific Empty class as well. Make sure you set the class instance variable @parent to the associated list class (this allows conj, cons and make to work polymorphically).

Show files where this class is defined (1 file)
Register or log in to add new notes.