Uses of Class
org.ujmp.core.Coordinates

Packages that use Coordinates
org.ujmp.core   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.util   
 

Uses of Coordinates in org.ujmp.core
 

Methods in org.ujmp.core that return Coordinates
 Coordinates Coordinates.clone()
           
 

Methods in org.ujmp.core with parameters of type Coordinates
 boolean Coordinates.equals(Coordinates c)
           
 

Constructors in org.ujmp.core with parameters of type Coordinates
Coordinates(Coordinates c)
           
 

Uses of Coordinates in org.ujmp.core.objectmatrix.stub
 

Methods in org.ujmp.core.objectmatrix.stub that return types with arguments of type Coordinates
 Map<Coordinates,ObjectMatrix2D> AbstractMapToTiledMatrix2DWrapper.getMap()
           
 Map<Coordinates,Object> AbstractMapToSparseMatrixWrapper.getMap()
           
 Map<Coordinates,ObjectMatrix2D> AbstractMapToTiledMatrix2DWrapper.getWrappedObject()
           
 Map<Coordinates,Object> AbstractMapToSparseMatrixWrapper.getWrappedObject()
           
 

Method parameters in org.ujmp.core.objectmatrix.stub with type arguments of type Coordinates
 void AbstractMapToSparseMatrixWrapper.setWrappedObject(Map<Coordinates,Object> object)
           
 void AbstractMapToTiledMatrix2DWrapper.setWrappedObject(Map<Coordinates,ObjectMatrix2D> object)
           
 

Constructor parameters in org.ujmp.core.objectmatrix.stub with type arguments of type Coordinates
AbstractMapToSparseMatrixWrapper(Map<Coordinates,Object> map, long... size)
           
AbstractMapToSparseMatrixWrapper(Map<Coordinates,Object> map, Matrix m)
           
AbstractMapToTiledMatrix2DWrapper(Map<Coordinates,ObjectMatrix2D> map, long... size)
           
AbstractMapToTiledMatrix2DWrapper(Map<Coordinates,ObjectMatrix2D> map, Matrix source)
           
 

Uses of Coordinates in org.ujmp.core.util
 

Methods in org.ujmp.core.util that return types with arguments of type Coordinates
 Set<Coordinates> CoordinateSetToLongWrapper.getWrappedObject()
           
 

Method parameters in org.ujmp.core.util with type arguments of type Coordinates
 void CoordinateSetToLongWrapper.setWrappedObject(Set<Coordinates> object)
           
 

Constructor parameters in org.ujmp.core.util with type arguments of type Coordinates
CoordinateSetToLongWrapper(Set<Coordinates> set)
           
 



Copyright © 2010. All Rights Reserved.