implement a whole bunch of simple methods.

.gitignore 307B

1234567891011121314151617181920212223242526
  1. /target/
  2. .DS_Store
  3. .classpath
  4. # Compiled class file
  5. *.class
  6. # Log file
  7. *.log
  8. # BlueJ files
  9. *.ctxt
  10. # Mobile Tools for Java (J2ME)
  11. .mtj.tmp/
  12. # Package Files #
  13. *.jar
  14. *.war
  15. *.nar
  16. *.ear
  17. *.zip
  18. *.tar.gz
  19. *.rar
  20. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  21. hs_err_pid*