public class NDependencyInfoSet extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<NId,NDependencyInfo> |
visitedSet |
| Constructor and Description |
|---|
NDependencyInfoSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(NDependencyInfo other) |
boolean |
contains(NDependencyInfo newDep) |
NDependencyInfo |
find(NDependency other) |
boolean |
isVisited(NDependency other) |
void |
remove(NDependencyInfo info) |
public Map<NId,NDependencyInfo> visitedSet
public boolean isVisited(NDependency other)
public NDependencyInfo find(NDependency other)
public boolean contains(NDependencyInfo newDep)
public boolean add(NDependencyInfo other)
public void remove(NDependencyInfo info)
Copyright © 2026 vpc open source initiative. All rights reserved.