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

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

Introduction

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

Usage

From source file org.pascani.dsl.lib.util.LoggingSortedSet.java

/**
 * A {@link SortedSet} that further provides <i>logging capabilities</i> when a
 * new element is added, either by {@link #add(E)} or
 * {@link #addAll(Collection)}.
 *
 * @param <E>