Class StandardIntegerSet
java.lang.Object
com.gigaspaces.internal.collections.standard.StandardIntegerSet
- All Implemented Interfaces:
IntegerSet
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardIntegerSet
public StandardIntegerSet() -
StandardIntegerSet
public StandardIntegerSet(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
-