public interface Weighted
| Modifier and Type | Field and Description |
|---|---|
static Weigher<? super Weighted> |
WEIGHER
An instance of
Weigher which uses the getWeight() method
to determine weight. |
| Modifier and Type | Method and Description |
|---|---|
double |
getWeight()
Gets the weight of this entry.
|
static final Weigher<? super Weighted> WEIGHER
Weigher which uses the getWeight() method
to determine weight.@Nonnegative double getWeight()
Copyright © 2022. All rights reserved.