An implementation to a Java library extension for collections, providing a mixture of bespoke and inherited methods. These methods are needed to partially realize the extension at all, and partially to override the slow default implementation that exploits the specifics of the data structure.
FilipGrebowski/Singly-Linked-Lists
An implementation to a Java library extension for collections, providing a mixture of bespoke and inherited methods.
Java