| 1. | Collections.EMPTY_LIST | | |
| 2. | Collections.EMPTY_MAP | | |
| 3. | Collections.EMPTY_SET | | |
| 4. | Collections: binarySearch(List list, T key) | | |
| 5. | Collections: comparator() | | |
| 6. | Collections: copy(List dest, List src) | | |
| 7. | Collections: emptyList() | | |
| 8. | Collections: emptyMap() | | |
| 9. | Collections: emptySet() | | |
| 10. | Collections: enumeration(Collection c) | | |
| 11. | Collections: fill(List super T> list, R obj) | | |
| 12. | Collections: list(Enumeration e) | | |
| 13. | Collections: max(Collection < ? extends T > coll) | | |
| 14. | Collections: min(Collection < ? extends T > coll) | | |
| 15. | Collections: nCopies(int n, Object o) | | |
| 16. | Collections: reverse(List> list) | | |
| 17. | Collections: reverseOrder() | | |
| 18. | Collections: replaceAll(List list, T oldVal, T newVal) | | |
| 19. | Collections: rotate(List> list, int distance) | | |
| 20. | Collections: shuffle(List < ? > list,Random rnd) | | |
| 21. | Collections: singleton(T o) | | |
| 22. | Collections: singletonMap(T key, R value) | | |
| 23. | Collections: sort(List list) | | |
| 24. | Collections: sort(List < T > list, Comparator < ? super T > c) | | |
| 25. | Collections: swap(List> list, int i, int j) | | |
| 26. | Collections: synchronizedCollection(Collection c) | | |
| 27. | Collections: synchronizedList(List list) | | |
| 28. | Collections: synchronizedMap(Map m) | | |
| 29. | Collections: synchronizedSet(Set s) | | |
| 30. | Collections: synchronizedSet(SortedSet s) | | |
| 31. | Collections: synchronizedSortedMap(SortedMap m) | | |
| 32. | Collections: unmodifiableCollection(Collection> c) | | |
| 33. | Collections: unmodifiableList(List extends T> list) | | |
| 34. | Collections: unmodifiableMap(Map m) | | |
| 35. | Collections: unmodifiableSet(Set s) | | |