net.flexmojos.oss.compiler.util
Class Entry<E,F>
java.lang.Object
net.flexmojos.oss.compiler.util.Entry<E,F>
public class Entry<E,F>
- extends Object
|
Constructor Summary |
Entry(E name,
F value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry(E name,
F value)
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.