Question:Complete the implementation of Graph.java using an adjacency matrix that was presented in this chapter.HINT: Identify all of the missing implementations in Graph.java before you start. Some methods like size() and getIndex(T vertex) should be tackled first.Screenshots: The entire code is in the screenshot. I have to fill in the methods given below the screenshots in this program.
OR
OR