Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 215 Bytes

File metadata and controls

10 lines (8 loc) · 215 Bytes

HashMap<<Key>, <Value>>

HashMap<Integer, ArrayList<Integer>> consecutive = new HashMap<>();
Method Description
.put(Key, Value) Add pair
.get(Key) Get value by key