Interface OrthoPairCollection.Iterator

All Known Implementing Classes:
SimpleOrthoPairCollection.Iterator
Enclosing interface:
OrthoPairCollection

public static interface OrthoPairCollection.Iterator
Iterator for a OrthoPairCollection
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    are more OrthoPairSets available?
    returns the next OrthoPairSet
  • Method Details