public class MemoryPageUtils<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
MemoryPageUtils(int pageSize) |
MemoryPageUtils constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addToMemory(T data) |
|
int |
getPages() |
|
java.util.List<T> |
readFromMemory(int pageNumber) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.