Class S2ShapeMeasures.MutableDouble

  • Enclosing class:
    S2ShapeMeasures

    private static class S2ShapeMeasures.MutableDouble
    extends java.lang.Object
    Wraps a mutable primitive double.
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private MutableDouble()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • d

        double d
    • Constructor Detail

      • MutableDouble

        private MutableDouble()