Uses of Class
cloud.opencode.base.collections.specialized.TreeBasedTable
Packages that use TreeBasedTable
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of TreeBasedTable in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return TreeBasedTableModifier and TypeMethodDescriptionstatic <R extends Comparable<? super R>, C extends Comparable<? super C>, V>
TreeBasedTable<R, C, V> TreeBasedTable.create()Create an empty TreeBasedTable with natural ordering.static <R,C, V> TreeBasedTable <R, C, V> TreeBasedTable.create(Comparator<? super R> rowComparator, Comparator<? super C> columnComparator) Create an empty TreeBasedTable with custom comparators.