org.jruby.compiler.ir
Class Tuple<T1,T2>

java.lang.Object
  extended by org.jruby.compiler.ir.Tuple<T1,T2>

public class Tuple<T1,T2>
extends java.lang.Object


Field Summary
 T1 a
           
 T2 b
           
 
Constructor Summary
Tuple(T1 a, T2 b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public final T1 a

b

public final T2 b
Constructor Detail

Tuple

public Tuple(T1 a,
             T2 b)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.