|
|
|
@ -466,11 +466,6 @@ public class MapHeap implements Map<byte[], Map<String, String>> {
|
|
|
|
|
if (this.blob != null) this.blob.close(true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void finalize() {
|
|
|
|
|
close();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected class FullMapIterator extends LookAheadIterator<Map.Entry<byte[], Map<String, String>>> implements Iterator<Map.Entry<byte[], Map<String, String>>> {
|
|
|
|
|
// enumerates Map-Type elements
|
|
|
|
|
// the key is also included in every map that is returned; it's key is 'key'
|
|
|
|
|