Class GliderRegionOfInterest.RegionSet

  • Enclosing class:
    GliderRegionOfInterest

    public static class GliderRegionOfInterest.RegionSet
    extends java.lang.Object
    A class to encapsulate an unmodifiable list of regions, useful when region lists are passed as properties.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegionSet

        public RegionSet​(java.util.Set<GliderRegionOfInterest> regions)
        Create a region set
        Parameters:
        regions - the regions to include in the set.
        Throws:
        java.lang.IllegalArgumentException - if regions is null.