Package org.aksw.jenax.arq.util.node
Class NodeMapImpl
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,org.apache.jena.graph.Node>
org.aksw.jenax.arq.util.node.NodeMapImpl
- All Implemented Interfaces:
Serializable,Map<String,,org.apache.jena.graph.Node> NodeMap
public class NodeMapImpl
extends com.google.common.collect.ForwardingMap<String,org.apache.jena.graph.Node>
implements NodeMap, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
delegate
-
-
Constructor Details
-
NodeMapImpl
public NodeMapImpl() -
NodeMapImpl
-
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingMap<String,org.apache.jena.graph.Node>
-