dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
Map.Entry
java
util
Map
Map
Undocumented in source.
interface
Map
interface
Entry {
equals_t
opEquals
(Object o);
Object
getKey
();
Object
getValue
();
version
(
Tango
)
hash_t
toHash
();
Object
setValue
(Object value);
}
Members
Functions
getKey
Object
getKey
()
Undocumented in source.
getValue
Object
getValue
()
Undocumented in source.
opEquals
equals_t
opEquals
(Object o)
Undocumented in source.
setValue
Object
setValue
(Object value)
Undocumented in source.
toHash
hash_t
toHash
()
Undocumented in source.
Meta
Source
See Implementation
java
util
Map
Map
functions
clear
containsKey
containsValue
entrySet
get
isEmpty
keySet
opApply
opEquals
put
putAll
remove
size
toHash
values
interfaces
Entry