Oracle Data-aware Controls Reference

oracle.dacf.util
Interface Swapper


public interface Swapper

Defines the interface for the swapping method used by the derivatives of AbstractSort.


Method Summary
 void swap(java.lang.Object[] a, int i, int j)
          Swaps the objects in the array.
 

Method Detail

swap

public void swap(java.lang.Object[] a,
                 int i,
                 int j)
Swaps the objects in the array.


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.