MutableIntKeysMap
IntBooleanHashMap
, IntByteHashMap
, IntCharHashMap
, IntDoubleHashMap
, IntFloatHashMap
, IntIntHashMap
, IntLongHashMap
, IntShortHashMap
public interface IntKeysMap
Modifier and Type | Method | Description |
---|---|---|
boolean |
containsKey(int key) |
|
void |
forEachKey(IntProcedure procedure) |
|
boolean |
isEmpty() |
|
boolean |
notEmpty() |
|
int |
size() |
int size()
boolean containsKey(int key)
void forEachKey(IntProcedure procedure)
boolean isEmpty()
boolean notEmpty()
Copyright © 2004–2019. All rights reserved.