Class Triple<P,​S,​T>

java.lang.Object
games.stendhal.client.Triple<P,​S,​T>
Type Parameters:
P - type of first object
S - type of second object
T - type of third object

public final class Triple<P,​S,​T> extends Object
A container for three objects.
  • Constructor Details

    • Triple

      public Triple(P prim, S sec, T third)
      Create a triple.
      Parameters:
      prim - first object
      sec - second object
      third - third object
  • Method Details