Exemplo n.º 1
0
 static View apply(View view) {
   return view.isUnmodifiable() ? view : new UnmodifiableView(view);
 }