SparseArray Class Reference

#include <coherence/util/SparseArray.hpp>

Inherits AbstractSparseArray.

List of all members.


Detailed Description

A data structure resembling an array keyed by long values.

Author:
js 2008.04.08

Public Types

typedef spec::Handle Handle
 SparseArray Handle definition.
typedef spec::View View
 SparseArray View definition.
typedef spec::Holder Holder
 SparseArray Holder definition.

Protected Member Functions

 SparseArray ()
 Create a SparseArray.
 SparseArray (const SparseArray &that)
 Copy constructor.
virtual
AbstractSparseArray::Node::Handle 
instantiateNode (int64_t lKey, Object::Holder ohValue)
 Create a new Node.

Parameters:
lKey the key of the new Node
ohValue the value of the new Node
Returns:
the newly instantiated Node


The documentation for this class was generated from the following file: Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.