public abstract class BaseEffectiveData<TLocalData,TEffectiveData extends BaseEffectiveData<TLocalData,TEffectiveData>>
extends java.lang.Object
Immutable base effective data container.
TLocalData
: Type of local data.
TEffectiveData
: Type of effective data.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified System.Object is equal to the current object.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
Determines whether the specified System.Object is equal to the current object.
equals
in class java.lang.Object
obj
- The object to compare with the current object.Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.