Test
Java
code posted
created at 26 Oct 19:52
Edit
|
Back
1
2
3
4 |
public boolean hasCookie(String cookieName) {
Map<String,Cookie> cookieMap = COOKIE_MAP.getOrNull();
return cookieMap != null ? cookieMap.containsKey(cookieName) : false;
} |
199 Bytes in 2 ms with coderay