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