JHashSet<E> constructor

JHashSet<E>(
  1. Set value
)

Implementation

JHashSet(Set value) : super(value, clsName: _jHashSetCls);