Skip to content

Commit d83e7ab

Browse files
committed
Section 25 Collections Frameworks
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 5dba198 commit d83e7ab

File tree

1 file changed

+5
-0
lines changed
  • Section 25 Collections Frameworks/Map Interface/src

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Map {
2+
public static void main(String[] args) {
3+
System.out.println("Map Separate hierarchy — does NOT extend Collection)");
4+
}
5+
}

0 commit comments

Comments
 (0)