public void unionAndStore(Collection<K> otherKeys, K destKey) {
   ops.unionAndStore(getKey(), otherKeys, destKey);
 }
 public void unionAndStore(K otherKey, K destKey) {
   ops.unionAndStore(getKey(), otherKey, destKey);
 }