V - The type of vector the result is for.public class AddOrGetResult<V extends ValueVector> extends Object
| Constructor and Description |
|---|
AddOrGetResult(V vector,
boolean created)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
V |
getVector()
Returns the vector.
|
boolean |
isCreated()
Returns whether the vector is created.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.