|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Binding
A named value binding.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares a binding object to another object. |
String |
getName()
Gets the name of the binding (e.g. |
Value |
getValue()
Gets the value of the binding. |
int |
hashCode()
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its name and value: |
| Method Detail |
|---|
String getName()
Value getValue()
boolean equals(Object o)
equals in class Objecto - The object to compare this binding to.
Binding and both their names and values are equal,
false otherwise.int hashCode()
name.hashCode() ˆ value.hashCode().
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||