TypedIds

class TypedIds @JvmOverloads constructor(var listTypedIds: MutableList<TypedId> = ArrayList())

Constructors

Link copied to clipboard
constructor(listTypedIds: MutableList<TypedId> = ArrayList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun add(objectType: String, id: String)
Link copied to clipboard
fun clear()
Link copied to clipboard
fun countSlices(sliceSize: Int): Int
Link copied to clipboard
Link copied to clipboard
fun size(): Int
Link copied to clipboard
fun slice(sliceIndex: Int, sliceSize: Int): TypedIds
Link copied to clipboard