oracle.dacf.util
Interface Sortter
- All Known Implementing Classes:
- AbstractSort
- public interface Sortter
sort
public void sort(java.lang.Object[] a)
- Sorts the items.
- Parameters:
a
- the array of objects to be sorted.
- Throws:
java.lang.IllegalArgumentException
- if the comparer is not defined
setComparer
public void setComparer(Compare comparer)
getComparer
public Compare getComparer()
setSwapper
public void setSwapper(Swapper comparer)
getSwapper
public Swapper getSwapper()
Copyright © 1997, 2003, Oracle. All rights reserved.