Package org.apache.commons.cache.adt

Interface Summary
Listable A simple linked-listed inteface, supporting both singly and doubly linked lists.
 

Class Summary
ListableBase An base implementation of Listable, supporting singly-linked lists.
ListableObject A simple Listable supporting singly-linked lists of arbitrary Objects.
WListableBase An base implementation of Listable, supporting doubly-linked lists.
WListableObject A simple Listable supporting doubly-linked lists of arbitrary Objects.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.