public Element(VInt id, VInt size, long position) { this.ID = id; this.Size = size; this.Position = position; }
public Element(VInt id, VInt size) { this.ID = id; this.Size = size; }