Search Results
OK to copy?
Examples 1 through 3 of
3 (0.024 seconds)
Class:
org.apache.axis.utils.IDKey
©,
Rating:
0% of 0,
C1
Class: org.springframework.util.ObjectUtils ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.functions.IterationCounter ©, Rating: 0% of 0, C1
069 public IDKey(Object _value) {
070 // This is the Object hashcode
071 id = System.identityHashCode(_value);
072 // There have been some cases (bug 11706) that return the
073 // same identity hash code for different objects. So
Class: org.springframework.util.ObjectUtils ©, Rating: 0% of 0, C1
048 */
049 public static String getIdentityHexString(Object o) {
050 return Integer.toHexString(System.identityHashCode(o));
051 }
052
Class: org.apache.jmeter.functions.IterationCounter ©, Rating: 0% of 0, C1
049 counter = new int[1];
050 // TODO use better key if poss. Can't use varName - it may not be present
051 key=KEY+System.identityHashCode(this);
052 }
053
Result Page:
1