Class DimensionalValue<VALUE>
- java.lang.Object
-
- com.yahoo.search.query.profile.compiled.DimensionalValue<VALUE>
-
public class DimensionalValue<VALUE> extends Object
Contains the values a given key in a DimensionalMap may take for different dimensional contexts.- Author:
- bratseth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DimensionalValue.Builder<VALUE>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VALUE
get(Map<String,String> context)
Returns the value matching this context, or null if noneboolean
isEmpty()
String
toString()
-