Interface GroupMembership<M extends GroupMember>

Type Parameters:
M - the group member type
All Superinterfaces:
GroupMembership<M>

public interface GroupMembership<M extends GroupMember> extends GroupMembership<M>
Group membership whose coordinator is identified by its index in the membership.
Author:
Paul Ferraro