Interface Group<T>
- All Superinterfaces:
Collection<T>,Iterable<T>,List<T>
Represents a list with elements which all share the same group key
- Author:
- René Bergelt
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
getKey
GroupKey getKey()Returns this group's group key- Returns:
- The group key
-