MCPcopy Create free account
hub / github.com/badvision/jace / getChildren

Method getChildren

src/main/java/jace/core/Device.java:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 public Iterable<Device> getChildren() {
100 return children;
101 }
102
103 public void setAllDevices(Collection<Device> newDevices) {
104 children.stream().filter(d-> !newDevices.contains(d)).forEach(this::removeChildDevice);

Callers 9

startDragEventMethod · 0.45
endDragEventMethod · 0.45
addIndicatorMethod · 0.45
removeIndicatorMethod · 0.45
displayNotificationMethod · 0.45
MotherboardMethod · 0.45
WatchMethod · 0.45
memoryViewClickedMethod · 0.45
addWatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected