ValueType - type of valuespublic interface PrimitiveMap<ValueType>
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all elements of this map.
|
boolean |
isEmpty()
Return true if this map is empty.
|
int |
size()
Return the number of elements.
|
Iterator<ValueType> |
values()
Iterates on values.
|
Copyright © 2019. All rights reserved.