Example usage for com.google.common.collect ForwardingMultiset subclass-usage

List of usage examples for com.google.common.collect ForwardingMultiset subclass-usage

Introduction

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

Usage

From source file org.datanucleus.store.types.guava.wrappers.Multiset.java

/**
 * A mutable second-class MultiSet object.
 * This is the simplified form that intercepts mutators and marks the field as dirty.
 * Note that we cannot explicitly support HashMultiset etc since Google made these final.
 */
public class Multiset<E> extends ForwardingMultiset<E>