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