public class LocationSet extends Object
Modifier and Type | Field and Description |
---|---|
private LocationIdentity |
firstLocation |
private List<LocationIdentity> |
list |
Constructor and Description |
---|
LocationSet() |
LocationSet(LocationSet other) |
Modifier and Type | Method and Description |
---|---|
void |
add(LocationIdentity location) |
void |
addAll(LocationSet other) |
boolean |
contains(LocationIdentity locationIdentity) |
List<LocationIdentity> |
getCopyAsList() |
private void |
initList() |
boolean |
isAny() |
boolean |
isEmpty() |
String |
toString() |
private LocationIdentity firstLocation
private List<LocationIdentity> list
public LocationSet()
public LocationSet(LocationSet other)
private void initList()
public boolean isEmpty()
public boolean isAny()
public void add(LocationIdentity location)
public void addAll(LocationSet other)
public boolean contains(LocationIdentity locationIdentity)
public List<LocationIdentity> getCopyAsList()