org.solovyev.android.properties
Class Properties
java.lang.Object
org.solovyev.android.properties.Properties
public final class Properties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newProperty
@Nonnull
public static AProperty newProperty(@Nonnull
String name,
@Nullable
String value)
newProperties
@Nonnull
public static MutableAProperties newProperties(@Nonnull
Collection<AProperty> properties)
newProperties
@Nonnull
public static MutableAProperties newProperties(@Nonnull
Map<String,AProperty> properties)
copyOf
@Nonnull
public static MutableAProperties copyOf(@Nonnull
MutableAProperties properties)
Copyright © 2014 se.solovyev. All Rights Reserved.