@NotThreadSafe public abstract class PropertiesSupport<V> extends AnnotationContainerSupport implements Properties<V>
| Constructor and Description |
|---|
PropertiesSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
protected java.util.Set<java.lang.String> |
getKeysOf(Properties<?> properties) |
protected abstract java.lang.Iterable<? extends Property<V>> |
getProperties() |
int |
hashCode() |
java.util.Iterator<Property<V>> |
iterator() |
java.lang.String |
toString() |
addAnnotation, addAnnotations, addAnnotations, annotations, annotations, removeAnnotation, removeAnnotationsclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, contains, get, removeaddAnnotation, annotations, annotations, removeAnnotation, removeAnnotationspublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object@Nonnull
protected java.util.Set<java.lang.String> getKeysOf(@Nonnull
Properties<?> properties)
public int hashCode()
hashCode in class java.lang.ObjectCopyright © 2015 echocat. All Rights Reserved.