Documentation of 'org.matheclipse.core.generic.interfaces.IPositionConverter' Java class
IPositionConverter
org.matheclipse.core.generic.interfaces

Interface IPositionConverter<T>

  • All Known Implementing Classes:
    PositionConverter


    public interface IPositionConverter<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int toInt(T position)
      Convert the object into an integer number >= 0
      T toObject(int position)
      Convert the integer position number >= 0 into an object
    • Method Detail

      • toObject

        T toObject(int position)
        Convert the integer position number >= 0 into an object
      • toInt

        int toInt(T position)
        Convert the object into an integer number >= 0
        Parameters:
        position - the object which should be converted
        Returns:
        -1 if the conversion is not pssible

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.