Class Byte2LongFunctions.PrimitiveFunction

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.PrimitiveFunction
All Implemented Interfaces:
it.unimi.dsi.fastutil.bytes.Byte2LongFunction, it.unimi.dsi.fastutil.Function<java.lang.Byte,​java.lang.Long>, java.util.function.Function<java.lang.Byte,​java.lang.Long>, java.util.function.IntToLongFunction
Enclosing class:
Byte2LongFunctions

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

    Modifier and Type Method Description
    boolean containsKey​(byte key)  
    boolean containsKey​(java.lang.Object key)
    Deprecated.
    long get​(byte key)  
    java.lang.Long get​(java.lang.Object key)
    Deprecated.
    long getOrDefault​(byte key, long defaultValue)  
    java.lang.Long getOrDefault​(java.lang.Object key, java.lang.Long defaultValue)
    Deprecated.
    java.lang.Long put​(java.lang.Byte key, java.lang.Long 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.bytes.Byte2LongFunction

    andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsLong, 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​(byte key)
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
    • containsKey

      @Deprecated public boolean containsKey​(java.lang.Object key)
      Deprecated.
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.Function<java.lang.Byte,​java.lang.Long>
    • get

      public long get​(byte key)
      Specified by:
      get in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
    • getOrDefault

      public long getOrDefault​(byte key, long defaultValue)
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
    • get

      @Deprecated public java.lang.Long get​(java.lang.Object key)
      Deprecated.
      Specified by:
      get in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
      Specified by:
      get in interface it.unimi.dsi.fastutil.Function<java.lang.Byte,​java.lang.Long>
    • getOrDefault

      @Deprecated public java.lang.Long getOrDefault​(java.lang.Object key, java.lang.Long defaultValue)
      Deprecated.
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.Function<java.lang.Byte,​java.lang.Long>
    • put

      @Deprecated public java.lang.Long put​(java.lang.Byte key, java.lang.Long value)
      Deprecated.
      Specified by:
      put in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
      Specified by:
      put in interface it.unimi.dsi.fastutil.Function<java.lang.Byte,​java.lang.Long>