public class ConstantShortGetter<T> extends Object implements ShortGetter<T>, Getter<T,Short>
| Constructor and Description |
|---|
ConstantShortGetter(short value) |
| Modifier and Type | Method and 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 © 2020. All rights reserved.