dwt v1.0.3+swt-3.4.1 (2020-01-31T08:20:04Z)
Home
Dub
Repo
WeakHashMap.Ref
java
util
WeakHashMap
WeakHashMap
Undocumented in source.
class
WeakHashMap
static
class
Ref {
size_t
ptr
;
this
(Object k);
hash_t
toHash
();
equals_t
opEquals
(Object o);
}
Constructors
this
this
(Object k)
Undocumented in source.
Members
Functions
opEquals
equals_t
opEquals
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ptr
size_t
ptr
;
Undocumented in source.
Meta
Source
See Implementation
java
util
WeakHashMap
WeakHashMap
classes
Ref
constructors
this
functions
get
put
remove
variables
data
gcLock