Klasse ToStringSorter<T>

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ToStringSorter<T>

public class ToStringSorter<T> extends Object
The SortOperation takes a collection of objects and returns a sorted collection of these objects. The sorting of these objects is based on their toString(). They are sorted in alphabetical order.
  • Konstruktordetails

  • Methodendetails

    • sort

      public List<org.aspectj.org.eclipse.jdt.internal.core.util.ToStringSorter.Pair<T>> sort(Collection<T> unSorted)
      Return a new sorted collection from this unsorted collection.