protected KeySetImpl(AbstractLazyXMap<K, V> parentMap) {
   super(parentMap, MapViewInfos.keySet());
 }