public interface SimpleCollectionUsage<T>
Collection
Modifier and Type | Method and Description |
---|---|
void |
add(T t)
Add a
T to the collection |
boolean |
remove(T t)
Remove a
T from collection |
Copyright © 2021 JBoss by Red Hat. All rights reserved.