Class Char2DoubleFunctions.PrimitiveFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
All Implemented Interfaces:
it.unimi.dsi.fastutil.chars.Char2DoubleFunction, it.unimi.dsi.fastutil.Function<java.lang.Character,​java.lang.Double>, java.util.function.Function<java.lang.Character,​java.lang.Double>, java.util.function.IntToDoubleFunction
Enclosing class:
Char2DoubleFunctions

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

    Modifier and Type Method Description
    boolean containsKey​(char key)  
    boolean containsKey​(java.lang.Object key)
    Deprecated.
    double get​(char key)  
    java.lang.Double get​(java.lang.Object key)
    Deprecated.
    double getOrDefault​(char key, double defaultValue)  
    java.lang.Double getOrDefault​(java.lang.Object key, java.lang.Double defaultValue)
    Deprecated.
    java.lang.Double put​(java.lang.Character 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.chars.Char2DoubleFunction

    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​(char key)
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
    • containsKey

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

      public double get​(char key)
      Specified by:
      get in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
    • getOrDefault

      public double getOrDefault​(char key, double defaultValue)
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
    • get

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

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