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
  • Method Details

    • get

      public VALUE get(Map<String,String> context)
      Returns the value matching this context, or null if none
    • isEmpty

      public boolean isEmpty()
    • toString

      public String toString()
      Overrides:
      toString in class Object