Class KeyedVertexProperty<V>

java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty<V>
All Implemented Interfaces:
Element, Property<V>, VertexProperty<V>

public final class KeyedVertexProperty<V> extends Object implements VertexProperty<V>
A utility implementation of a Property that only has a key but no value and no meta-properties.
Author:
Stephen Mallette (http://stephen.genoprime.com)