public final class Properties extends Object
| Modifier and Type | Method and Description |
|---|---|
static MutableAProperties |
copyOf(MutableAProperties properties) |
static MutableAProperties |
newProperties(Collection<AProperty> properties) |
static MutableAProperties |
newProperties(Map<String,AProperty> properties) |
static AProperty |
newProperty(String name,
String value) |
@Nonnull public static AProperty newProperty(@Nonnull String name, @Nullable String value)
@Nonnull public static MutableAProperties newProperties(@Nonnull Collection<AProperty> properties)
@Nonnull public static MutableAProperties newProperties(@Nonnull Map<String,AProperty> properties)
@Nonnull public static MutableAProperties copyOf(@Nonnull MutableAProperties properties)
Copyright © 2014 se.solovyev. All Rights Reserved.