|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.html.Tag.Pair
public static class Tag.Pair
This class is a key value pair.
| Field Summary | |
|---|---|
String |
key
The key of this pair. |
String |
lcKey
The lowercase key.. |
String |
value
The value of this pair. |
| Constructor Summary | |
|---|---|
Tag.Pair(String key,
String value)
Create a new pair with given key and value. |
|
| Method Summary | |
|---|---|
String |
getLowerCaseKey()
|
String |
toString()
Get a String representation of this Pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String key
public String lcKey
public String value
| Constructor Detail |
|---|
public Tag.Pair(String key,
String value)
key - the key.value - the value.| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getLowerCaseKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||