The Map interface includes methods for basic operations (such as put , get , remove , containsKey , containsValue , size , and empty ), bulk operations (such as putAll and clear ), and collection views (such as keySet , entrySet , and values ).
The Map interface includes methods for basic operations (such as put , get , remove , containsKey , containsValue , size , and empty ), bulk operations (such as putAll and clear ), and collection views (such as keySet , entrySet , and values ).