net.flexmojos.oss.compiler.util
Class Entry<E,F>

java.lang.Object
  extended by net.flexmojos.oss.compiler.util.Entry<E,F>

public class Entry<E,F>
extends Object


Constructor Summary
Entry(E name, F value)
           
 
Method Summary
 E getName()
           
 F getValue()
           
 void setName(E name)
           
 void setValue(F value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry(E name,
             F value)
Method Detail

getName

public E getName()

getValue

public F getValue()

setName

public void setName(E name)

setValue

public void setValue(F value)


Copyright © 2008-2012 flexmojos. All Rights Reserved.