public class DenseIntMapImpl extends Object
| Constructor and Description |
|---|
DenseIntMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int key)
If key >= 0, return the value bound to key, or null if none.
|
void |
set(int key,
Object value)
If key >= 0, bind value to the key.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.