Searched defs:obj (Results 426 - 450 of 1229) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptEngineFactory.java149 * public String getMethodCallSyntax(String obj,
151 * String ret = obj;
166 * @param obj The name representing the object whose method is to be invoked. The
178 public String getMethodCallSyntax(String obj, String m, String... args); argument
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiDevice.java327 * @param obj the reference object with which to compare this
330 * <code>obj</code> argument; <code>false</code> otherwise
332 public final boolean equals(Object obj) { argument
333 return super.equals(obj);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java378 public final boolean equals(Object obj) { argument
380 return (obj != null) && (obj.toString() == null);
382 if (obj instanceof Type) {
383 return toString().equals(obj.toString());
H A DPort.java185 public final boolean equals(Object obj) { argument
186 return super.equals(obj);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java274 public boolean equals(Object obj) { argument
275 if (this == obj) {
278 if (!(obj instanceof RetrievalMethod)) {
281 RetrievalMethod orm = (RetrievalMethod) obj;
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DEllipse2D.java444 * @param obj an <code>Object</code> to be compared with this
446 * @return <code>true</code> if <code>obj</code> is an instance
451 public boolean equals(Object obj) { argument
452 if (obj == this) {
455 if (obj instanceof Ellipse2D) {
456 Ellipse2D e2d = (Ellipse2D) obj;
H A DPoint2D.java415 * @param obj an object to be compared with this <code>Point2D</code>
421 public boolean equals(Object obj) { argument
422 if (obj instanceof Point2D) {
423 Point2D p2d = (Point2D) obj;
426 return super.equals(obj);
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamField.java256 public int compareTo(Object obj) { argument
257 ObjectStreamField other = (ObjectStreamField) obj;
/openjdk7/jdk/src/share/classes/java/lang/
H A DBoolean.java207 * @param obj the object to compare with.
211 public boolean equals(Object obj) { argument
212 if (obj instanceof Boolean) {
213 return value == ((Boolean)obj).booleanValue();
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleStatics.java87 /*non-public*/ static String addTypeString(Object obj, MethodHandle target) { argument
88 String str = String.valueOf(obj);
109 /*non-public*/ static RuntimeException newIllegalStateException(String message, Object obj) { argument
110 return new IllegalStateException(message(message, obj));
115 /*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj) { argument
116 return new IllegalArgumentException(message(message, obj));
118 /*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj, Object obj2) { argument
119 return new IllegalArgumentException(message(message, obj, obj2));
127 private static String message(String message, Object obj) { argument
128 if (obj !
131 message(String message, Object obj, Object obj2) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DAccessibleObject.java133 private static void setAccessible0(AccessibleObject obj, boolean flag) argument
136 if (obj instanceof Constructor && flag == true) {
137 Constructor<?> c = (Constructor<?>)obj;
143 obj.override = flag;
226 void checkAccess(Class<?> caller, Class<?> clazz, Object obj, int modifiers) argument
234 if (obj != null
236 && ((targetClass = obj.getClass()) != clazz)) {
248 // Non-protected case (or obj.class == this.clazz).
253 slowCheckMemberAccess(caller, clazz, obj, modifiers, targetClass);
257 void slowCheckMemberAccess(Class<?> caller, Class<?> clazz, Object obj, in argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DInet4Address.java352 * @param obj the object to compare against.
357 public boolean equals(Object obj) { argument
358 return (obj != null) && (obj instanceof Inet4Address) &&
359 (((InetAddress)obj).holder().getAddress() == holder().getAddress());
/openjdk7/jdk/src/share/classes/java/rmi/
H A DMarshalledObject.java102 * @param obj the object to be serialized (must be serializable)
104 * <code>IOException</code> may occur if <code>obj</code> is not
108 public MarshalledObject(T obj) throws IOException { argument
109 if (obj == null) {
118 out.writeObject(obj);
159 T obj = (T) in.readObject();
161 return obj;
183 * @param obj the object to compare with this <code>MarshalledObject</code>
188 public boolean equals(Object obj) { argument
189 if (obj
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java321 * @param obj the object being exported
339 public static ActivationID exportObject(Remote obj, argument
346 return exportObject(obj, location, data, restart, port, null, null);
392 * @param obj the object being exported
412 public static ActivationID exportObject(Remote obj, argument
421 ActivationDesc desc = new ActivationDesc(obj.getClass().getName(),
433 exportObject(obj, id, port, csf, ssf);
454 ActivationGroup.currentGroup().activeObject(id, obj);
471 * @param obj the remote object implementation
478 public static Remote exportObject(Remote obj, argument
508 exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
536 unexportObject(Remote obj, boolean force) argument
545 exportObject(Remote obj, ActivatableServerRef sref) argument
[all...]
H A DActivationGroup.java201 * @param obj the remote object implementation
207 public abstract void activeObject(ActivationID id, Remote obj) argument
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DObjID.java214 * @param obj the object to compare this <code>ObjID</code> to
219 public boolean equals(Object obj) { argument
220 if (obj instanceof ObjID) {
221 ObjID id = (ObjID) obj;
H A DRemoteRef.java64 * @param obj the object that contains the RemoteRef (e.g., the
74 Object invoke(Remote obj, argument
96 * @param obj remote stub through which to make call
105 RemoteCall newCall(RemoteObject obj, Operation[] op, int opnum, long hash) argument
180 * @param obj the Object to compare with
185 boolean remoteEquals(RemoteRef obj); argument
H A DUID.java189 * @param obj the object to compare this <code>UID</code> to
194 public boolean equals(Object obj) { argument
195 if (obj instanceof UID) {
196 UID uid = (UID) obj;
/openjdk7/jdk/src/share/classes/java/security/
H A DAccessControlContext.java515 * Checks that <i>obj</i> is
519 * @param obj the object we are testing for equality with this object.
520 * @return true if <i>obj</i> is an AccessControlContext, and has the
523 public boolean equals(Object obj) { argument
524 if (obj == this)
527 if (! (obj instanceof AccessControlContext))
530 AccessControlContext that = (AccessControlContext) obj;
H A DCodeSource.java132 * @param obj the object to test for equality with this object.
136 public boolean equals(Object obj) { argument
137 if (obj == this)
141 if (!(obj instanceof CodeSource))
144 CodeSource cs = (CodeSource) obj;
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedCharacterIterator.java117 public final boolean equals(Object obj) { argument
118 return super.equals(obj);
H A DFormat.java71 * <li> <code>format(Object obj, StringBuffer toAppendTo, FieldPosition pos)</code>
72 * <li> <code>formatToCharacterIterator(Object obj)</code>
147 * {@link #format(Object, StringBuffer, FieldPosition) format}<code>(obj,
151 * @param obj The object to format
156 public final String format (Object obj) { argument
157 return format(obj, new StringBuffer(), new FieldPosition(0)).toString();
167 * @param obj The object to format
178 public abstract StringBuffer format(Object obj, argument
198 * @exception NullPointerException if obj is null.
201 * @param obj Th
205 formatToCharacterIterator(Object obj) argument
[all...]
H A DRuleBasedCollator.java717 * @param obj the table-based collation object to be compared with this.
719 * as the table-based collation object obj; false otherwise.
721 public boolean equals(Object obj) { argument
722 if (obj == null) return false;
723 if (!super.equals(obj)) return false; // super does class check
724 RuleBasedCollator other = (RuleBasedCollator) obj;
H A DStringCharacterIterator.java232 * @param obj the StringCharacterIterator object to be compared with.
233 * @return true if the given obj is the same as this
236 public boolean equals(Object obj) argument
238 if (this == obj)
240 if (!(obj instanceof StringCharacterIterator))
243 StringCharacterIterator that = (StringCharacterIterator) obj;
/openjdk7/jdk/src/share/classes/java/util/
H A DUUID.java404 * @param obj
410 public boolean equals(Object obj) { argument
411 if ((null == obj) || (obj.getClass() != UUID.class))
413 UUID id = (UUID)obj;

Completed in 67 milliseconds

<<11121314151617181920>>