Class AbstractObject2ReferenceFunction<K,​V>

    • Method Detail

      • defaultReturnValue

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