static ShortHashSet |
ShortHashSet.newSet(org.eclipse.collections.api.ShortIterable source) |
static ShortHashSet |
ShortHashSet.newSetWith(short... source) |
ShortHashSet |
ShortHashSet.select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
ShortHashSet |
ShortHashSet.with(short element) |
ShortHashSet |
ShortHashSet.withAll(org.eclipse.collections.api.ShortIterable elements) |
ShortHashSet |
ShortHashSet.without(short element) |
ShortHashSet |
ShortHashSet.withoutAll(org.eclipse.collections.api.ShortIterable elements) |