Toggle navigation
Home
io.airlift.slice.SliceOutput to boolean
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Update Class Instacne Creation
new DynamicSliceOutput(expectedEntries)
to
new boolean[expectedEntries]
new DynamicSliceOutput(newSize)
to
new boolean[newSize]
Add or Remove Method invocation
requireNonNull(valueIsNull)
to
requireNonNull(valueIsNull,"valueIsNull is null")