I have a HashMap users:
private Map<String, ObjectOutputStream> utilizadores = new HashMap<String, ObjectOutputStream>();
Can anyone tell me what this function works for? Here, under no circumstances does Hashmap change?
pri...
asked by
13.12.2015 / 21:04