Package games.stendhal.client
Class Triple<P,S,T>
java.lang.Object
games.stendhal.client.Triple<P,S,T>
- Type Parameters:
P- type of first objectS- type of second objectT- type of third object
A container for three objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triple
Create a triple.- Parameters:
prim- first objectsec- second objectthird- third object
-
-
Method Details