Home | History | Annotate | Download | only in lang

Lines Matching defs:identityHashCode

902     public static int identityHashCode(Object x) {
906 return Object.identityHashCode(x);