Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-08-21 (12 years ago) | 42% | Total: 1,679 | All time: 2,267 This week: 884 |
Version | License | Categories | ||||
linkedlist 1.0 | GNU General Publi... | Data types |
Description | Author | |||||||||||||
This package implements a double linked list similar to the one available in Java. |
|
Files |
File | Role | Description |
---|---|---|
Iterator.php | Class | An Iterator for the linked list |
LinkedList.php | Class | The linked list class |
LinkedListExample.php | Example | Examples on how to use the LinkedList and it iterators. |
ListeNode.php | Class | The class for the list node |
ListIterator.php | Class | The list iterator class |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 2 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Sorted List | My class inherits from it | Required |
XHTML Table generator | Table.php and Tr.php uses the "Double Linked List" package to store rows and cells. | Required |