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) )
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.