public interface IntKeysMap
Modifier and Type | Method and 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–2016. All rights reserved.