package test; import java.util.HashSet; public class GenericNumber { java.util.HashSet usingGenerics(HashSet set) { return null; } }