|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListX.Entry | |
|---|---|
| org.zkoss.util | Utilities for handling data structures. |
| Uses of ListX.Entry in org.zkoss.util |
|---|
| Classes in org.zkoss.util that implement ListX.Entry | |
|---|---|
protected class |
CheckableTreeArray.CkEntry
Deprecated. |
protected static class |
TreeArray.RbEntry
Deprecated. Caller shall use AbstractList.Entry instead of RbEntry for better portability. |
| Methods in org.zkoss.util that return ListX.Entry | |
|---|---|
ListX.Entry |
ListX.addEntry(int index,
Object element)
Deprecated. Inserts the specified element at the specified position in this list. |
ListX.Entry |
TreeArray.addEntry(int index,
Object element)
Deprecated. |
ListX.Entry |
ListX.addEntry(ListX.Entry insertBefore,
Object element)
Deprecated. Inserts the sepcified element in front of the specified entry. |
ListX.Entry |
TreeArray.addEntry(ListX.Entry insertBefore,
Object element)
Deprecated. |
ListX.Entry |
ListX.addEntry(Object element)
Deprecated. Appends the specified element to the end of this list. |
ListX.Entry |
TreeArray.addEntry(Object element)
Deprecated. |
ListX.Entry |
ListX.getEntry(int index)
Deprecated. Gets the entry of the specified index, rather than the element added by List.add. |
ListX.Entry |
TreeArray.getEntry(int index)
Deprecated. |
ListX.Entry |
ListX.Entry.next()
|
ListX.Entry |
TreeArray.RbEntry.next()
|
ListX.Entry |
ListX.Entry.previous()
|
ListX.Entry |
TreeArray.RbEntry.previous()
|
ListX.Entry |
ListX.removeEntry(int index)
Deprecated. Remove the entry at the specified location from the list. |
ListX.Entry |
TreeArray.removeEntry(int index)
Deprecated. |
| Methods in org.zkoss.util with parameters of type ListX.Entry | |
|---|---|
ListX.Entry |
ListX.addEntry(ListX.Entry insertBefore,
Object element)
Deprecated. Inserts the sepcified element in front of the specified entry. |
ListX.Entry |
TreeArray.addEntry(ListX.Entry insertBefore,
Object element)
Deprecated. |
protected TreeArray.RbEntry |
TreeArray.checkNotOrphan(ListX.Entry entry)
Deprecated. Converts and checks whether it is not orphan |
int |
ListX.indexOfEntry(ListX.Entry entry)
Deprecated. Gets the index of the specified entry. |
int |
TreeArray.indexOfEntry(ListX.Entry p)
Deprecated. |
void |
ListX.removeEntry(ListX.Entry entry)
Deprecated. Remove the entry from the list. |
void |
TreeArray.removeEntry(ListX.Entry p)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||