T - the type of the actual ownerpublic abstract class AbstractMountOwner<T> extends java.lang.Object implements MountOwner
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMountOwner(T owner)
Construct with an object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
protected T |
getOwner()
Get the owner object
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitonCleanupprivate final T owner
protected AbstractMountOwner(T owner)
owner - the actual ownerprotected T getOwner()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object