org.apache.openejb.util
Class References

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

public class References
extends java.lang.Object

Version:
$Rev: 997210 $ $Date: 2010-09-15 09:14:07 +0200 (Mi, 15. Sep 2010) $

Nested Class Summary
static interface References.Visitor<T>
           
 
Constructor Summary
References()
           
 
Method Summary
static
<T> java.util.List<T>
sort(java.util.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> java.util.List<T> sort(java.util.List<T> objects,
                                         References.Visitor<T> visitor)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.