Module aeonics.core
Package aeonics.util

Class Tuples


  • public class Tuples
    extends java.lang.Object
    This collection of classes that can group different Objects together. It is useful when you need to return multiple values from a method, or when you need a final variable but still change the value from within a lambda scope.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Tuples.Quadruple<A,​B,​C,​D>
      A wrapper for four values
      static class  Tuples.Single<A>
      A wrapper for one value
      static class  Tuples.Triple<A,​B,​C>
      A wrapper for three values
      static class  Tuples.Tuple<A,​B>
      A wrapper for two values
    • Method Summary

      • Methods inherited from class java.lang.Object

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