createSet abstract method

Set<T> createSet()

Creates an empty set of type Set<T>.

Implementation

Set<T> createSet();