@param other Context to be compared. @return true if this context contains the other.
(Context<?> other)
| 67 | * @return {@code true} if this context contains the other. |
| 68 | */ |
| 69 | public abstract boolean contains(Context<?> other); |
| 70 | |
| 71 | /** |
| 72 | * Class context. |
no outgoing calls