java.lang.Object
de.tilman_neumann.jml.factor.base.matrixSolver.util.StackEntry<T>
Record Components:
T - the class of stack entries

public class StackEntry<T>
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    T congruence  
    int currentPrimeIndex  
  • Constructor Summary

    Constructors
    Constructor Description
    StackEntry​(T congruence, int currentPrimeIndex)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • congruence

      public T congruence
    • currentPrimeIndex

      public int currentPrimeIndex
  • Constructor Details

    • StackEntry

      public StackEntry​(T congruence, int currentPrimeIndex)