Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
LazyStringArrayList
An implementation of
LazyStringList that wraps an ArrayList. |
class |
UnmodifiableLazyStringList
An implementation of
LazyStringList that wraps another LazyStringList such that
it cannot be modified via the wrapper. |
Modifier and Type | Field and Description |
---|---|
static LazyStringList |
LazyStringArrayList.EMPTY |
Modifier and Type | Method and Description |
---|---|
LazyStringList |
UnmodifiableLazyStringList.getUnmodifiableView() |
LazyStringList |
LazyStringList.getUnmodifiableView()
Returns an unmodifiable view of the list.
|
LazyStringList |
LazyStringArrayList.getUnmodifiableView() |
Modifier and Type | Method and Description |
---|---|
void |
UnmodifiableLazyStringList.mergeFrom(LazyStringList other) |
void |
LazyStringList.mergeFrom(LazyStringList other)
Merges all elements from another LazyStringList into this one.
|
void |
LazyStringArrayList.mergeFrom(LazyStringList other) |
Constructor and Description |
---|
LazyStringArrayList(LazyStringList from) |
UnmodifiableLazyStringList(LazyStringList list) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.