Class S2EdgeUtil.ResultError

  • Enclosing class:
    S2EdgeUtil

    static final class S2EdgeUtil.ResultError
    extends java.lang.Object
    Encapsulation of a mutable error value.

    Used as an output parameter for methods that calculate double error values for their return values.

    TODO(bjj): Reuse elsewhere, e.g., S2Predicates.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double error  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultError()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • error

        double error
    • Constructor Detail

      • ResultError

        ResultError()