E - Row typepublic static class MemoryFactory.Memory<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
future |
private int |
history |
private ModularInteger |
offset |
private Object[] |
values |
| Constructor and Description |
|---|
Memory(int history,
int future,
ModularInteger offset,
Object[] values) |
private final int history
private final int future
private final ModularInteger offset
private final Object[] values
public Memory(int history,
int future,
ModularInteger offset,
Object[] values)
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.