Interface Product.AutoGrouping

  • All Superinterfaces:
    Collection<String[]>, Iterable<String[]>, List<String[]>
    Enclosing class:
    Product

    public static interface Product.AutoGrouping
    extends List<String[]>
    AutoGrouping can be used by an application to auto-group a long list of product nodes (e.g. bands) as a tree of product nodes.
    Since:
    BEAM 4.8
    • Method Detail

      • indexOf

        int indexOf​(String name)
        Gets the index of the first group path that matches the given name.
        Parameters:
        name - A product node name.
        Returns:
        The index of the group path or -1 if no group path matches the given name.