Example usage for com.google.common.collect SortedSetMultimap interface-usage

List of usage examples for com.google.common.collect SortedSetMultimap interface-usage

Introduction

In this page you can find the example usage for com.google.common.collect SortedSetMultimap interface-usage.

Usage

From source file ca.sqlpower.util.HashTreeSetMultimap.java

/**
 * An implementation of a sorted set multimap that stores the keys in a hash map
 * for constant time look up and values in a tree set.
 * <p>
 * Note that the methods which are documented to allow editing the underlying
 * map directly are not correct for this implementation. If a method is called,