TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.region.Region

Packages that use Region
edu.tum.cs.commons.region Classes for handling regions, i.e. parts of files. 
 

Uses of Region in edu.tum.cs.commons.region
 

Methods in edu.tum.cs.commons.region that return types with arguments of type Region
 java.util.Iterator<Region> RegionSet.iterator()
          
 

Methods in edu.tum.cs.commons.region with parameters of type Region
 boolean RegionSet.add(Region o)
          
 boolean Region.adjacent(Region r)
          Checks if two regions are adjacent
 int Region.compareTo(Region compareTo)
          Compares regions by their start position
 boolean RegionSet.contains(Region region)
          Tests whether all of the positions of the region are contained in the RegionSet
 boolean RegionSet.containsAny(Region region)
          Tests whether any of the positions in the region are contained in the RegionSet.
 boolean Region.overlaps(Region r)
          Checks if two regions are overlapping
 

Method parameters in edu.tum.cs.commons.region with type arguments of type Region
 boolean RegionSet.addAll(java.util.Collection<? extends Region> c)
          
 


TUM CCSM Commons

TUM CCSM Commons - 2.7