public class MembershipArithmetic extends Object
Constructor and Description |
---|
MembershipArithmetic() |
Modifier and Type | Method and Description |
---|---|
static List<Address> |
getMembersJoined(List<Address> oldList,
List<Address> newList) |
static Set<Address> |
getMembersJoined(Set<Address> oldSet,
Set<Address> newSet) |
static List<Address> |
getMembersLeft(List<Address> oldList,
List<Address> newList) |
static Set<Address> |
getMembersLeft(Set<Address> oldSet,
Set<Address> newSet) |
public static List<Address> getMembersJoined(List<Address> oldList, List<Address> newList)
public static List<Address> getMembersLeft(List<Address> oldList, List<Address> newList)
public static Set<Address> getMembersJoined(Set<Address> oldSet, Set<Address> newSet)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.