T
- The type for the items that the registry handles.public interface Registry<T>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(T item) |
boolean |
isEmpty() |
boolean contains(T item)
boolean isEmpty()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.