Class Top.Smallest<T extends Comparable<? super T>>

java.lang.Object
org.apache.beam.sdk.transforms.Top.Smallest<T>
All Implemented Interfaces:
Serializable, Comparator<T>
Enclosing class:
Top

@Deprecated public static class Top.Smallest<T extends Comparable<? super T>> extends Object implements Comparator<T>, Serializable
Deprecated.
use Top.Reversed instead
See Also:
  • Constructor Details

    • Smallest

      public Smallest()
      Deprecated.
  • Method Details