src/main/decaf/util/AbstractList.h File Reference

#include <decaf/util/Config.h>
#include <decaf/util/NoSuchElementException.h>
#include <decaf/lang/exceptions/UnsupportedOperationException.h>
#include <decaf/lang/exceptions/NullPointerException.h>
#include <decaf/lang/exceptions/IllegalArgumentException.h>
#include <decaf/util/ConcurrentModificationException.h>
#include <decaf/lang/Iterable.h>
#include <decaf/util/Iterator.h>
#include <decaf/util/List.h>
#include <decaf/util/AbstractCollection.h>
#include <memory>

Go to the source code of this file.

Data Structures

class  decaf::util::AbstractList< E >
 This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array). More...
class  decaf::util::AbstractList< E >::SimpleListIterator
class  decaf::util::AbstractList< E >::ConstSimpleListIterator

Namespaces

namespace  decaf
 

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.


namespace  decaf::util

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1