Constructor and Description |
---|
ICSAsMap(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<String,Object>> |
entrySet()
Deprecated.
|
Object |
get(Object key)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Set<String> |
keySet()
Deprecated.
|
Object |
put(String key,
Object value)
Deprecated.
|
void |
putAll(Map<? extends String,? extends Object> t)
Deprecated.
|
String |
remove(Object key)
Deprecated.
|
int |
size()
Deprecated.
|
Collection<Object> |
values()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public ICSAsMap(COM.FutureTense.Interfaces.ICS ics)
ics
- Content Server context objectpublic boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
Copyright © 2016–2017. All rights reserved.