Class SortTest

java.lang.Object
gaiasky.util.test.SortTest

public class SortTest
extends java.lang.Object
Compares performances of different lists such as ArrayList and Array.
  • Constructor Summary

    Constructors
    Constructor Description
    SortTest()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static java.util.List<java.lang.Object> newRandomLists​(java.util.Random rnd)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SortTest

      public SortTest()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • newRandomLists

      public static java.util.List<java.lang.Object> newRandomLists​(java.util.Random rnd)