MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / Node

Method Node

Programs/MergeKsortedLists.java:77–81  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

75 Node next;
76
77 Node(int key)
78 {
79 data = key;
80 next = null;
81 }
82 }
83
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected