public static class GliderRegionOfInterest.RegionSet extends Object
Modifier and Type | Field and Description |
---|---|
Set<GliderRegionOfInterest> |
regions
The unmodifiable list of regions.
|
Constructor and Description |
---|
RegionSet(Set<GliderRegionOfInterest> regions)
Create a region set
|
public final Set<GliderRegionOfInterest> regions
public RegionSet(Set<GliderRegionOfInterest> regions)
regions
- the regions to include in the set.IllegalArgumentException
- if regions
is null.