Uses of Class
org.apache.pivot.collections.Dictionary.Pair

Packages that use Dictionary.Pair
org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Dictionary.Pair in org.apache.pivot.collections
 

Constructors in org.apache.pivot.collections with parameters of type Dictionary.Pair
HashMap(Dictionary.Pair<K,V>... entries)
           
 

Uses of Dictionary.Pair in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Dictionary.Pair
 Dictionary.Pair<String,SortDirection> TableView.SortDictionary.get(int index)
           
 

Method parameters in org.apache.pivot.wtk with type arguments of type Dictionary.Pair
 Dictionary<String,SortDirection> TableView.setSort(Sequence<Dictionary.Pair<String,SortDirection>> sort)
          Sets the table view's sort.