|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasia.redact.bracket.util.CustomKeyWrapper
public class CustomKeyWrapper
| Field Summary | |
|---|---|
(package private) String |
key
|
(package private) Object |
object
|
| Constructor Summary | |
|---|---|
CustomKeyWrapper()
|
|
CustomKeyWrapper(String key,
Object object)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getKey()
|
Object |
getObject()
|
int |
hashCode()
|
void |
setKey(String key)
|
void |
setObject(Object object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String key
Object object
| Constructor Detail |
|---|
public CustomKeyWrapper()
public CustomKeyWrapper(String key,
Object object)
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
public Object getObject()
public void setObject(Object object)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||