Package | Description |
---|---|
net.sf.joafip.java.util |
Modifier and Type | Interface and Description |
---|---|
interface |
IPNavigableTreeSet<E> |
interface |
IPTreeSet<E> |
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 |
PHashSet<E>
alternative implementation of
HashSet pour file persistence |
class |
PLinkedHashSet<E>
alternative implementation of
LinkedHashSet pour file persistence |
class |
PLinkedTreeSet<E>
alternative implementation of
LinkedHashSet when element are
comparable pour file persistence |
class |
PTreeSet<E>
A Red-Black tree based persistable set implementation
|
class |
PTreeSubSet<E>
a persistable sub set of a persistable set
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.