|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.util.TwoDimensionalMap.Entry<K1,K2,V>
public static class TwoDimensionalMap.Entry<K1,K2,V>
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 |
---|
public K1 getFirstKey()
public K2 getSecondKey()
public V getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |