Class QueryProfileVariants.FieldValues

  • All Implemented Interfaces:
    com.yahoo.component.provider.Freezable, Cloneable
    Enclosing class:
    QueryProfileVariants

    public static class QueryProfileVariants.FieldValues
    extends Object
    implements com.yahoo.component.provider.Freezable, Cloneable
    • Constructor Detail

      • FieldValues

        public FieldValues()
    • Method Detail

      • freeze

        public void freeze()
        Specified by:
        freeze in interface com.yahoo.component.provider.Freezable
      • isFrozen

        public boolean isFrozen()
        Specified by:
        isFrozen in interface com.yahoo.component.provider.Freezable
      • getExact

        public Object getExact​(DimensionValues dimensionValues)
        Returns the value having exactly the given dimensions, or null if none
      • sort

        public void sort()
      • size

        public int size()
        Same as asList().size()
      • ensureNotFrozen

        protected void ensureNotFrozen()
        Throws an IllegalStateException if this is frozen