org.solovyev.android.properties
Class Properties

java.lang.Object
  extended by org.solovyev.android.properties.Properties

public final class Properties
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.