public class IntraLineWeigher extends Object implements com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff>
Constructor and Description |
---|
IntraLineWeigher() |
Modifier and Type | Method and Description |
---|---|
int |
weigh(IntraLineDiffKey key,
IntraLineDiff value) |
public int weigh(IntraLineDiffKey key, IntraLineDiff value)
weigh
in interface com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff>