Class NullableHashSet<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<T>
com.ticxo.modelengine.api.utils.data.NullableHashSet<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, Set<T>

public class NullableHashSet<T> extends LinkedHashSet<T>
See Also:
  • Constructor Details

    • NullableHashSet

      public NullableHashSet()
  • Method Details