public interface DoubleKeysMap
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(double key) |
void |
forEachKey(DoubleProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
int size()
boolean containsKey(double key)
void forEachKey(DoubleProcedure procedure)
boolean isEmpty()
boolean notEmpty()
Copyright © 2004–2016. All rights reserved.