+ mapTableWithWeakToStrongObjects
Returns a new map table object which has weak references to the keys and strong references to the values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーに対してそして強い参照を値に対して持ちます。
+ mapTableWithStrongToWeakObjects
Returns a new map table object which has strong references to the keys and weak references to the values.
新しいマップテーブルオブジェクトを返します、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。
+ mapTableWithWeakToWeakObjects
Returns a new map table object which has weak references to the keys and values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーと値に対して持ちます。