Class | Rake::LinkedList |
In: |
lib/rake/linked_list.rb
|
Parent: | Object |
Polylithic linked list structure used to implement several data structures in Rake.
EMPTY | = | EmptyLinkedList.new |
head | [R] | |
tail | [R] |
Polymorphically add a new element to the head of a list. The type of head node will be the same list type as the tail.