Interface Group<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>

public interface Group<T> extends List<T>
Represents a list with elements which all share the same group key
Author:
René Bergelt
  • Method Details

    • getKey

      GroupKey getKey()
      Returns this group's group key
      Returns:
      The group key