|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.core.main.OrderedHash.MapEntry<H,I>
public class OrderedHash.MapEntry<H,I>
| Constructor Summary | |
|---|---|
OrderedHash.MapEntry(H key,
I value)
|
|
| Method Summary | |
|---|---|
H |
getKey()
|
I |
getValue()
|
I |
setValue(I newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public OrderedHash.MapEntry(H key,
I value)
| Method Detail |
|---|
public H getKey()
getKey in interface java.util.Map.Entry<H,I>public I getValue()
getValue in interface java.util.Map.Entry<H,I>public I setValue(I newValue)
setValue in interface java.util.Map.Entry<H,I>
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||