Serialized Form


Package org.joda.collect.grid

Class org.joda.collect.grid.DenseGrid extends org.joda.collect.grid.AbstractGrid<V> implements Serializable

serialVersionUID: 1L

Serialized Fields

rowCount

int rowCount
The number of rows.


columnCount

int columnCount
The number of columns.


size

int size
The size.


values

Object[] values
The values.

Class org.joda.collect.grid.ImmutableCell extends org.joda.collect.grid.AbstractCell<V> implements Serializable

serialVersionUID: 1L

Serialized Fields

row

int row
The row.


column

int column
The column.


value

Object value
The value.

Class org.joda.collect.grid.SparseGrid extends org.joda.collect.grid.AbstractGrid<V> implements Serializable

serialVersionUID: 1L

Serialized Fields

rowCount

int rowCount
The row count.


columnCount

int columnCount
The column count.


cells

SortedSet<E> cells
The cells.



Copyright © 2014–2017 Joda.org. All rights reserved.