Enhanced C#
Language of your choice: library documentation
Public Member Functions | Protected Member Functions | List of all members
Loyc.Collections.Impl.BListLeaf< K, T > Class Template Reference

Internal implementation class. Leaf node of BList<T> and BDictionary<K,V>. More...


Source file:
Inheritance diagram for Loyc.Collections.Impl.BListLeaf< K, T >:
Loyc.Collections.Impl.AListLeaf< K, T >

Remarks

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)