public class IntHashSet extends Object
Constructor and Description |
---|
IntHashSet() |
IntHashSet(int expected) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(int value) |
int |
size() |
IntIterator |
toIntIterator() |
int[] |
toInts() |
public boolean add(int value)
public int size()
public IntIterator toIntIterator()
public int[] toInts()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.