java.lang.Object
moe.maple.api.script.util.tuple.ImmutableTuple<L,R>
moe.maple.api.script.util.triple.ImmutableTriple<L,C,R>
- Direct Known Subclasses:
SlideItem
public class ImmutableTriple<L,C,R> extends ImmutableTuple<L,R> implements Triple<L,C,R>
-
Constructor Summary
Constructors Constructor Description ImmutableTriple(L left, C center, R right) -
Method Summary
Methods inherited from class moe.maple.api.script.util.tuple.ImmutableTuple
equals, hashCode, left, of, right