Uses of Class
org.biojava.bio.symbol.MergeLocation

Packages that use MergeLocation
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of MergeLocation in org.biojava.bio.symbol
 

Methods in org.biojava.bio.symbol that return MergeLocation
static MergeLocation MergeLocation.mergeLocations(List componentLocations)
          Static Factory method for getting an instance of a MergeLocation
static MergeLocation MergeLocation.mergeLocations(Location locA, Location locB)