Package generic.stl

Class SelfComparator<T extends Comparable<T>>

java.lang.Object
generic.stl.SelfComparator<T>
All Implemented Interfaces:
Comparator<T>

public class SelfComparator<T extends Comparable<T>> extends Object implements Comparator<T>
  • Constructor Details

    • SelfComparator

      public SelfComparator()
  • Method Details