Package com.spun.util

Class EmbeddedSorter<T>

java.lang.Object
com.spun.util.EmbeddedSorter<T>

@Deprecated public class EmbeddedSorter<T> extends Object
Deprecated.
use Lambdas (a,b) -> comparator.compare(a.method(),b.method())
  • Constructor Details

    • EmbeddedSorter

      public EmbeddedSorter()
      Deprecated.