Exemplo n.º 1
0
 public Collection<NetworkNode> getLeafNodes() {
   return Collections.unmodifiableCollection(leafNodes.values());
 }
Exemplo n.º 2
0
 public Collection<NetworkNode> getNetworkingNodes() {
   return Collections.unmodifiableCollection(networkingNodes.values());
 }