Package gnu.regexp

Class IntPair

  • All Implemented Interfaces:
    java.io.Serializable

    class IntPair
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int first  
      int second  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntPair()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • first

        public int first
      • second

        public int second
    • Constructor Detail

      • IntPair

        IntPair()