com.centrasite.control.discovery
Interface SortedItemsProvider


public interface SortedItemsProvider

An implementation of this interface is capable of providing sorted objects of any type in any order. The important part is that the java.util.Collection is returned and not java.util.List


Method Summary
 java.util.Collection<?> getSortedItems()
           
 

Method Detail

getSortedItems

java.util.Collection<?> getSortedItems()