Guest User

Untitled

a guest
Jan 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. createURI(...)
  2. makeURI(...)
  3. produceURI(...)
  4. buildURI(...)
  5. generateURI(...)
  6.  
  7. Lists.newArrayListWithCapacity(100);
  8. ImmutableList.of("Hello", "World");
  9.  
  10. public static class UriFactory
  11. {
  12. //Default Creator
  13. public static UriType Create()
  14. {
  15. }
  16.  
  17. //An overload for Create()
  18. public static UriType Create(someArgs)
  19. {
  20. }
  21. }
  22.  
  23. var foo = newFoo();
  24.  
  25. var foo = createFoo();
Add Comment
Please, Sign In to add comment