Table of Contents - collection_manager-0.0.3 Documentation
Classes and Modules
- Collection
- CollectionErrors
- CollectionErrors::ListError
- CollectionErrors::ListOverflowError
- CollectionErrors::QueueUnderflowError
- CollectionErrors::StackUnderflowError
- CollectionManager
- List
- QueueList
- Stack
Methods
- ::new — Collection
- ::new — CollectionManager
- ::new — CollectionErrors::ListError
- ::new — CollectionErrors::ListOverflowError
- ::new — CollectionErrors::StackUnderflowError
- ::new — CollectionErrors::QueueUnderflowError
- ::new — List
- ::new — QueueList
- ::new — Stack
- #add — CollectionManager
- #all — CollectionManager
- #delete — CollectionManager
- #find — CollectionManager
- #pop — Stack
- #push — List
- #remove — QueueList
- #to_s — List