public abstract class AliasBase<T> extends java.lang.Object implements Alias<T>
Constructor and Description |
---|
AliasBase(AliasType aliasType,
T value)
Creates an alias of type T.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
T |
getAliasValue()
Gets the alias value of type T.
|
AliasType |
getType()
Gets the alias type.
|
int |
hashCode() |
boolean |
isEmpty()
Checks if the Alias is empty.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
createAliasBuilder
public AliasType getType()
public T getAliasValue()
getAliasValue
in interface Alias<T>
public boolean isEmpty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object