Product Information > JADE Developer’s Reference > Chapter 4 - Collections Behavior and Tuning > Class-Level Specification

Class-Level Specification

When you specify the block size for a collection class, the block size determines the default collection block size for instances of the collection type.

The specified block size becomes the actual size and collection blocks do not change in size during their lifetime. Similarly, when you specify the load factor for the collection class, the specified load factor is applied to instances of the collection class by default.