class Graphunk::DoublyLinkedList(T)
- Graphunk::DoublyLinkedList(T)
- Reference
- Object
Overview
TODO implement iterator
Defined in:
graphunk/classes/data_structures/doubly_linked_list.crConstructors
Instance Method Summary
- #[](index)
- #add(value)
- #clone
- #empty?
- #first
- #last
- #remove(node : DoublyLinkedListNode(T))
- #shift(num)
- #shift!(num)
- #size