Class MinimalCollection<E extends @Nullable Object>

java.lang.Object
java.util.AbstractCollection<E>
com.google.common.collect.testing.MinimalCollection<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>
Direct Known Subclasses:
MinimalSet

@GwtCompatible @NullMarked public class MinimalCollection<E extends @Nullable Object> extends AbstractCollection<E>
A simplistic collection which implements only the bare minimum allowed by the spec, and throws exceptions whenever it can.
Author:
Kevin Bourrillion