| Modifier and Type | Field and Description |
|---|---|
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
framedGraph |
protected Class<T> |
kind |
| Constructor and Description |
|---|
FramedVertexMap(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Map<com.tinkerpop.blueprints.Vertex,Object> map,
Class<T> kind) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<T,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<T> |
keySet() |
Object |
put(T key,
Object value) |
void |
putAll(Map otherMap) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected final FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph
public FramedVertexMap(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph, Map<com.tinkerpop.blueprints.Vertex,Object> map, Class<T> kind)
Copyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.