A triple consisting of three elements.
This class is an abstract implementation defining the basic API. It refers to the elements as 'left', 'middle' and 'right'.
Subclass implementations may be mutable or immutable. However, there is no restriction on the type of the stored objects that may be stored. If mutable objects are stored in the triple, then the triple itself effectively becomes mutable.
@param < L> the left element type @param < M> the middle element type @param < R> the right element type @version $Id: Triple.java 1552635 2013-12-20 13:02:03Z britter $ @since 3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|