Package org.klojang.collections


package org.klojang.collections
Classes extending the functionality of the Java Collection framework.
  • 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.
    An extension of the Set interface with behaviour analogous to the TypeMap interface.
    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.