ShortArrayAccessor, ShortArrayAccessor.ShortArrayMutatorpublic static interface ShortArrayAccessor.ShortArrayProperty extends ShortArrayAccessor, ShortArrayAccessor.ShortArrayMutator
ShortArrayAccessor.ShortArrayBuilder<B extends ShortArrayAccessor.ShortArrayBuilder<B>>, ShortArrayAccessor.ShortArrayMutator, ShortArrayAccessor.ShortArrayProperty| Modifier and Type | Method | Description |
|---|---|---|
default short[] |
letShorts(short[] aShorts) |
This method stores and passes through the given argument, which is
very useful for builder APIs: Sets the given short array (setter) as
of
ShortArrayAccessor.ShortArrayMutator.setShorts(short[]) and returns the very same value
(getter). |
getShortssetShortsdefault short[] letShorts(short[] aShorts)
ShortArrayAccessor.ShortArrayMutator.setShorts(short[]) and returns the very same value
(getter).aShorts - The short array to set (via
ShortArrayAccessor.ShortArrayMutator.setShorts(short[])).Copyright © 2021. All rights reserved.