org.apache.openejb.util
Class References

java.lang.Object
  extended by org.apache.openejb.util.References

public class References
extends Object

Version:
$Rev$ $Date$

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

Constructor Detail

References

public References()
Method Detail

sort

public static <T> List<T> sort(List<T> objects,
                               References.Visitor<T> visitor)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.