Class TroveIntegerSet
java.lang.Object
com.gigaspaces.internal.collections.trove.TroveIntegerSet
- All Implemented Interfaces:
IntegerSet
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TroveIntegerSet
public TroveIntegerSet() -
TroveIntegerSet
public TroveIntegerSet(int initialCapacity)
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIntegerSet
-
size
public int size()- Specified by:
sizein interfaceIntegerSet
-
contains
public boolean contains(int val) - Specified by:
containsin interfaceIntegerSet
-
add
public boolean add(int val) - Specified by:
addin interfaceIntegerSet
-
toArray
public int[] toArray()- Specified by:
toArrayin interfaceIntegerSet
-