org.codeartisans.java.toolbox
Class Couple<L,R>

java.lang.Object
  extended by org.codeartisans.java.toolbox.Couple<L,R>
Direct Known Subclasses:
Pair

public class Couple<L,R>
extends Object


Constructor Summary
Couple(L left, R right)
           
 
Method Summary
 L left()
           
 R right()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Couple

public Couple(L left,
              R right)
Method Detail

left

public L left()

right

public R right()


Copyright © 2010. All Rights Reserved.