org.apache.geronimo.kernel.util
Interface SortUtils.Visitor<T>

Enclosing class:
SortUtils

public static interface SortUtils.Visitor<T>


Method Summary
 boolean afterOthers(T t)
           
 boolean beforeOthers(T t)
           
 List<String> getAfterNames(T t)
           
 List<String> getBeforeNames(T t)
           
 String getName(T t)
           
 

Method Detail

getName

String getName(T t)

getAfterNames

List<String> getAfterNames(T t)

getBeforeNames

List<String> getBeforeNames(T t)

afterOthers

boolean afterOthers(T t)

beforeOthers

boolean beforeOthers(T t)


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