Uses of Interface
org.melati.poem.util.Order

Packages that use Order
org.melati.poem.util Utilities used in POEM. 
org.melati.util An assortment of useful objects. 
 

Uses of Order in org.melati.poem.util
 

Classes in org.melati.poem.util that implement Order
 class DictionaryOrder
          An ordering using String.compareTo.
 

Methods in org.melati.poem.util with parameters of type Order
static void SortUtils.insertionSort(Order cmp, Object[] arr)
          Sort an Array by a supplied ordering.
static void SortUtils.qsort(Order cmp, Object[] arr)
          Quick sort an array.
static Object[] SortUtils.sorted(Order cmp, Enumeration e)
          Sort an Enumeration into an Array.
static Object[] SortUtils.sorted(Order cmp, Object[] arr)
          Return a new sorted Array.
static Object[] SortUtils.sorted(Order cmp, Vector v)
          Sort a Vector into a new Array.
 

Uses of Order in org.melati.util
 

Methods in org.melati.util with parameters of type Order
 Vector<TreeNode> Tree.sorted(Order cmp, int depthP)
          Retrieve a sorted Vector of the tree's contents, down to the given depth.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.