Class MatrixMap.SubMatrix.ShiftConverter

java.lang.Object
org.nuiton.util.MatrixMap.SubMatrix.ShiftConverter
All Implemented Interfaces:
java.io.Serializable, MatrixMap.SubMatrix.DimensionConverter
Enclosing class:
MatrixMap.SubMatrix<E>

protected static class MatrixMap.SubMatrix.ShiftConverter
extends java.lang.Object
implements MatrixMap.SubMatrix.DimensionConverter
La conversion est juste un decalage d'indice
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int dim  
    protected int nb  
    protected int start  
  • Constructor Summary

    Constructors 
    Constructor Description
    ShiftConverter​(int dim, int start, int nb)  
  • Method Summary

    Modifier and Type Method Description
    int[] convertCoordinates​(int[] coordinates)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait