public interface IContainer<M>
| Modifier and Type | Method and Description |
|---|---|
void |
clearItems()
Clears the container
|
M[] |
getItems() |
boolean |
isCleared() |
M[] getItems()
void clearItems()
boolean isCleared()
true if the container items were cleared.Copyright © 2025. All rights reserved.