public abstract class ImmutableBase<A> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected A[] |
array |
protected static Object[] |
emptyArray |
protected int |
length |
| Modifier | Constructor and Description |
|---|---|
protected |
ImmutableBase(A[] array,
int length) |
Copyright © 2021. All rights reserved.