Uses of Interface
cloud.opencode.base.collections.Table
Packages that use Table
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of Table in cloud.opencode.base.collections
Classes in cloud.opencode.base.collections that implement TableModifier and TypeClassDescriptionclassHashBasedTable<R,C, V> HashBasedTable - Hash-based Table Implementation HashBasedTable - 基于哈希的表实现Methods in cloud.opencode.base.collections with parameters of type TableModifier and TypeMethodDescriptionstatic <R,C, V> HashBasedTable <R, C, V> Create a HashBasedTable from an existing table.voidvoidPut all values from another table. -
Uses of Table in cloud.opencode.base.collections.specialized
Classes in cloud.opencode.base.collections.specialized that implement TableModifier and TypeClassDescriptionfinal classArrayTable<R,C, V> ArrayTable - Fixed-size Array-based Table Implementation ArrayTable - 固定大小基于数组的表实现final classTreeBasedTable<R,C, V> TreeBasedTable - Tree-based Table Implementation TreeBasedTable - 基于树的表实现Methods in cloud.opencode.base.collections.specialized with parameters of type TableModifier and TypeMethodDescriptionstatic <R,C, V> ArrayTable <R, C, V> Create an ArrayTable copying from another table.voidvoid