Interface GroupMemberFactory<A extends Comparable<A>,M extends GroupMember<A>>

Type Parameters:
A - the group member address type
M - the group member type

public interface GroupMemberFactory<A extends Comparable<A>,M extends GroupMember<A>>
A factory for creating a group member.
Author:
Paul Ferraro