public class MultiplexerUtils
extends java.lang.Object
| Constructor and Description |
|---|
MultiplexerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getLowestAvailableUniqueCombinedUserID()
Gets the lowest available unique combined user id.
|
static UserLocation |
mergeUserLocations(UserLocation newUserLoc,
UserLocation oldUserLoc)
Merge user locations.
|
public static int getLowestAvailableUniqueCombinedUserID()
public static UserLocation mergeUserLocations(UserLocation newUserLoc, UserLocation oldUserLoc)
newUserLoc - the new user locoldUserLoc - the old user loc