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

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

Introduction

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

Usage

From source file org.jclouds.ec2.domain.Reservation.java

/**
 * 
 * @see <a href=
 *      "http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-ItemType-ReservationInfoType.html"
 *      />
 * @author Adrian Cole

From source file me.lucko.luckperms.common.utils.ExpiringSet.java

/**
 * A simple expiring set implementation using Caffeine caches
 *
 * @param <E> element type
 */
public class ExpiringSet<E> extends ForwardingSet<E> {

From source file org.immutables.ordinal.ImmutableOrdinalSet.java

/**
 * Immutable set that take advantage of elements being an {@link OrdinalValue}s to provide
 * compact storage and efficient {@link Set#contains(Object)} and
 * {@link Set#containsAll(Collection)} operations.
 * @see OrdinalValue
 * @see OrdinalDomain

From source file org.jclouds.cloudstack.domain.Account.java

/**
 * Class Account
 *
 * @author Adrian Cole
 */
public class Account extends ForwardingSet<User> {