With the default constructor, a collection requires a 1-3 byte header and an extra 2-3 bytes is written for each element in the collection. The alternate constructor can be used to improve efficiency to match that of using an array instead of a collection.
@author Nathan Sweet
With the default constructor, a collection requires a 1-3 byte header and an extra 2-3 bytes is written for each element in the collection. The alternate constructor can be used to improve efficiency to match that of using an array instead of a collection.
@author Nathan Sweet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|