/DoubleLinkedList

The Doublelist is a double linked list that holds data of any type similar to linkedlist but simpler . It does not extend from AbstractSequentialList and only implements a very small number of interfaces . It doesn't have an iterator

Primary LanguageJava

This repository is not active