Class Internals.ObjDoubleBox<A>

  • All Implemented Interfaces:
    java.util.function.Consumer<A>
    Enclosing interface:
    Internals

    public static final class Internals.ObjDoubleBox<A>
    extends Internals.Box<A>
    • Field Summary

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

      Constructors 
      Constructor Description
      ObjDoubleBox​(A a, double b)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Field Detail

      • b

        double b
    • Constructor Detail

      • ObjDoubleBox

        ObjDoubleBox​(A a,
                     double b)