Class Short2DoubleFunctions.PrimitiveFunction

java.lang.Object
it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.PrimitiveFunction
All Implemented Interfaces:
it.unimi.dsi.fastutil.Function<java.lang.Short,​java.lang.Double>, it.unimi.dsi.fastutil.shorts.Short2DoubleFunction, java.util.function.Function<java.lang.Short,​java.lang.Double>, java.util.function.IntToDoubleFunction
Enclosing class:
Short2DoubleFunctions

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

    Modifier and Type Method Description
    boolean containsKey​(short key)  
    boolean containsKey​(java.lang.Object key)
    Deprecated.
    double get​(short key)  
    java.lang.Double get​(java.lang.Object key)
    Deprecated.
    double getOrDefault​(short key, double defaultValue)  
    java.lang.Double getOrDefault​(java.lang.Object key, java.lang.Double defaultValue)
    Deprecated.
    java.lang.Double put​(java.lang.Short 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 it.unimi.dsi.fastutil.Function

    apply, clear, size

    Methods inherited from interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction

    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
  • Method Details

    • containsKey

      public boolean containsKey​(short key)
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
    • containsKey

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

      public double get​(short key)
      Specified by:
      get in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
    • getOrDefault

      public double getOrDefault​(short key, double defaultValue)
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
    • get

      @Deprecated public java.lang.Double get​(java.lang.Object key)
      Deprecated.
      Specified by:
      get in interface it.unimi.dsi.fastutil.Function<java.lang.Short,​java.lang.Double>
      Specified by:
      get in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
    • 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.Function<java.lang.Short,​java.lang.Double>
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
    • put

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