VertexSnapshot<V> class
- Inheritance
-
- Implemented types
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
mapAs<V>(V id, Vertex<V> vertex, SnapshotState state)
→ MapEntry<V, VertexSnapshot<V>>
-
-
mapAsAdded<V>(V id, Vertex<V> vertex)
→ MapEntry<V, VertexSnapshot<V>>
-
-
mapAsModified<V>(V id, Vertex<V> vertex)
→ MapEntry<V, VertexSnapshot<V>>
-
-
mapAsRemoved<V>(V id, Vertex<V> vertex)
→ MapEntry<V, VertexSnapshot<V>>
-
-
mapAsUnmodified<V>(V id, Vertex<V> vertex)
→ MapEntry<V, VertexSnapshot<V>>
-