Class TestIntegerSortedSetGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.util.SortedSet<java.lang.Integer> create​(java.lang.Integer[] elements)  
      java.util.List<java.lang.Integer> order​(java.util.List<java.lang.Integer> insertionOrder)
      Sorts the elements by their natural ordering.
      • Methods inherited from class java.lang.Object

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

      • TestIntegerSortedSetGenerator

        public TestIntegerSortedSetGenerator()
    • Method Detail

      • create

        protected abstract java.util.SortedSet<java.lang.Integer> create​(java.lang.Integer[] elements)
        Specified by:
        create in class TestIntegerSetGenerator
      • order

        public java.util.List<java.lang.Integer> order​(java.util.List<java.lang.Integer> insertionOrder)
        Sorts the elements by their natural ordering.
        Specified by:
        order in interface TestContainerGenerator<java.util.Collection<java.lang.Integer>,​java.lang.Integer>
        Overrides:
        order in class TestIntegerSetGenerator