类分层结构
- java.lang.Object
- com.github.bingoohuang.utils.tuple.Tuple1<T1> (implements java.lang.Iterable<T>)
- com.github.bingoohuang.utils.tuple.Tuple2<T1,T2>
- com.github.bingoohuang.utils.tuple.Tuple3<T1,T2,T3>
- com.github.bingoohuang.utils.tuple.Tuple4<T1,T2,T3,T4>
- com.github.bingoohuang.utils.tuple.Tuple5<T1,T2,T3,T4,T5>
- com.github.bingoohuang.utils.tuple.Tuple6<T1,T2,T3,T4,T5,T6>
- com.github.bingoohuang.utils.tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7>
- com.github.bingoohuang.utils.tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
- com.github.bingoohuang.utils.tuple.Tuples
Copyright © 2018. All rights reserved.