Class stl_Struct.struct_Triple<A,​B,​C>

java.lang.Object
com.jackmeng.stl.stl_Struct.struct_Triple<A,​B,​C>
Enclosing class:
stl_Struct

public static final class stl_Struct.struct_Triple<A,​B,​C>
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    A first  
    B second  
    C third  
  • Constructor Summary

    Constructors
    Constructor Description
    struct_Triple​(A first, B second, C third)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object[] to_array()  

    Methods inherited from class java.lang.Object

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

    • first

      public final A first
    • second

      public final B second
    • third

      public final C third
  • Constructor Details

    • struct_Triple

      public struct_Triple​(A first, B second, C third)
  • Method Details

    • to_array

      public java.lang.Object[] to_array()