Uses of Interface
org.zkoss.util.ListX.Entry

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
           
protected static class TreeArray.RbEntry
          Caller shall use AbstractList.Entry instead of RbEntry for better portability.
 

Methods in org.zkoss.util that return ListX.Entry
 ListX.Entry TreeArray.addEntry(int index, java.lang.Object element)
           
 ListX.Entry ListX.addEntry(int index, java.lang.Object element)
          Inserts the specified element at the specified position in this list.
 ListX.Entry TreeArray.addEntry(ListX.Entry insertBefore, java.lang.Object element)
           
 ListX.Entry ListX.addEntry(ListX.Entry insertBefore, java.lang.Object element)
          Inserts the sepcified element in front of the specified entry.
 ListX.Entry TreeArray.addEntry(java.lang.Object element)
           
 ListX.Entry ListX.addEntry(java.lang.Object element)
          Appends the specified element to the end of this list.
 ListX.Entry TreeArray.getEntry(int index)
           
 ListX.Entry ListX.getEntry(int index)
          Gets the entry of the specified index, rather than the element added by List.add.
 ListX.Entry TreeArray.RbEntry.next()
           
 ListX.Entry ListX.Entry.next()
           
 ListX.Entry TreeArray.RbEntry.previous()
           
 ListX.Entry ListX.Entry.previous()
           
 ListX.Entry TreeArray.removeEntry(int index)
           
 ListX.Entry ListX.removeEntry(int index)
          Remove the entry at the specified location from the list.
 

Methods in org.zkoss.util with parameters of type ListX.Entry
 ListX.Entry TreeArray.addEntry(ListX.Entry insertBefore, java.lang.Object element)
           
 ListX.Entry ListX.addEntry(ListX.Entry insertBefore, java.lang.Object element)
          Inserts the sepcified element in front of the specified entry.
protected  TreeArray.RbEntry TreeArray.checkNotOrphan(ListX.Entry entry)
          Converts and checks whether it is not orphan
 int TreeArray.indexOfEntry(ListX.Entry p)
           
 int ListX.indexOfEntry(ListX.Entry entry)
          Gets the index of the specified entry.
 void TreeArray.removeEntry(ListX.Entry p)
           
 void ListX.removeEntry(ListX.Entry entry)
          Remove the entry from the list.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo