Package net.sf.joafip.java.util

Interface Summary
ILinkedList<E> interface of linked list implementation
IPNavigableTreeSet<E>  
IPSet<E>  
IPTreeSet<E>  
 

Class Summary
AbstractLinkedList<E>  
AbstractPLinkedTreeSet<E> common to all persistable linked set implementation
AbstractPSet<E> persistente set implementation extends AbstractSet
add aba*ility to get the instance of an element found by equality
AbstractPTreeSet<E> common to all persistable set implementation
HashMapEntryComparator<K,V>  
MapCollectionValues<K,V> collection based on value of map entries value
PArrayList<E> array list implementation for persistence
PConcurrentHashMap<K,V>  
PDescendingTreeSet<E> reversed set of a set
PDescendingTreeSubSet<E> reversed sub set of a set
PHashMap<K,V> implementation of persistable hash map replacement for HashMap
PHashMapEntry<K,V> persistable hash map entry implementation
PHashMapEntrySet<K,V> hash map entry set adaptator
PHashMapKeySet<K,V> key set of a map
PHashSet<E> alternative implementation of HashSet pour file persistence
PLinkedHashMap<K,V> persistable linked hash map implementation
PLinkedHashMapEntrySet<K,V> hash map entry set adaptator
PLinkedHashSet<E> alternative implementation of LinkedHashSet pour file persistence
PLinkedList<E> implementation of ILinkedList replacement for LinkedList
PLinkedMapKeySet<K,V> navigable key set of a tree map
PLinkedTreeMap<K,V> persistable linked tree map implementation
PLinkedTreeSet<E> alternative implementation of LinkedHashSet when element are comparable pour file persistence
PMapEntry<K,V> common persistable map entry implementation
PMapKeyNavigableSet<K,V> navigable key set of a tree map
PPriorityQueue<E> An unbounded persistable priority queue
PTreeList<E> implementation of ILinkedList replacemnt for LinkedList
PTreeMap<K,V> A Red-Black tree based persistable map implementation
PTreeMapEntry<K,V> persistable tree map entry implementation
PTreeSet<E> A Red-Black tree based persistable set implementation
PTreeSubSet<E> a persistable sub set of a persistable set
PVector<E> to store Vector using generic storage ( not the serialization storage )
SetOfMapEntryValueIterator<K,V> iterator on set of map entries values
 



Copyright © 2007-2009 Luc Peuvrier. All Rights Reserved.