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