NGSet<E> constructor

NGSet<E>(
  1. Set<E> value
)

Implementation

NGSet(Set<E> value) : super(value);