com.inline.feature.common
Class FeatureSortUtil

java.lang.Object
  |
  +--com.inline.feature.common.FeatureSortUtil

public class FeatureSortUtil
extends java.lang.Object


Constructor Summary
FeatureSortUtil()
           
 
Method Summary
static void sort(com.sun.java.util.collections.List list)
          This sort routine only affects the order of Features and FeatureSets in the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSortUtil

public FeatureSortUtil()
Method Detail

sort

public static void sort(com.sun.java.util.collections.List list)
This sort routine only affects the order of Features and FeatureSets in the list. Parents go first, children follow.