Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Method and Description |
---|---|
static <R extends Comparable,C extends Comparable,V> |
TreeBasedTable.create()
Creates an empty
TreeBasedTable that uses the natural orderings
of both row and column keys. |
static <R,C,V> TreeBasedTable<R,C,V> |
TreeBasedTable.create(Comparator<? super R> rowComparator,
Comparator<? super C> columnComparator)
Creates an empty
TreeBasedTable that is ordered by the specified
comparators. |
static <R,C,V> TreeBasedTable<R,C,V> |
TreeBasedTable.create(TreeBasedTable<R,C,? extends V> table)
Creates a
TreeBasedTable with the same mappings and sort order
as the specified TreeBasedTable . |
static TreeBasedTable<Object,Object,Object> |
TreeBasedTable_CustomFieldSerializer.instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
static <R,C,V> TreeBasedTable<R,C,V> |
TreeBasedTable.create(TreeBasedTable<R,C,? extends V> table)
Creates a
TreeBasedTable with the same mappings and sort order
as the specified TreeBasedTable . |
static void |
TreeBasedTable_CustomFieldSerializer.deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
TreeBasedTable<?,?,?> table) |
static void |
TreeBasedTable_CustomFieldSerializer.serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
TreeBasedTable<?,?,?> table) |
Copyright © 2010-2015 JBoss by Red Hat. All Rights Reserved.