Uses of Interface
org.jagatoo.datatypes.DoublyChainable

Packages that use DoublyChainable
org.jagatoo.util.lists   
 

Uses of DoublyChainable in org.jagatoo.util.lists
 

Classes in org.jagatoo.util.lists with type parameters of type DoublyChainable
 class ChainedList<E extends DoublyChainable<E>>
          The ChainedList is a List implementation, that contains DoublyChainable objects.