| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
get() |
double |
getWeight()
Gets the weight of this entry.
|
int |
hashCode() |
static <T> WeightedObject<T> |
of(T object,
double weight) |
String |
toString() |
@Nonnull public static <T> WeightedObject<T> of(@Nonnull T object, double weight)
public double getWeight()
WeightedCopyright © 2022. All rights reserved.