Class Float2DoubleFunctions.PrimitiveFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.Float2DoubleFunction, it.unimi.dsi.fastutil.Function<java.lang.Float,​java.lang.Double>, java.util.function.DoubleUnaryOperator, java.util.function.Function<java.lang.Float,​java.lang.Double>
Enclosing class:
Float2DoubleFunctions

public static class Float2DoubleFunctions.PrimitiveFunction
extends java.lang.Object
implements it.unimi.dsi.fastutil.floats.Float2DoubleFunction
An adapter for mapping generic total functions to partial primitive functions.
  • Method Summary

    Modifier and Type Method Description
    boolean containsKey​(float key)  
    boolean containsKey​(java.lang.Object key)
    Deprecated.
    double get​(float key)  
    java.lang.Double get​(java.lang.Object key)
    Deprecated.
    double getOrDefault​(float key, double defaultValue)  
    java.lang.Double getOrDefault​(java.lang.Object key, java.lang.Double defaultValue)
    Deprecated.
    java.lang.Double put​(java.lang.Float key, java.lang.Double value)
    Deprecated.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.DoubleUnaryOperator

    andThen, compose

    Methods inherited from interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction

    andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, remove

    Methods inherited from interface it.unimi.dsi.fastutil.Function

    apply, clear, size
  • Method Details

    • containsKey

      public boolean containsKey​(float key)
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
    • containsKey

      @Deprecated public boolean containsKey​(java.lang.Object key)
      Deprecated.
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.Function<java.lang.Float,​java.lang.Double>
    • get

      public double get​(float key)
      Specified by:
      get in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
    • getOrDefault

      public double getOrDefault​(float key, double defaultValue)
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
    • get

      @Deprecated public java.lang.Double get​(java.lang.Object key)
      Deprecated.
      Specified by:
      get in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
      Specified by:
      get in interface it.unimi.dsi.fastutil.Function<java.lang.Float,​java.lang.Double>
    • getOrDefault

      @Deprecated public java.lang.Double getOrDefault​(java.lang.Object key, java.lang.Double defaultValue)
      Deprecated.
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.Function<java.lang.Float,​java.lang.Double>
    • put

      @Deprecated public java.lang.Double put​(java.lang.Float key, java.lang.Double value)
      Deprecated.
      Specified by:
      put in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
      Specified by:
      put in interface it.unimi.dsi.fastutil.Function<java.lang.Float,​java.lang.Double>