static FloatHashSet |
FloatHashSet.newSet(org.eclipse.collections.api.FloatIterable source) |
static FloatHashSet |
FloatHashSet.newSetWith(float... source) |
FloatHashSet |
FloatHashSet.select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
FloatHashSet |
FloatHashSet.with(float element) |
FloatHashSet |
FloatHashSet.withAll(org.eclipse.collections.api.FloatIterable elements) |
FloatHashSet |
FloatHashSet.without(float element) |
FloatHashSet |
FloatHashSet.withoutAll(org.eclipse.collections.api.FloatIterable elements) |