Exemplo n.º 1
0
 @Override
 public SortedSet<K> keySet() {
   return TreeSet.ofAll(keyComparator(), iterator().map(Tuple2::_1));
 }