Module openj9.dtfj

Interface SortListener

All Known Implementing Classes:
IntegerArray, LongArray, PrimitiveArray

public interface SortListener
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    swap(int a, int b)
     
  • Method Details

    • swap

      void swap(int a, int b)