Interface Grouping<K,V>

Type Parameters:
K - Key type
V - Element type
All Superinterfaces:
Enumerable<V>, ExtendedEnumerable<V>, Iterable<V>, RawEnumerable<V>

@Covariant(0) public interface Grouping<K,V> extends Enumerable<V>
Represents a collection of objects that have a common key.
  • Method Details

    • getKey

      K getKey()
      Gets the key of this Grouping.