Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. interface Visitor<R> {
  2.     R MethodOne(TypeOne expr);
  3.     R MethodTwo(TypeTwo expr)
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement