Uses of Class
cloud.opencode.base.collections.HashBasedTable
Packages that use HashBasedTable
-
Uses of HashBasedTable in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return HashBasedTableModifier and TypeMethodDescriptionstatic <R,C, V> HashBasedTable <R, C, V> HashBasedTable.create()Create an empty HashBasedTable.static <R,C, V> HashBasedTable <R, C, V> HashBasedTable.create(int expectedRows, int expectedColumns) Create an empty HashBasedTable with expected sizes.static <R,C, V> HashBasedTable <R, C, V> Create a HashBasedTable from an existing table.