Class LongFacetSet


  • public class LongFacetSet
    extends FacetSet
    A FacetSet which encodes long dimension values.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • values

        public final long[] values
        The raw dimension values of this facet set.
    • Constructor Detail

      • LongFacetSet

        public LongFacetSet​(long... values)
        Constructs a new instance of a facet set which stores long dimension values.
    • Method Detail

      • getComparableValues

        public long[] getComparableValues()
        Description copied from class: FacetSet
        Returns the dimension values in this facet set as comparable longs.
        Specified by:
        getComparableValues in class FacetSet