nl.knowledgeplaza.util.collection
Interface SortedCollection<T>

All Known Implementing Classes:
SortedList

public interface SortedCollection<T>

Version:
$Revision: 1.3 $

Method Summary
 Comparator<? super T> getComparator()
          Comparator
 void setComparator(Comparator<? super T> comparator)
           
 

Method Detail

getComparator

Comparator<? super T> getComparator()
Comparator


setComparator

void setComparator(Comparator<? super T> comparator)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.