org.apache.geronimo.kernel.util
Class SortUtils

java.lang.Object
  extended by org.apache.geronimo.kernel.util.SortUtils

public class SortUtils
extends Object

Version:
$Rev: 1213810 $ $Date: 2011-12-14 02:00:08 +0800 (Wed, 14 Dec 2011) $

Nested Class Summary
static interface SortUtils.Visitor<T>
           
 
Constructor Summary
SortUtils()
           
 
Method Summary
static
<T> List<T>
sort(Collection<T> objects, SortUtils.Visitor<T> visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortUtils

public SortUtils()
Method Detail

sort

public static <T> List<T> sort(Collection<T> objects,
                               SortUtils.Visitor<T> visitor)
                    throws IllegalNodeConfigException,
                           CircularReferencesException
Throws:
IllegalNodeConfigException
CircularReferencesException


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.