![]() |
Method equals(Object o)
Return type: boolean
Member of: java.util.AbstractMap
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | if( ( editor != null ) && (! editor.getValue().equals( getValue() ) ) ) { |
| 2 | assertTrue (map2.equals (_map)); |
| 3 | if( old != null && old.equals(map) ) |