Class UnmodifiableMultiSet<E>

Type Parameters:
E - The type held in the multiset
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, MultiSet<E>, Unmodifiable

public final class UnmodifiableMultiSet<E> extends AbstractMultiSetDecorator<E> implements Unmodifiable
Decorates another MultiSet to ensure it can't be altered.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
4.1
See Also: