|
|
Note: this article is a "stub" and is due to be expanded soon!
ConcurerntSkipListMapJava 6 adds a further weapon to the collections armoury in the form of the ConcurrentSkipListMap. In terms of its general functionality, this class is a kind of cross between a ConcurrentHashMap and a TreeMap. In other words:
However, compared to ConcurrentHashMap, ConcurrentSkipListMap has some different performance characteristics:
Written by Neil Coffey. Copyright © Javamex UK 2011. All rights reserved. If you have any feedback on the Java collections tutorials in this section or about the content of this site in general, please leave a message on the Javamex forum. |