Lines Matching refs:add
96 ### add subsection
98 add(obj: T): boolean
124 | 10200011 | The add method cannot be bound. |
130 let result = lightWeightSet.add("squirrel");
169 lightWeightSet.add("squirrel");
170 lightWeightSet.add("sparrow");
172 set.add("gull");
212 lightWeightSet.add("squirrel");
213 lightWeightSet.add("sparrow");
215 set.add("sparrow");
254 lightWeightSet.add(123);
329 lightWeightSet.add("squirrel");
330 lightWeightSet.add("sparrow");
369 lightWeightSet.add("squirrel");
370 lightWeightSet.add("sparrow");
410 lightWeightSet.add("squirrel");
411 lightWeightSet.add("sparrow");
451 lightWeightSet.add("squirrel");
452 lightWeightSet.add("sparrow");
479 lightWeightSet.add("squirrel");
480 lightWeightSet.add("sparrow");
505 lightWeightSet.add("squirrel");
506 lightWeightSet.add("sparrow");
539 lightWeightSet.add("squirrel");
540 lightWeightSet.add("sparrow");
573 lightWeightSet.add("squirrel");
574 lightWeightSet.add("sparrow");
621 lightWeightSet.add("sparrow");
622 lightWeightSet.add("gull");
628 // You are not advised to use the add, remove, or removeAt APIs in forEach because they may cause u…
631 lightWeightSet.add(i + "123");
666 lightWeightSet.add("squirrel");
667 lightWeightSet.add("sparrow");
676 // You are not advised to use the add, remove, or removeAt APIs in entries because they may cause u…
679 lightWeightSet.add(i + "123");
714 lightWeightSet.add("squirrel");
715 lightWeightSet.add("sparrow");
732 // You are not advised to use the add, remove, or removeAt APIs in Symbol.iterator because they may…
735 lightWeightSet.add(i + "123");
779 lightWeightSet.add("squirrel");
780 lightWeightSet.add("sparrow");