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