public class OperationKey extends Object
Modifier and Type | Field and Description |
---|---|
private String |
dirName |
private String |
name |
Modifier | Constructor and Description |
---|---|
private |
OperationKey(String dirName,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
static Object |
newKey(String dirName,
String name)
Creates a new key for the specified object.
|
public static Object newKey(String dirName, String name)
dirName
- relative path of the object.name
- name of the object.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2022 ScalAgent D.T.. All rights reserved.