Class ImmutableEmptySetWithHashingStrategy<T>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Set<T>, ImmutableCollection<T>, InternalIterable<T>, RichIterable<T>, ImmutableSet<T>, ImmutableSetIterable<T>, SetIterable<T>, UnsortedSetIterable<T>

final class ImmutableEmptySetWithHashingStrategy<T> extends AbstractImmutableSet<T> implements Serializable
This is a zero element ImmutableUnifiedSetWithHashingStrategy which is created by calling the HashingStrategySets.immutable.empty() method.