271272273274275276277278279
} public ODictionary<Object> getDictionary() { checkOpeness(); if (dictionary == null) dictionary = new ODictionaryWrapper(this); return dictionary; }
252253254255256257258259260
} public ODictionary<Object> getDictionary() { checkOpeness(); if (dictionary == null) dictionary = new ODictionaryWrapper(this, underlying); return dictionary; }