import com.kerner.utilities.collections.list.HashMapList;
import com.kerner.utilities.collections.list.UniqueList;
HashMapList<KeyType, ValueType> hashMapList = new HashMapList<>();
hashMapList.put(key1, value1);
hashMapList.put(key1, value2);
hashMapList.put(key2, value3);