activemq-cpp-3.9.5
|
#include <decaf/util/Config.h>
#include <decaf/util/Map.h>
#include <decaf/lang/exceptions/UnsupportedOperationException.h>
#include <decaf/lang/exceptions/IllegalStateException.h>
#include <decaf/util/NoSuchElementException.h>
Go to the source code of this file.
Data Structures | |
class | decaf::util::concurrent::ConcurrentMap< K, V > |
Interface for a Map type that provides additional atomic putIfAbsent, remove, and replace methods alongside the already available Map interface. More... | |
Namespaces | |
namespace | decaf |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | decaf::util |
namespace | decaf::util::concurrent |