Class OboFileParser.SOPair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int endIndex  
      int index  
      java.lang.String str  
    • Constructor Summary

      Constructors 
      Constructor Description
      SOPair​(java.lang.String str, int index)  
      SOPair​(java.lang.String str, int index, int endIndex)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • str

        public java.lang.String str
      • index

        public int index
    • Constructor Detail

      • SOPair

        public SOPair​(java.lang.String str,
                      int index)
      • SOPair

        public SOPair​(java.lang.String str,
                      int index,
                      int endIndex)