Class EncryptedFieldTable.RealRange

java.lang.Object
pygar.documents.EncryptedFieldTable.RealRange
Enclosing class:
EncryptedFieldTable

public static class EncryptedFieldTable.RealRange
extends java.lang.Object
A RealRange is just a pair of doubles indicating the lower and upper values of a range of real values.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    double lower  
    double upper  
  • Constructor Summary

    Constructors 
    Constructor Description
    RealRange​(double xmin, double xmax)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • lower

      public double lower
    • upper

      public double upper
  • Constructor Details

    • RealRange

      public RealRange​(double xmin, double xmax)