API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package java.util.concurrent

Changed Classes and Interfaces
ConcurrentHashMap A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
CopyOnWriteArraySet A java.util.Set that uses java.util.concurrent.CopyOnWriteArrayList for all of its operations.
Delayed A mix-in style interface for marking objects that should be acted upon after a given delay.
PriorityBlockingQueue An unbounded BlockingQueue blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff