Class Detector.CorrectedParameter

  • Enclosing class:
    Detector

    static final class Detector.CorrectedParameter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int data  
      private int errorsCorrected  
    • Constructor Summary

      Constructors 
      Constructor Description
      CorrectedParameter​(int data, int errorsCorrected)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getData()  
      (package private) int getErrorsCorrected()  
      • Methods inherited from class java.lang.Object

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

      • data

        private final int data
      • errorsCorrected

        private final int errorsCorrected
    • Constructor Detail

      • CorrectedParameter

        CorrectedParameter​(int data,
                           int errorsCorrected)
    • Method Detail

      • getData

        int getData()
      • getErrorsCorrected

        int getErrorsCorrected()