CompositePosition

class CompositePosition(var type: Int = COMPOSITE_MAP, var position: Long = 0, var fieldName: String? = null, var idx: Int = 0)

Constructors

Link copied to clipboard
constructor(type: Int = COMPOSITE_MAP, position: Long = 0, fieldName: String? = null, idx: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var idx: Int
Link copied to clipboard
Link copied to clipboard
var type: Int