MutableShortKeysMapShortBooleanHashMap, ShortByteHashMap, ShortCharHashMap, ShortDoubleHashMap, ShortFloatHashMap, ShortIntHashMap, ShortLongHashMap, ShortShortHashMappublic interface ShortKeysMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(short key) |
|
void |
forEachKey(ShortProcedure procedure) |
|
boolean |
isEmpty() |
|
boolean |
notEmpty() |
|
int |
size() |
int size()
boolean containsKey(short key)
void forEachKey(ShortProcedure procedure)
boolean isEmpty()
boolean notEmpty()
Copyright © 2004–2020. All rights reserved.