Class PairBuilder.OfDouble

  • All Implemented Interfaces:
    PairBuilder<java.lang.Double>, java.util.function.BiConsumer<java.lang.String,​java.lang.Double>
    Enclosing interface:
    PairBuilder<V>

    public abstract static class PairBuilder.OfDouble
    extends java.lang.Object
    implements PairBuilder<java.lang.Double>
    • Constructor Summary

      Constructors 
      Constructor Description
      OfDouble()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<java.lang.Double> valueType()  
      • 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.BiConsumer

        accept, andThen
    • Constructor Detail

      • OfDouble

        public OfDouble()
    • Method Detail

      • valueType

        public java.lang.Class<java.lang.Double> valueType()
        Specified by:
        valueType in interface PairBuilder<java.lang.Double>