Modifier and Type | Field and Description |
---|---|
private final String | |
private final String | |
private final ResourcePoolEntry. |
Access | Constructor and Description |
---|---|
pack-priv | AbstractResourcePoolEntry(String
The module name. module, String The data path identifier. path, ResourcePoolEntry.The data type. typeCreate a new AbstractResourcePoolEntry. |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. other)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public final String | moduleName()
Implements jdk. The module name of this ResourcePoolEntry. |
public final String | |
public String | |
public final ResourcePoolEntry. |
module | back to summary |
---|---|
private final String module |
path | back to summary |
---|---|
private final String path |
type | back to summary |
---|---|
private final ResourcePoolEntry. |
AbstractResourcePoolEntry | back to summary |
---|---|
pack-priv AbstractResourcePoolEntry(String module, String path, ResourcePoolEntry. Create a new AbstractResourcePoolEntry.
|
equals | back to summary |
---|---|
public boolean equals(Object other) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
moduleName | back to summary |
---|---|
public final String moduleName() Implements jdk. Doc from jdk. The module name of this ResourcePoolEntry. |
path | back to summary |
---|---|
public final String path() Implements jdk. Doc from jdk. The path of this ResourcePoolEntry. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
type | back to summary |
---|---|
public final ResourcePoolEntry. Implements jdk. Doc from jdk. The ResourcePoolEntry's type.
|