Uses of Class
org.ujmp.core.Coordinates
-
-
Uses of Coordinates in org.ujmp.core
Methods in org.ujmp.core that return Coordinates Modifier and Type Method Description Coordinates
Coordinates. clone()
static Coordinates
Coordinates. wrap(long... coordinates)
Methods in org.ujmp.core with parameters of type Coordinates Modifier and Type Method Description int
Coordinates. compareTo(Coordinates coordinates)
boolean
Coordinates. equals(Coordinates c)
void
AbstractMatrix. fireValueChanged(Coordinates coordinates, java.lang.Object object)
void
AbstractMatrix. fireValueChanged(Coordinates start, Coordinates end)
void
Matrix. fireValueChanged(Coordinates coordinates, java.lang.Object object)
void
Matrix. fireValueChanged(Coordinates start, Coordinates end)
-
Uses of Coordinates in org.ujmp.core.genericmatrix.impl
Fields in org.ujmp.core.genericmatrix.impl with type parameters of type Coordinates Modifier and Type Field Description protected java.util.Map<Coordinates,A>
DefaultSparseGenericMatrix. values
-
Uses of Coordinates in org.ujmp.core.graphmatrix
Fields in org.ujmp.core.graphmatrix with type parameters of type Coordinates Modifier and Type Field Description private java.util.Map<Coordinates,E>
DefaultGraphMatrix. edges
-
Uses of Coordinates in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces with parameters of type Coordinates Modifier and Type Method Description void
GUIObject. fireValueChanged(Coordinates coordinates, java.lang.Object object)
void
GUIObject. fireValueChanged(Coordinates start, Coordinates end)
-
Uses of Coordinates in org.ujmp.core.objectmatrix.impl
Fields in org.ujmp.core.objectmatrix.impl with type parameters of type Coordinates Modifier and Type Field Description private java.util.SortedSet<Coordinates>
BufferedObjectMatrix. inputToDoBuffer
private java.util.SortedSet<Coordinates>
BufferedObjectMatrix. outputToDoBuffer
private java.util.Map<Coordinates,java.lang.Object>
VolatileSparseObjectMatrix. values
-
Uses of Coordinates in org.ujmp.core.objectmatrix.stub
Fields in org.ujmp.core.objectmatrix.stub with type parameters of type Coordinates Modifier and Type Field Description private java.util.Map<Coordinates,java.lang.Object>
AbstractMapToSparseMatrixWrapper. values
private java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. values
Methods in org.ujmp.core.objectmatrix.stub that return types with arguments of type Coordinates Modifier and Type Method Description java.util.Map<Coordinates,java.lang.Object>
AbstractMapToSparseMatrixWrapper. getMap()
java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. getMap()
java.util.Map<Coordinates,java.lang.Object>
AbstractMapToSparseMatrixWrapper. getWrappedObject()
java.util.Map<Coordinates,ObjectMatrix2D>
AbstractMapToTiledMatrix2DWrapper. getWrappedObject()
Method parameters in org.ujmp.core.objectmatrix.stub with type arguments of type Coordinates Modifier and Type Method Description void
AbstractMapToSparseMatrixWrapper. setWrappedObject(java.util.Map<Coordinates,java.lang.Object> object)
void
AbstractMapToTiledMatrix2DWrapper. setWrappedObject(java.util.Map<Coordinates,ObjectMatrix2D> object)
Constructor parameters in org.ujmp.core.objectmatrix.stub with type arguments of type Coordinates Constructor Description AbstractMapToSparseMatrixWrapper(java.util.Map<Coordinates,java.lang.Object> map, long... size)
AbstractMapToSparseMatrixWrapper(java.util.Map<Coordinates,java.lang.Object> map, Matrix m)
AbstractMapToTiledMatrix2DWrapper(java.util.Map<Coordinates,ObjectMatrix2D> map, long rows, long columns)
AbstractMapToTiledMatrix2DWrapper(java.util.Map<Coordinates,ObjectMatrix2D> map, Matrix source)
-
Uses of Coordinates in org.ujmp.core.util
Fields in org.ujmp.core.util with type parameters of type Coordinates Modifier and Type Field Description (package private) java.util.Iterator<Coordinates>
CoordinateSetToLongWrapper.LongIterator. it
private java.util.Set<Coordinates>
CoordinateSetToLongWrapper. set
Constructor parameters in org.ujmp.core.util with type arguments of type Coordinates Constructor Description CoordinateSetToLongWrapper(java.util.Set<Coordinates> set)
-
Uses of Coordinates in org.ujmp.gui
Fields in org.ujmp.gui with type parameters of type Coordinates Modifier and Type Field Description protected java.util.Map<Coordinates,DataItem>
DefaultMatrixGUIObject. dataCache
protected java.util.List<Coordinates>
DefaultMatrixGUIObject. todo
Methods in org.ujmp.gui that return types with arguments of type Coordinates Modifier and Type Method Description java.util.Map<Coordinates,DataItem>
DefaultMatrixGUIObject. getDataCache()
java.util.Map<Coordinates,DataItem>
MatrixGUIObject. getDataCache()
java.util.List<Coordinates>
DefaultMatrixGUIObject. getTodo()
java.util.List<Coordinates>
MatrixGUIObject. getTodo()
Methods in org.ujmp.gui with parameters of type Coordinates Modifier and Type Method Description void
AbstractGUIObject. fireValueChanged(Coordinates coordinates, java.lang.Object object)
void
AbstractGUIObject. fireValueChanged(Coordinates start, Coordinates end)
void
DefaultMatrixGUIObject. fireValueChanged(Coordinates coordinates, java.lang.Object value)
void
DefaultMatrixGUIObject. fireValueChanged(Coordinates start, Coordinates end)
-