BioLegato 0.7.3 Core API

org.biolegato.core.main
Class OrderedHash.MapEntry<H,I>

java.lang.Object
  extended by org.biolegato.core.main.OrderedHash.MapEntry<H,I>
All Implemented Interfaces:
java.util.Map.Entry<H,I>
Enclosing class:
OrderedHash<K,V>

public class OrderedHash.MapEntry<H,I>
extends java.lang.Object
implements java.util.Map.Entry<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

OrderedHash.MapEntry

public OrderedHash.MapEntry(H key,
                            I value)
Method Detail

getKey

public H getKey()
Specified by:
getKey in interface java.util.Map.Entry<H,I>

getValue

public I getValue()
Specified by:
getValue in interface java.util.Map.Entry<H,I>

setValue

public I setValue(I newValue)
Specified by:
setValue in interface java.util.Map.Entry<H,I>

BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.