| Interface | Description |
|---|---|
| IntIterator |
An iterator allowing to iterate over ints, Iterator
|
| IntSet |
A IntSet allows directly adding primitive ints to a set, Set
|
| Class | Description |
|---|---|
| IntHashMap<T> |
A hash map that uses primitive ints for the key rather than objects.
|
| IntHashSet |
This is currently just a placeholder implementation based onm HashSet
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.