Class ItemGroup<TItem extends Item>

  • Type Parameters:
    TItem - the generic type

    public final class ItemGroup<TItem extends Item>
    extends Object
    Represents a group of item as returned by grouped item search operations.
    • Constructor Detail

      • ItemGroup

        public ItemGroup​(String groupIndex,
                         List<TItem> items)
        Initializes a new instance of the class.
        Parameters:
        groupIndex - the group index
        items - the item
    • Method Detail

      • getGroupIndex

        public String getGroupIndex()
        Gets an index identifying the group.
        Returns:
        the group index