org.yaml.snakeyaml.constructor
Class Tuple<T,K>

java.lang.Object
  extended by org.yaml.snakeyaml.constructor.Tuple<T,K>

public class Tuple<T,K>
extends Object


Constructor Summary
Tuple(T _1, K _2)
           
 
Method Summary
 T _1()
           
 K _2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(T _1,
             K _2)
Method Detail

_2

public K _2()

_1

public T _1()


Copyright © 2008-2010. All Rights Reserved.