Entry

class Entry(var length: Int = 0, var prefix: Int = 0, var suffix: Int = 0)

Constructors

Link copied to clipboard
constructor(length: Int = 0, prefix: Int = 0, suffix: Int = 0)

Properties

Link copied to clipboard
var length: Int
Link copied to clipboard
var prefix: Int
Link copied to clipboard
var suffix: Int