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

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

Uses of CircularLocation in org.biojava.bio.symbol
 

Methods in org.biojava.bio.symbol that return CircularLocation
static CircularLocation LocationTools.makeCircularLocation(int min, int max, int seqLength)
          A simple method to generate a RangeLocation wrapped in a CircularLocation.