JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.steema.teechart
Interface Swapper
All Known Implementing Classes:
Map.SwapPolygon
public interface
Swapper
A swapper function. Swappers can be passed to a sort method (such as
misc.Utils.sort
) to allow precise control over the swap of elements.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
swap
(int a, int b)
Swaps two elements
Method Detail
swap
void swap(int a, int b)
Swaps two elements
Parameters:
a
- the index of first element to be swapped.
b
- the index of second element to be swapped.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method