예제 #1
0
 @Override
 public IPersistentMap without(Object k) {
   return new PersistentMapProxy(_map.dissoc(k));
 }