Module com.aoapps.dao.api
Package com.aoapps.dao
Interface Tuple3<C1 extends Comparable<? super C1>,C2 extends Comparable<? super C2>,C3 extends Comparable<? super C3>,T extends Tuple3<C1,C2,C3,T> & Comparable<? super T>>
- All Superinterfaces:
Tuple<T>
public interface Tuple3<C1 extends Comparable<? super C1>,C2 extends Comparable<? super C2>,C3 extends Comparable<? super C3>,T extends Tuple3<C1,C2,C3,T> & Comparable<? super T>>
extends Tuple<T>
A compound key with three columns.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionGets the first value.Gets the second value.Gets the third value.