Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.1.0)

E69640-01

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.

Public Member Functions

virtual void remove (AbstractSparseArray::Node::Handle hNode)
 Remove the specified node from the tree.

The supplied node must be part of the tree.

Parameters:
hNode the node to remove


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 © 2000, 2016, Oracle and/or its affiliates. All rights reserved.