Class DimensionalValue<VALUE>
- java.lang.Object
-
- com.yahoo.search.query.profile.compiled.DimensionalValue<VALUE>
-
public class DimensionalValue<VALUE> extends java.lang.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(java.util.Map<java.lang.String,java.lang.String> context)
Returns the value matching this context, or null if noneboolean
isEmpty()
java.lang.String
toString()
-
-
-
Method Detail
-
get
public VALUE get(java.util.Map<java.lang.String,java.lang.String> context)
Returns the value matching this context, or null if none
-
isEmpty
public boolean isEmpty()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-