Package org.apache.beam.sdk.transforms
Class Top.Largest<T extends Comparable<? super T>>
java.lang.Object
org.apache.beam.sdk.transforms.Top.Largest<T>
- All Implemented Interfaces:
Serializable
,Comparator<T>
- Enclosing class:
Top
@Deprecated
public static class Top.Largest<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
-
Largest
public Largest()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator<T extends Comparable<? super T>>
-
Top.Natural
instead