public interface Rankable extends Comparable<Rankable>
Modifier and Type | Method and Description |
---|---|
Rankable |
copy()
Note: We do not defensively copy the object wrapped by the Rankable.
|
long |
getCount() |
Object |
getObject() |
compareTo
Copyright © 2022 The Apache Software Foundation. All rights reserved.