Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
Class | Description | |
---|---|---|
![]() |
OrderedVariableSizeList | Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized. |
![]() |
ReadOnlyList | Read-only collection of elements of type T, not synchronized. |
![]() |
VariableSizeList | Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IVersionTag | IVersionTag interface is used to provide bounded objects with information about collection change. Collection must increment version tag when Add/Remove/Clear operations are performed. |