public interface IntSet extends Set<Integer>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int element)
Adds the specified element to this set.
|
boolean |
contains(int element)
Returns true if this set contains the specified element.
|
boolean |
remove(int element)
Removes the specified element from this set.
|
int[] |
toIntArray()
Returns array with primitive types
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamboolean contains(int element)
boolean add(int element)
boolean remove(int element)
int[] toIntArray()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020