// int num_partitions = 0;
// for (Node node : this.values()) {
// num_partitions += node.size();
// } // FOR
MappedHasher hasher = new MappedHasher(null, this.partitions.size());
// DefaultHasher default_hasher = new DefaultHasher(null,
// num_partitions);
// int partition_id = 0;
// for (Node node : this.values()) {
// for (Integer id : node) {