Package com.google.gerrit.server.patch
Class IntraLineWeigher
- java.lang.Object
- 
- com.google.gerrit.server.patch.IntraLineWeigher
 
- 
- All Implemented Interfaces:
- com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff>
 
 public class IntraLineWeigher extends Object implements com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff> Approximates memory usage for IntralineDiff in bytes of memory used.
- 
- 
Constructor SummaryConstructors Constructor Description IntraLineWeigher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intweigh(IntraLineDiffKey key, IntraLineDiff value)
 
- 
- 
- 
Method Detail- 
weighpublic int weigh(IntraLineDiffKey key, IntraLineDiff value) - Specified by:
- weighin interface- com.google.common.cache.Weigher<IntraLineDiffKey,IntraLineDiff>
 
 
- 
 
-