E
- element typepublic class NonBlockingSparseMatrix2D<E> extends SparseMatrix2D<E>
Constructor and Description |
---|
NonBlockingSparseMatrix2D(long rows,
long columns,
int initialCapacity)
Create a new non-blocking sparse 2D matrix with the specified number
of rows and columns and initial capacity.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
clear, forEachNonNull, getQuick, setQuick, toString, viewColumn, viewRow
public NonBlockingSparseMatrix2D(long rows, long columns, int initialCapacity)
rows
- rows, must be >= 0
columns
- columns, must be >= 0
initialCapacity
- initial capacity, must be >= 0
public Object clone()
clone
in class SparseMatrix2D<E>
Copyright (c) 2010-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).