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