在Java中,关于HashMap类的描述,以下正确的是 ()
HashMap使用键/值得形式保存数据
HashMap 能够保证其中元素的顺序
HashMap允许将null用作键
HashMap允许将null用作值