Class RBBIRuleBuilder.IntPair

  • Enclosing class:
    RBBIRuleBuilder

    static class RBBIRuleBuilder.IntPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int first  
      (package private) int second  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntPair()  
      IntPair​(int f, int s)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • first

        int first
      • second

        int second
    • Constructor Detail

      • IntPair

        IntPair()
      • IntPair

        IntPair​(int f,
                int s)