Package org.apache.beam.sdk.transforms
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Smallest
public Smallest()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator<T extends Comparable<? super T>>
-
Top.Reversed
instead