public abstract class AbstractSubsetMove extends Object implements SubsetMove
equals(Object) and hashCode().| Constructor and Description |
|---|
AbstractSubsetMove() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two subset moves are considered equal if they respectively remove and add the same sets of IDs.
|
int |
hashCode()
Hash code corresponding to implementation of
equals(Object). |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAddedIDs, getDeletedIDs, getNumAdded, getNumDeletedpublic boolean equals(Object obj)
public int hashCode()
equals(Object).Copyright © 2016. All rights reserved.