Uses of Class
org.biojava.nbio.genome.parsers.gff.LocIterator
-
Packages that use LocIterator Package Description org.biojava.nbio.genome.parsers.gff -
-
Uses of LocIterator in org.biojava.nbio.genome.parsers.gff
Methods in org.biojava.nbio.genome.parsers.gff that return LocIterator Modifier and Type Method Description LocIterator
Location. iterator()
Create a location iterator over this location with a window size of 1 and an increment of +1 (successive symbols from start to end).LocIterator
Location. iterator(int windowSize, int increment)
Create a location iterator over this location, using specified window size and increment.
-