Companion

object Companion

Functions

Link copied to clipboard
fun <R : Any, C : Any, V : Any> create(): HashBasedTable<R, C, V>

Creates a new empty HashBasedTable.

fun <R : Any, C : Any, V : Any> create(table: Table<R, C, V>): HashBasedTable<R, C, V>

Creates a new HashBasedTable containing the same mappings as the specified table.