T - the type of the elements of the mesh.X - the type of exception thrown. Use
NeverThrownRuntimeException if no exception is thrown@FunctionalInterface public interface IMeshWalker<T,X extends java.lang.Exception>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getAdjacentElements(T element)
Returns all elements which are directly reachable from a given element (and
are part of the mesh).
|
java.util.Collection<T> getAdjacentElements(T element) throws X extends java.lang.Exception
X extends java.lang.Exception