| Constructor | Description |
Full Usage:
RRBLeafNode(ownerToken, items)
Parameters:
OwnerToken
items : 'T[]
Returns: RRBLeafNode<'T>
|
|
| Instance member | Description |
|
|
|
|
Full Usage:
this.InsertedItem
Parameters:
OwnerToken
localIdx : int
item : 'T
Returns: RRBLeafNode<'T>
|
|
Full Usage:
this.Items
Returns: 'T[]
|
|
Full Usage:
this.LeafNodeWithItems
Parameters:
OwnerToken
newItems : 'T[]
Returns: RRBNode<'T>
|
|
|
|
Full Usage:
this.StringRepr
Returns: string
|
|
Full Usage:
this.UpdatedItem
Parameters:
OwnerToken
localIdx : int
newItem : 'T
Returns: RRBNode<'T>
|
|