| Package | Description |
|---|---|
| net.sf.joafip.java.util | |
| net.sf.joafip.java.util.support.linked.hash |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSupport<E> |
PLinkedHashSet.getLinkedHashSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
PLinkedHashSet.setLinkedHashSupport(LinkedHashSupport<E> linkedHashSupport) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSupport<E> |
LinkedHashSupport.clone() |
LinkedHashSupport<E> |
LinkedHashSupportIterator.getLinkedHashSupport() |
static LinkedHashSupport |
LinkedHashSupport.newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashSupportIterator |
LinkedHashSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedHashSupport hashSupport) |
static LinkedHashSupportDescendingIterator |
LinkedHashSupportDescendingIterator.newInstance(IInstanceFactory instanceFactory,
LinkedHashSupport hashSupport) |
static LinkedHashSupportIterator |
LinkedHashSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedHashSupport hashSupport,
boolean descending) |
static LinkedHashSupportIterator |
LinkedHashSupportIterator.newInstance(IInstanceFactory instanceFactory,
LinkedHashSupport hashSupport,
int index) |
| Constructor and Description |
|---|
LinkedHashSupportDescendingIterator(LinkedHashSupport<E> hashSupport) |
LinkedHashSupportIterator(LinkedHashSupport<E> hashSupport) |
LinkedHashSupportIterator(LinkedHashSupport<E> hashSupport,
boolean descending) |
LinkedHashSupportIterator(LinkedHashSupport<E> hashSupport,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.