|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMap | |
|---|---|
| org.compass.core.util.backport.java.util | |
| org.compass.core.util.backport.java.util.concurrent | Utility classes commonly useful in concurrent programming. |
| Uses of AbstractMap in org.compass.core.util.backport.java.util |
|---|
| Subclasses of AbstractMap in org.compass.core.util.backport.java.util | |
|---|---|
class |
TreeMap
Sorted map implementation based on a red-black tree and implementing all the methods from the NavigableMap interface. |
(package private) class |
TreeMap.AscendingSubMap
|
(package private) class |
TreeMap.DescendingSubMap
|
| Uses of AbstractMap in org.compass.core.util.backport.java.util.concurrent |
|---|
| Subclasses of AbstractMap in org.compass.core.util.backport.java.util.concurrent | |
|---|---|
class |
ConcurrentHashMap
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates. |
class |
ConcurrentSkipListMap
A scalable concurrent ConcurrentNavigableMap implementation. |
(package private) static class |
ConcurrentSkipListMap.SubMap
Submaps returned by ConcurrentSkipListMap submap operations
represent a subrange of mappings of their underlying
maps. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||