public class JcrMap extends AbstractMap<String,Object> implements IHippoMap, org.apache.wicket.model.IDetachable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JcrMap(JcrNodeModel node) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
void |
detach() |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
List<String> |
getMixinTypes() |
javax.jcr.Node |
getNode() |
String |
getPrimaryType() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
void |
reset() |
void |
save() |
int |
size() |
Collection<Object> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
public JcrMap(JcrNodeModel node)
public javax.jcr.Node getNode()
public String getPrimaryType()
getPrimaryType
in interface IHippoMap
public List<String> getMixinTypes()
getMixinTypes
in interface IHippoMap
public void clear()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class AbstractMap<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
containsValue
in class AbstractMap<String,Object>
public boolean isEmpty()
public int size()
public Collection<Object> values()
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.