Getter<T,Short>, ShortGetter<T>public class ConstantShortGetter<T> extends Object implements ShortGetter<T>, Getter<T,Short>
| Constructor | Description |
|---|---|
ConstantShortGetter(short value) |
| Modifier and Type | Method | Description |
|---|---|---|
Short |
get(T target) |
Return the property from the specified object.
|
short |
getShort(T target) |
public short getShort(T target)
getShort in interface ShortGetter<T>Copyright © 2019. All rights reserved.