Class

org.apache.spark.sql.execution.columnar.impl

LongObjectHashMapWithState

Related Doc: package impl

Permalink

final class LongObjectHashMapWithState[V] extends Long2ObjectOpenHashMap[V]

Linear Supertypes
Long2ObjectOpenHashMap[V], Hash, Cloneable, AbstractLong2ObjectMap[V], Long2ObjectMap[V], Map[Long, V], AbstractLong2ObjectFunction[V], Serializable, Long2ObjectFunction[V], LongFunction[V], Function[Long, V], Function[Long, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongObjectHashMapWithState
  2. Long2ObjectOpenHashMap
  3. Hash
  4. Cloneable
  5. AbstractLong2ObjectMap
  6. Long2ObjectMap
  7. Map
  8. AbstractLong2ObjectFunction
  9. Serializable
  10. Long2ObjectFunction
  11. LongFunction
  12. Function
  13. Function
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongObjectHashMapWithState(expectedSize: Int)

    Permalink

Type Members

  1. final class MapEntry extends Entry[V] with Entry[Long, V] with LongObjectPair[V]

    Permalink
    Attributes
    private[it.unimi.dsi.fastutil.longs]
    Definition Classes
    Long2ObjectOpenHashMap

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[V](arg0: Function[_ >: V, _ <: V]): Function[Long, V]

    Permalink
    Definition Classes
    Function
  5. def andThenByte(arg0: Object2ByteFunction[V]): Long2ByteFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  6. def andThenChar(arg0: Object2CharFunction[V]): Long2CharFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  7. def andThenDouble(arg0: Object2DoubleFunction[V]): Long2DoubleFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  8. def andThenFloat(arg0: Object2FloatFunction[V]): Long2FloatFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  9. def andThenInt(arg0: Object2IntFunction[V]): Long2IntFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  10. def andThenLong(arg0: Object2LongFunction[V]): Long2LongFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  11. def andThenObject[T](arg0: Object2ObjectFunction[_ >: V, _ <: T]): Long2ObjectFunction[T]

    Permalink
    Definition Classes
    Long2ObjectFunction
  12. def andThenReference[T](arg0: Object2ReferenceFunction[_ >: V, _ <: T]): Long2ReferenceFunction[T]

    Permalink
    Definition Classes
    Long2ObjectFunction
  13. def andThenShort(arg0: Object2ShortFunction[V]): Long2ShortFunction

    Permalink
    Definition Classes
    Long2ObjectFunction
  14. def apply(arg0: Long): V

    Permalink
    Definition Classes
    Long2ObjectFunction → LongFunction
  15. def apply(arg0: Long): V

    Permalink
    Definition Classes
    Function → Function
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clear(): Unit

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap → Map → Function
  18. def clone(): Long2ObjectOpenHashMap[V]

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AnyRef
  19. def composeByte(arg0: Byte2LongFunction): Byte2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  20. def composeChar(arg0: Char2LongFunction): Char2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  21. def composeDouble(arg0: Double2LongFunction): Double2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  22. def composeFloat(arg0: Float2LongFunction): Float2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  23. def composeInt(arg0: Int2LongFunction): Int2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  24. def composeLong(arg0: Long2LongFunction): Long2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  25. def composeObject[T](arg0: Object2LongFunction[_ >: T]): Object2ObjectFunction[T, V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  26. def composeReference[T](arg0: Reference2LongFunction[_ >: T]): Reference2ObjectFunction[T, V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  27. def composeShort(arg0: Short2LongFunction): Short2ObjectFunction[V]

    Permalink
    Definition Classes
    Long2ObjectFunction
  28. def compute(arg0: Long, arg1: BiFunction[_ >: Long, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  29. def computeIfAbsent(arg0: Long, arg1: Long2ObjectFunction[_ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  30. def computeIfAbsent(arg0: Long, arg1: LongFunction[_ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  31. def computeIfPresent(arg0: Long, arg1: BiFunction[_ >: Long, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  32. def containsKey(arg0: Long): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Long2ObjectMap → Long2ObjectFunction
  33. def containsValue(arg0: Any): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Map
  34. def defaultReturnValue(): V

    Permalink
    Definition Classes
    AbstractLong2ObjectFunction → Long2ObjectFunction
  35. def defaultReturnValue(arg0: V): Unit

    Permalink
    Definition Classes
    AbstractLong2ObjectFunction → Long2ObjectFunction
  36. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractLong2ObjectMap → Map → AnyRef → Any
  38. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def forEach(arg0: BiConsumer[_ >: Long, _ >: V]): Unit

    Permalink
    Definition Classes
    Long2ObjectMap → Map
  40. def get(arg0: Long): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectFunction
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. def getGlobalState: AnyRef

    Permalink
  43. def getOrDefault(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap → Long2ObjectFunction
  44. def hashCode(): Int

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Map → AnyRef → Any
  45. def isEmpty(): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Map
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def keySet(): LongSet

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Long2ObjectMap → Map
  48. def long2ObjectEntrySet(): FastEntrySet[V]

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  49. def merge(arg0: Long, arg1: V, arg2: BiFunction[_ >: V, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. def put(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectFunction
  54. def putAll(arg0: Map[_ <: Long, _ <: V]): Unit

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Map
  55. def putIfAbsent(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  56. def rehash(arg0: Int): Unit

    Permalink
    Attributes
    protected[it.unimi.dsi.fastutil.longs]
    Definition Classes
    Long2ObjectOpenHashMap
  57. def remove(arg0: Long, arg1: Any): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  58. def remove(arg0: Long): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectFunction
  59. def replace(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  60. def replace(arg0: Long, arg1: V, arg2: V): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap
  61. def replaceAll(arg0: BiFunction[_ >: Long, _ >: V, _ <: V]): Unit

    Permalink
    Definition Classes
    Map
  62. def setGlobalState(state: AnyRef): Unit

    Permalink
  63. final def shiftKeys(arg0: Int): Unit

    Permalink
    Attributes
    protected[it.unimi.dsi.fastutil.longs]
    Definition Classes
    Long2ObjectOpenHashMap
  64. def size(): Int

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → Long2ObjectMap → Map → Function
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def toString(): String

    Permalink
    Definition Classes
    AbstractLong2ObjectMap → AnyRef → Any
  67. def trim(arg0: Int): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap
  68. def trim(): Boolean

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap
  69. def values(): ObjectCollection[V]

    Permalink
    Definition Classes
    Long2ObjectOpenHashMap → AbstractLong2ObjectMap → Long2ObjectMap → Map
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def compose[T](arg0: Function[_ >: T, _ <: Long]): Function[T, V]

    Permalink
    Definition Classes
    Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def compute(arg0: Long, arg1: BiFunction[_ >: Long, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def computeIfAbsent(arg0: Long, arg1: Function[_ >: Long, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def computeIfAbsentPartial(arg0: Long, arg1: Long2ObjectFunction[_ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectMap
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def computeIfPresent(arg0: Long, arg1: BiFunction[_ >: Long, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def containsKey(arg0: Any): Boolean

    Permalink
    Definition Classes
    Long2ObjectMap → Map → Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def entrySet(): ObjectSet[Entry[Long, V]]

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def get(arg0: Any): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map → Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getOrDefault(arg0: Any, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map → Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def merge(arg0: Long, arg1: V, arg2: BiFunction[_ >: V, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def put(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map → Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def putIfAbsent(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def remove(arg0: Any): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map → Long2ObjectFunction → Function
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def replace(arg0: Long, arg1: V): V

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def replace(arg0: Long, arg1: V, arg2: V): Boolean

    Permalink
    Definition Classes
    Long2ObjectMap → Map
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Long2ObjectOpenHashMap[V]

Inherited from Hash

Inherited from Cloneable

Inherited from AbstractLong2ObjectMap[V]

Inherited from Long2ObjectMap[V]

Inherited from Map[Long, V]

Inherited from AbstractLong2ObjectFunction[V]

Inherited from Serializable

Inherited from Long2ObjectFunction[V]

Inherited from LongFunction[V]

Inherited from Function[Long, V]

Inherited from Function[Long, V]

Inherited from AnyRef

Inherited from Any

Ungrouped