Class AbstractReference2ObjectFunction<K,​V>

    • Method Detail

      • defaultReturnValue

        public V defaultReturnValue()
        Description copied from interface: Reference2ObjectFunction
        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 Reference2ObjectFunction<K,​V>
        Returns:
        the current default return value.