Method equals(Object obj)
Return type: boolean
Member of: java.lang.Integer
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (this.layout==null && l!=null && (l.equals(GraphStylesheet.TABLE_FORM) || l.equals(GraphStylesheet.NODE_EDGE))){
2 if (this.visibility==null && v!=null && (v.equals(GraphStylesheet.DISPLAY_NONE) || v.equals(GraphStylesheet.VISIBILITY_HIDDEN) || v.equals(GraphStylesheet.VISIBILITY_VISIBLE))){
3 !this.activityTypeHierarchyVO.getActivityTypeHierarchyID().equals(this.getActivityTypeHierarchyID())) {
4 if (in0.equals(new Integer(332))) {
5 !this.activityTypeVO.getActivityTypeID().equals(this.getActivityTypeID())) {
6 testPool.getPoolSize().equals(new Integer(5)));
7 if (currentIndexState.equals(REBUILDING_STATE)) return; // already rebuilding the index
8 if (item.getValue().equals(value)) {
9 if (oldInt.equals(newInt)) {
10 && (genType == null || VALUE_GENERATE_CODE.equals(genType)))
11 if( groupIndex.equals(friend.getGroupIndex()) )
12 } else if (value.equals(trueValue)) {
13 assertTrue("Correct int2 value", new Integer("8").equals(bw.getPropertyValue("int2")));
14 testPool.getQueueSize().equals(new Integer(0)));
15 (in16.equals(new Integer(101))) &&
16 if (key == null || s_minusOne.equals(key)) // indicator for null
17 if (!i1.equals(i2))
18 if (!workedOnInteger.equals(originalInteger)) {
19 case 48 /* zero? */: return U.toBool(U.ZERO.equals(x) || U.toNum(0).equals(x));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.