Companion

object Companion

Functions

Link copied to clipboard
fun A_SetBin.binElementAt(index: Int): AvailObject
Link copied to clipboard
fun A_SetBin.binElementsAreAllInstancesOfKind(kind: A_Type): Boolean

Asked of the top bin of a set. If the set is large enough to be hashed then compute/cache the union's nearest kind, otherwise just answer nil.

Link copied to clipboard
fun A_SetBin.binHasElementWithHash(elementObject: A_BasicObject, elementObjectHash: Int): Boolean
Link copied to clipboard
fun A_SetBin.binRemoveElementHashLevelCanDestroy(    elementObject: A_BasicObject,     elementObjectHash: Int,     myLevel: Int,     canDestroy: Boolean): A_SetBin
Link copied to clipboard
fun A_SetBin.isBinSubsetOf(potentialSuperset: A_Set): Boolean
Link copied to clipboard
fun A_SetBin.setBinAddingElementHashLevelCanDestroy(    elementObject: A_BasicObject,     elementObjectHash: Int,     myLevel: Int,     canDestroy: Boolean): A_SetBin

Properties

Link copied to clipboard
val A_SetBin.binUnionKind: A_Type
Link copied to clipboard
val A_SetBin.isSetBin: Boolean
Link copied to clipboard
val A_SetBin.setBinHash: Int
Link copied to clipboard
val A_SetBin.setBinIterator: SetDescriptor.SetIterator
Link copied to clipboard
val A_SetBin.setBinSize: Int