public interface Visitor<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldCreatePatch(E from,
E to)
Should a patch instruction be created for an element like
to if its destiny is an element like to? |
Copyright © 2015. All Rights Reserved.