![]() |
Method equals(Object o)
Return type: boolean
Member of: java.util.AbstractList
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | if (!keyList.equals(oldKeyList)) { |
| 2 | if(!arrayList.equals(simpleTestBean.getCollection())) { |