Package | Description |
---|---|
net.sf.joafip.java.util | |
net.sf.joafip.java.util.collections |
Modifier and Type | Class and Description |
---|---|
class |
PAbstractMap<K,V>
common to all maps implementation
|
class |
PHashMap<K,V>
implementation of persistable hash map replacement for HashMap
|
class |
PLinkedHashMap<K,V>
persistable linked hash map implementation
|
class |
PLinkedTreeMap<K,V>
persistable linked tree map implementation
|
class |
PTreeMap<K,V>
A Red-Black tree based persistable map implementation
|
Modifier and Type | Method and Description |
---|---|
void |
PTreeSubSet.addListerner(ICollectionListener<E> listener) |
void |
PTreeSet.addListerner(ICollectionListener<E> listener) |
void |
PTreeList.addListerner(ICollectionListener<E> listener) |
void |
PLinkedTreeSet.addListerner(ICollectionListener<E> listener) |
void |
PLinkedList.addListerner(ICollectionListener<E> listener) |
void |
PLinkedHashSet.addListerner(ICollectionListener<E> listener) |
void |
PHashSet.addListerner(ICollectionListener<E> listener) |
void |
PDescendingTreeSet.addListerner(ICollectionListener<E> listener) |
void |
PArrayList.addListerner(ICollectionListener<E> listener) |
void |
ICollectionListenable.addListerner(ICollectionListener<E> listener) |
Modifier and Type | Method and Description |
---|---|
void |
PLinkedList.setListenerMap(Map<Integer,ICollectionListener<E>> listenerMap) |
Modifier and Type | Class and Description |
---|---|
class |
PEmptyMap |
class |
PSingletonMap<K,V> |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.