public class Grouping<TKey,TElement> extends Enumerable<TElement>
Constructor and Description |
---|
Grouping(TKey key,
Enumerable<TElement> values) |
Modifier and Type | Method and Description |
---|---|
TKey |
getKey() |
aggregate, aggregate, all, any, cast, concat, concat, concat, contains, count, create, create, create, createFromIterator, distinct, elementAt, elementAtOrNull, empty, first, first, firstOrNull, firstOrNull, group, groupBy, intersect, intersect, iterator, join, last, max, min, ofType, orderBy, orderBy, orderBy, range, reverse, select, selectMany, skip, skipWhile, sum, sum, take, toArray, toList, toMap, toSet, toSortedSet, toSortedSet, union, union, where
public Grouping(TKey key, Enumerable<TElement> values)
public TKey getKey()
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.