public interface Properties<V> extends Iterable<Property<V>>, AnnotationContainer
| Modifier and Type | Method and Description |
|---|---|
void |
add(Property<? extends V> property) |
boolean |
contains(String id) |
Property<V> |
get(String id) |
void |
remove(String id) |
forEach, iterator, spliteratoraddAnnotation, annotations, annotations, removeAnnotation, removeAnnotationsCopyright © 2024 echocat. All rights reserved.