edu.stanford.nlp.util
Class TwoDimensionalMap.Entry<K1,K2,V>

java.lang.Object
  extended by edu.stanford.nlp.util.TwoDimensionalMap.Entry<K1,K2,V>
Enclosing class:
TwoDimensionalMap<K1,K2,V>

public static class TwoDimensionalMap.Entry<K1,K2,V>
extends java.lang.Object

This inner class represents a single entry in the TwoDimensionalMap. Iterating over the map will give you these.


Method Summary
 K1 getFirstKey()
           
 K2 getSecondKey()
           
 V getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFirstKey

public K1 getFirstKey()

getSecondKey

public K2 getSecondKey()

getValue

public V getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Stanford NLP Group