Uses of Class
org.biojava3.genome.parsers.gff.LocIterator
Packages that use LocIterator
-
Uses of LocIterator in org.biojava3.genome.parsers.gff
Methods in org.biojava3.genome.parsers.gff that return LocIteratorModifier and TypeMethodDescriptionLocation.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).Location.iterator
(int windowSize, int increment) Create a location iterator over this location, using specified window size and increment.