Interface GroupMemberFactory<A extends Comparable<A>,M extends GroupMember<A>>
- Type Parameters:
A- the group member address typeM- 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
-
Method Summary
Modifier and TypeMethodDescriptioncreateGroupMember(A address) Creates a group member with the specified identifier.
-
Method Details
-
createGroupMember
-