mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
adding keys() method to ICharArrayMap interface
This commit is contained in:
parent
c286226230
commit
f2dd942157
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@ public interface ICharArrayMap<V> {
|
||||||
*/
|
*/
|
||||||
Collection<V> values();
|
Collection<V> values();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the keys stored in the map.
|
||||||
|
*/
|
||||||
|
Collection<char[]> keys();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes all mappings from the map.
|
* Removes all mappings from the map.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue