Interface NoteAccount.Visitor<T>
-
- Enclosing class:
- NoteAccount
public static interface NoteAccount.Visitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvisit(Account value)Tvisit(java.lang.String value)
-