What's new to the Collections Framework in Java 1.4?
Created Oct 28, 2001
John Zukowski There are three new implementations:
- LinkedHashSet
- LinkedHashMap
- IdentityHashMap
- RandomAccess
- rotate(List list, int distance)
- replaceAll(List list, Object oldVal, Object newVal)
- indexOfSubList(List source, List target)
- lastIndexOfSubList(List source, List target)
- swap(List list, int i, int j)
- list(Enumeration e)