Class GroupByTargetMap<K,​U,​T extends Wrapper<U>>

java.lang.Object
com.fluxtion.ext.streaming.api.group.GroupByTargetMap<K,​U,​T>
Type Parameters:
U - The underlying instance type of the group by
K - The underlying instance type of the key of the group by
T - The wrapper for elements in the map

public class GroupByTargetMap<K,​U,​T extends Wrapper<U>>
extends java.lang.Object
A map holding the instances in the group by
Author:
Greg Higgins