@Test
 public void getFirst() {
   // Cannot assert much here since there's no order.
   ImmutableBag<String> bag = this.newBag();
   Assert.assertTrue(bag.contains(bag.getFirst()));
 }