Package civitas.celestis.util.grid
package civitas.celestis.util.grid
-
ClassDescriptionArrayGrid<E>A static grid implemented using primitive arrays.AtomicGrid<E>A grid which stores atomic references to objects instead of the objects themselves.BaseGrid<E>The base class for all grids, including primitive specialized grids.A static grid implemented using primitive arrays.A specialized grid which uses the primitive type
double.DynamicGrid<E>A grid whose size can be changed without requiring re-instantiation.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typefloat.Grid<E>A two-dimensional structure of elements.A utility class related toGrids.HashGrid<E>A grid whose data is stored as aHashMap.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typeint.A static grid implemented using primitive arrays.A specialized grid which uses the primitive typelong.SyncGrid<E>A variant of the array grid which features synchronization.