Enhanced C#
Language of your choice: library documentation
|
Internal implementation class. Leaf node of BList<T> and BDictionary<K,V>. More...
Internal implementation class. Leaf node of BList<T> and BDictionary<K,V>.
Public Member Functions | |
BListLeaf (ushort maxNodeSize) | |
BListLeaf (BListLeaf< K, T > frozen) | |
override AListNode< K, T > | DetachedClone () |
override AListNode< K, T > | CopySection (uint index, uint count, AListBase< K, T > list) |
override bool | RemoveAt (uint index, uint count, IAListTreeObserver< K, T > tob) |
Protected Member Functions | |
BListLeaf (ushort maxNodeSize, InternalList< T > list) | |