|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdfviewer.MapEntry
public class MapEntry
This is a simple class that will contain a key and a value.
Constructor Summary | |
---|---|
MapEntry()
|
Method Summary | |
---|---|
java.lang.Object |
getKey()
Get the key for this entry. |
java.lang.Object |
getValue()
This will get the value for this entry. |
void |
setKey(java.lang.Object k)
This will set the key for this entry. |
void |
setValue(java.lang.Object val)
This will set the value for this entry. |
java.lang.String |
toString()
This will output a string representation of this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapEntry()
Method Detail |
---|
public java.lang.Object getKey()
public void setKey(java.lang.Object k)
k
- the new key for this entry.public java.lang.Object getValue()
public void setValue(java.lang.Object val)
val
- the new value for this entry.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 |