An immutable triple consisting of three {@code Object} elements.
Although the implementation is immutable, there is no restriction on the objects that may be stored. If mutable objects are stored in the triple, then the triple itself effectively becomes mutable. The class is also not {@code final}, so a subclass could add undesirable behaviour.
#ThreadSafe# if all three objects are thread-safe
@param < L> the left element type @param < M> the middle element type @param < R> the right element type @version $Id: ImmutableTriple.java 1552635 2013-12-20 13:02:03Z britter $ @since 3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|