public abstract class URISyntax extends Object implements Serializable, Cloneable
protected URISyntax(URI uri)
uri
- URI。
NullPointerException
-(unchecked异常)如果
uri
空抛。
public URI getURI()
public int hashCode()
hashCode
方法重写,继承类
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public boolean equals(Object object)
object
不空。object
是类urisyntax实例。object
的URI是平等的。equals
方法重写,继承类
Object
object
对象比较。
object
相当于这个URI属性真,否则为假。
Object.hashCode()
,
HashMap
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.