All Classes and Interfaces
Class
Description
A doubly-linked list, much like the JDK's
LinkedList
, but exclusively
focused on list manipulation while disregarding the queue-like aspects of linked
lists.A specialisation of the
Map
interface, aimed at providing natural
default values for groups of Java types via a shared supertype.Defines an interface for building
TypeMap
instances.A one-way-only iterator that, in practice, still provides the same functionality
as ListIterator.
A doubly-linked list, much like the JDK's
LinkedList
, but exclusively
focused on list manipulation while disregarding the queue-like aspects of linked
lists.