public abstract class URISyntax extends Object implements Serializable, Cloneable
protected URISyntax(URI uri)
uri
- URI。
NullPointerException
- (未选中的异常)如果
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属性,则为True,
object
为false。
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.