Uses of Interface
civitas.celestis.util.grid.BaseGrid
Packages that use BaseGrid
-
Uses of BaseGrid in civitas.celestis.math.matrix
Classes in civitas.celestis.math.matrix that implement BaseGridModifier and TypeClassDescriptionclassA specializedDoubleArrayGridused in a mathematical context. -
Uses of BaseGrid in civitas.celestis.util.grid
Subinterfaces of BaseGrid in civitas.celestis.util.gridModifier and TypeInterfaceDescriptioninterfaceA specialized grid which uses the primitive typedouble.interfaceDynamicGrid<E>A grid whose size can be changed without requiring re-instantiation.interfaceA specialized grid which uses the primitive typefloat.interfaceGrid<E>A two-dimensional structure of elements.interfaceA specialized grid which uses the primitive typeint.interfaceA specialized grid which uses the primitive typelong.Classes in civitas.celestis.util.grid that implement BaseGridModifier and TypeClassDescriptionclassArrayGrid<E>A static grid implemented using primitive arrays.classAtomicGrid<E>A grid which stores atomic references to objects instead of the objects themselves.classA static grid implemented using primitive arrays.classA static grid implemented using primitive arrays.classHashGrid<E>A grid whose data is stored as aHashMap.classA static grid implemented using primitive arrays.classA static grid implemented using primitive arrays.classSyncGrid<E>A variant of the array grid which features synchronization.Methods in civitas.celestis.util.grid with parameters of type BaseGrid