Class FSAUtils.IntIntHolder

  • Enclosing class:
    FSAUtils

    public static final class FSAUtils.IntIntHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a  
      int b  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        public int a
      • b

        public int b
    • Constructor Detail

      • IntIntHolder

        public IntIntHolder​(int a,
                            int b)
      • IntIntHolder

        public IntIntHolder()