Package dafny
Class Tuple3<T0,T1,T2>
java.lang.Object
dafny.Tuple3<T0,T1,T2>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T0,T1, T2>
TypeDescriptor<Tuple3<T0,T1, T2>> _typeDescriptor(TypeDescriptor<T0> _td_T0, TypeDescriptor<T1> _td_T1, TypeDescriptor<T2> _td_T2) static <T0,T1, T2>
Tuple3<T0,T1, T2> create(T0 _0, T1 _1, T2 _2) static <T0,T1, T2>
Tuple3<T0,T1, T2> Default(T0 _default_T0, T1 _default_T1, T2 _default_T2) dtor__0()dtor__1()dtor__2()booleaninthashCode()toString()
-
Constructor Details
-
Tuple3
-
-
Method Details
-
_typeDescriptor
public static <T0,T1, TypeDescriptor<Tuple3<T0,T2> T1, _typeDescriptorT2>> (TypeDescriptor<T0> _td_T0, TypeDescriptor<T1> _td_T1, TypeDescriptor<T2> _td_T2) -
Default
-
create
-
equals
-
toString
-
hashCode
public int hashCode() -
dtor__0
-
dtor__1
-
dtor__2
-