Class GroupLocation

java.lang.Object
ca.phon.util.Tuple<Integer,Integer>
ca.phon.session.position.GroupLocation
All Implemented Interfaces:
Comparable<Tuple<? extends Integer,? extends Integer>>

public class GroupLocation extends Tuple<Integer,Integer>
  • Constructor Details

    • GroupLocation

      public GroupLocation(Integer groupIndex, Integer charIndex)
  • Method Details

    • getGroupIndex

      public Integer getGroupIndex()
    • getCharIndex

      public Integer getCharIndex()
    • setGroupIndex

      public void setGroupIndex(Integer groupIndex)
    • setCharIndex

      public void setCharIndex(Integer charIndex)