@@ -833,6 +837,10 @@ access the container. Based on that, you should use:
iteration, but do not support efficient look-up based on a key.
+
a string container is a specialized sequential
+ container or reference structure that is used for character or byte
+ arrays.
+
a bit container provides an efficient way to store and
perform set operations on sets of numeric id's, while automatically
eliminating duplicates. Bit containers require a maximum of 1 bit for each
@@ -1504,6 +1512,20 @@ always better.
+
+