| Package | Description | 
|---|---|
| org.apache.storm.starter.tools | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RankableObjectWithFields
This class wraps an objects and its associated count, including any additional data fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Rankable | 
RankableObjectWithFields.copy()
Note: We do not defensively copy the wrapped object and any accompanying fields. 
 | 
Rankable | 
Rankable.copy()
Note: We do not defensively copy the object wrapped by the Rankable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Rankable> | 
Rankings.getRankings()
The returned defensive copy is only “somewhat” defensive. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
RankableObjectWithFields.compareTo(Rankable other)  | 
void | 
Rankings.updateWith(Rankable r)  | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.