public static class TopologicalSort.OutEdgesCache<E> extends java.lang.Object implements TopologicalSort.OutEdges<E>
| Constructor and Description |
|---|
OutEdgesCache(TopologicalSort.OutEdges<E> base) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<E> |
getOutEdges(E e) |
public OutEdgesCache(TopologicalSort.OutEdges<E> base)
public java.util.Collection<E> getOutEdges(E e)
getOutEdges in interface TopologicalSort.OutEdges<E>SpotBugs is licensed under the LGPL.