类分层结构
- java.lang.Object
- com.bestvike.tuple.Tuple
- com.bestvike.tuple.Tuple1<T1> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple2<T1,T2> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple3<T1,T2,T3> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple4<T1,T2,T3,T4> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple5<T1,T2,T3,T4,T5> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple6<T1,T2,T3,T4,T5,T6> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
- com.bestvike.tuple.TupleN<T1,T2,T3,T4,T5,T6,T7,TRest> (implements java.lang.Comparable<T>, com.bestvike.collections.IStructuralComparable, com.bestvike.collections.IStructuralEquatable, com.bestvike.tuple.ITuple)
接口分层结构
Copyright © 2019. All Rights Reserved.