Class AbstractReference2FloatFunction<K>

    • Method Detail

      • defaultReturnValue

        public float defaultReturnValue()
        Description copied from interface: Reference2FloatFunction
        Gets the default return value.

        This default implementation just return the default null value of the type (null for objects, 0 for scalars, false for Booleans).

        Specified by:
        defaultReturnValue in interface Reference2FloatFunction<K>
        Returns:
        the current default return value.