GraphItem

flatgraph.storage.Manifest.GraphItem
See theGraphItem companion object
class GraphItem(var nodes: Array[NodeItem], var edges: Array[EdgeItem], var properties: Array[PropertyItem], val stringPoolLength: OutlineStorage, val stringPoolBytes: OutlineStorage)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

var edges: Array[EdgeItem]
var nodes: Array[NodeItem]
var properties: Array[PropertyItem]
var version: Int