Class SearchGroup<T>

  • Direct Known Subclasses:
    CollectedSearchGroup

    public class SearchGroup<T>
    extends Object
    Represents a group that is found during the first pass search.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • groupValue

        public T groupValue
        The value that defines this group
    • Constructor Detail

      • SearchGroup

        public SearchGroup()