Class NullSafeSet<E>

java.lang.Object
org.sejda.commons.collection.NullSafeSet<E>
Type Parameters:
E - type of elements of the set.
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class NullSafeSet<E> extends Object implements Set<E>
LinkedHashSet wrapper disallowing null elements.
Author:
Andrea Vacondio