public class IntHashSet extends Object
IntHashSet()
IntHashSet(int expected)
boolean
add(int value)
int
size()
IntIterator
toIntIterator()
int[]
toInts()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntHashSet()
public IntHashSet(int expected)
public boolean add(int value)
public int size()
public IntIterator toIntIterator()
public int[] toInts()
Copyright © 2023 The Apache Software Foundation. All rights reserved.