Java cs1302 vsu

123456789101112131415161718192021222324
Across
  1. 2. can store many primitives
  2. 6. key word to let a class use an interface
  3. 9. stores a decimal number
  4. 10. stores a whole number
  5. 11. map method that defines a key/value pair
  6. 12. a map method that returns all values
  7. 14. special class that handles pressing a button in a gui
  8. 16. stores a word or sentence
  9. 18. collection that stores unique elements
  10. 19. stores a single character
  11. 21. keyword to let anybody use a method or variable
  12. 22. a map method that returns all keys
  13. 23. a basic map that stores elements
  14. 24. connects radio buttons together in a gui
Down
  1. 1. collection that stores elements in pairs
  2. 3. describes a method that calls itself
  3. 4. the condition that stops a recursive function
  4. 5. selectable display of strings in a gui
  5. 7. defines how objects or sorted
  6. 8. map method that returns true if the argument is already used as a key
  7. 13. a class that cannot be created
  8. 15. collection that stores indexed elements
  9. 17. a map that sorts elements by the key
  10. 20. keyword to mark a method as internal use only