Package | Description |
---|---|
net.sf.joafip.java.util | |
net.sf.joafip.java.util.collections |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPLinkedTreeSet<E>
common to all persistable linked set implementation
|
class |
AbstractPSet<E>
persistent set implementation extends
PAbstractSet add ability to get the instance of an element found by equality |
class |
AbstractPTreeSet<E>
common to all persistable set implementation
|
class |
PDescendingTreeSet<E>
reversed set of a set
|
class |
PDescendingTreeSubSet<E>
reversed sub set of a set
|
class |
PHashMapEntrySet<K,V>
hash map entry set adaptor
|
class |
PHashMapKeySet<K,V>
key set of a map
|
class |
PHashSet<E>
alternative implementation of
HashSet pour file persistence |
class |
PLinkedHashMapEntrySet<K,V>
hash map entry set adaptor
|
class |
PLinkedHashSet<E>
alternative implementation of
LinkedHashSet pour file persistence |
class |
PLinkedMapKeySet<K,V>
navigable key set of a tree map
|
class |
PLinkedTreeSet<E>
alternative implementation of
LinkedHashSet when element are
comparable pour file persistence |
class |
PMapKeyNavigableSet<K,V>
navigable key set of a tree map
|
class |
PTreeSet<E>
A Red-Black tree based persistable set implementation
|
class |
PTreeSubSet<E>
a persistable sub set of a persistable set
|
Modifier and Type | Class and Description |
---|---|
class |
PEmptySet |
class |
PSetFromMap<E> |
class |
PSingletonSet<E> |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.