Across
- 3. - Method works faster in Set than List
- 6. - Legacy class having same name as underlying data structure
- 9. - Utility method to get an Immutable List of repeated elements
- 10. - Misfeature in Arrays, Rectified in Parameterized Types
- 11. - Make collections homogeneous
- 12. - Ensure backward compatibility with Generics
- 14. - Queue method that behave like add but doesn't throw exception if full
- 17. - Data structure behind every no duplicate, natural order collection
- 19. - Implement this interface to get iterated by forEach loop
- 20. - Garbage collection friendly HashMa
- 24. - Growable Array but get cloned on every update
- 26. - Home for static utilities for collection
- 28. - All rounder List that maintains insertion order.
- 30. - Method gives an Immutable with a single key-value pair
Down
- 1. - Principle behind bounded wild cards
- 2. - Implements List as well as Queue
- 4. - Method removes all elements from queue and put in a collection
- 5. - Use this collection interface to implement Stack
- 7. - Internally this is Bit Fields
- 8. - Map used in multithreading environment
- 13. - Get a range of elements from a List
- 15. - Used to iterate a collection by hiding iterator and loop counter
- 16. - Container types have inverse relation to each other as the payload types
- 18. - Those who implemented this finds elements faster
- 21. - Class is a Set in some way, but not a Collection
- 22. - ArrayList and LinkedList use 'containsAll' of this class
- 23. - Insertion order and no duplicates
- 25. - Arrays method to get an Immutable List from an array
- 27. - Map method that solve varags issue of of
- 29. - Little-c collection
