Uses of Class
interfaceelements.SortOption

Packages that use SortOption
collections   
 

Uses of SortOption in collections
 

Fields in collections declared as SortOption
private  SortOption[] SortOptionList.entry
           
 

Methods in collections that return SortOption
 SortOption[] SortOptionList.getEntry()
          Gets the entry value for this SortOptionList.
 SortOption SortOptionList.getEntry(int i)
           
 

Methods in collections with parameters of type SortOption
 void SortOptionList.setEntry(int i, SortOption _value)
           
 void SortOptionList.setEntry(SortOption[] entry)
          Sets the entry value for this SortOptionList.
 

Constructors in collections with parameters of type SortOption
SortOptionList(SortOption[] entry)