Class Int2ReferenceFunctions.PrimitiveFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction<V>
All Implemented Interfaces:
it.unimi.dsi.fastutil.Function<java.lang.Integer,​V>, it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>, java.util.function.Function<java.lang.Integer,​V>, java.util.function.IntFunction<V>
Enclosing class:
Int2ReferenceFunctions

public static class Int2ReferenceFunctions.PrimitiveFunction<V>
extends java.lang.Object
implements it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
An adapter for mapping generic total functions to partial primitive functions.
  • Method Summary

    Modifier and Type Method Description
    boolean containsKey​(int key)  
    boolean containsKey​(java.lang.Object key)
    Deprecated.
    V get​(int key)  
    V get​(java.lang.Object key)
    Deprecated.
    V getOrDefault​(int key, V defaultValue)  
    V getOrDefault​(java.lang.Object key, V defaultValue)
    Deprecated.
    V put​(java.lang.Integer key, V 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 java.util.function.Function

    andThen

    Methods inherited from interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction

    andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, defaultReturnValue, defaultReturnValue, put, remove, remove
  • Method Details

    • containsKey

      public boolean containsKey​(int key)
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • containsKey

      @Deprecated public boolean containsKey​(java.lang.Object key)
      Deprecated.
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.Function<java.lang.Integer,​V>
      Specified by:
      containsKey in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • get

      public V get​(int key)
      Specified by:
      get in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • getOrDefault

      public V getOrDefault​(int key, V defaultValue)
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • get

      @Deprecated public V get​(java.lang.Object key)
      Deprecated.
      Specified by:
      get in interface it.unimi.dsi.fastutil.Function<java.lang.Integer,​V>
      Specified by:
      get in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • getOrDefault

      @Deprecated public V getOrDefault​(java.lang.Object key, V defaultValue)
      Deprecated.
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.Function<java.lang.Integer,​V>
      Specified by:
      getOrDefault in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>
    • put

      @Deprecated public V put​(java.lang.Integer key, V value)
      Deprecated.
      Specified by:
      put in interface it.unimi.dsi.fastutil.Function<java.lang.Integer,​V>
      Specified by:
      put in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction<V>