Package jline.lib.smc

Class Quadruple

  • All Implemented Interfaces:

    
    public final class Quadruple<A extends Object, B extends Object, C extends Object, D extends Object>
    
                        

    Helper class for returning four values

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final A first
      private final B second
      private final C third
      private final D fourth
    • Constructor Summary

      Constructors 
      Constructor Description
      Quadruple(A first, B second, C third, D fourth)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final A getFirst()
      final B getSecond()
      final C getThird()
      final D getFourth()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait