T
- the element typepublic final class OpenHashSet<T> extends Object
Doesn't support nor checks for null
s.
Constructor and Description |
---|
OpenHashSet() |
OpenHashSet(int capacity)
Creates an OpenHashSet with the initial capacity and load factor of 0.75f.
|
OpenHashSet(int capacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T value) |
Object[] |
keys() |
boolean |
remove(T value) |
int |
size() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.