org.stathissideris.ascii2image.core
Class Pair<T,K>

java.lang.Object
  extended by org.stathissideris.ascii2image.core.Pair<T,K>

public class Pair<T,K>
extends Object


Field Summary
 T first
           
 K second
           
 
Constructor Summary
Pair(T first, K second)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public T first

second

public K second
Constructor Detail

Pair

public Pair(T first,
            K second)


Copyright © 2011. All Rights Reserved.