case class HashTable[K, V](initializer: LookupTableInitializer[K, V], defaultValue: Output[V], container: String = "", sharedName: String = "", useNodeNameSharing: Boolean = false, name: String = "HashTable")(implicit evidence$5: core.types.TF[K], evidence$6: core.types.TF[V]) extends InitializableLookupTable[K, V] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashTable
- Serializable
- Serializable
- Product
- Equals
- InitializableLookupTable
- LookupTable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HashTable(initializer: LookupTableInitializer[K, V], defaultValue: Output[V], container: String = "", sharedName: String = "", useNodeNameSharing: Boolean = false, name: String = "HashTable")(implicit arg0: core.types.TF[K], arg1: core.types.TF[V])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val container: String
-
val
defaultValue: Output[V]
- Definition Classes
- HashTable → InitializableLookupTable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
handle: Output[core.types.Resource]
- Definition Classes
- InitializableLookupTable
-
def
initialize(name: String = "Initialize"): UntypedOp
- Definition Classes
- InitializableLookupTable → LookupTable
-
val
initializer: LookupTableInitializer[K, V]
- Attributes
- protected
- Definition Classes
- HashTable → InitializableLookupTable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
keysDataType: core.types.DataType[K]
- Definition Classes
- LookupTable
-
def
lookup[OL[A] <: OutputLike[A]](keys: OL[K], name: String = "Lookup")(implicit ev: Aux[OL, K]): OL[V]
- Definition Classes
- InitializableLookupTable → LookupTable
-
val
name: String
- Definition Classes
- HashTable → LookupTable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val sharedName: String
-
def
size(name: String = "Size"): Output[Long]
- Definition Classes
- InitializableLookupTable → LookupTable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val useNodeNameSharing: Boolean
-
val
valuesDataType: core.types.DataType[V]
- Definition Classes
- LookupTable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )