Class ReallocationMatrix.ReallocationMatrixIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Double>
    Enclosing class:
    ReallocationMatrix

    public class ReallocationMatrix.ReallocationMatrixIterator
    extends java.lang.Object
    implements java.util.Iterator<java.lang.Double>
    • Constructor Detail

      • ReallocationMatrixIterator

        public ReallocationMatrixIterator()
    • Method Detail

      • next

        public java.lang.Double next()
        Specified by:
        next in interface java.util.Iterator<java.lang.Double>
      • getProbability

        public double getProbability()
      • getTraceAIndex

        public int getTraceAIndex()
      • getTraceBIndex

        public int getTraceBIndex()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.lang.Double>