Class std.cont.Sorter
Synopsis
public static class Sorter
Utilities for sorting lists.
Fields
Constructors
Methods
Sort the specified list using the bubble sort algorithm.
Arguments
| list | A list to be sorted. |
|---|---|
| order | The sort order. |
Sort the specified list using the bubble sort algorithm in ascending order.
Arguments
| list | The list to be sorted. |
|---|