Esempio n. 1
0
 public function testRetainAll()
 {
     // Remove the following lines when you implement this test.
     $map = new HashMap();
     $map->put(1, 1);
     $map->put(2, 5);
     $map->put(3, 3);
     $this->object->retainAll($map);
 }