Enhancements to Java Collections API (original) (raw)

John Platts john_platts at hotmail.com
Tue Nov 29 20:13:52 UTC 2016


There are many features that are missing from the Java Collections API that should be added to the Java Collections API, including the following:

 *   BidiIterableDeque interface implemented on java.util.ArrayDeque, java.util.concurrent.ConcurrentLinkedDeque, java.util.concurrent.LinkedBlockingDeque, and java.util.LinkedList
 *   BidiIterableSet interface implemented on java.util.LinkedHashSet, java.util.TreeSet, and java.util.concurrent.ConcurrentSkipListSet
 *   BidiIterableNavigableSet interface implemented on java.util.TreeSet and java.util.concurrent.ConcurrentSkipListSet
 *   BidiIterableMap interface implemented on java.util.LinkedHashMap, java.util.TreeMap, and java.util.concurrent.ConcurrentSkipListMap
 *   BidiIterableNavigableMap interface implemented on java.util.TreeMap and java.util.concurrent.ConcurrentSkipListMap

Will these enhancements ever make it into Java SE 10 or Java SE 11?



More information about the core-libs-dev mailing list