Home
last modified time | relevance | path

Searched refs:anObject (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
DSelectionKey.java74 public final Object attach(Object anObject) { in attach() argument
76 attachment = anObject; in attach()
/libcore/luni/src/main/java/java/lang/
DSystem.java964 public static native int identityHashCode(Object anObject); in identityHashCode() argument