Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. AbstractClass hello = (AbstractClass) theMap.get("string");
  2.  
  3. class Foo extends AbstractFoo
  4. {
  5. ... Implement any required methods ...
  6. }
  7.  
  8. Foo bar = new Foo();
  9. bar.get("thing");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement