asia.redact.bracket.properties
Class AbstractPropertiesBase

java.lang.Object
  extended by asia.redact.bracket.properties.AbstractPropertiesBase
Direct Known Subclasses:
PropertiesImpl

public abstract class AbstractPropertiesBase
extends Object

These are the map-like facade methods available to the Properties class.

Author:
Dave

Field Summary
protected  Lock lock
           
protected  AbstractMap<String,ValueModel> map
           
 
Constructor Summary
AbstractPropertiesBase()
           
 
Method Summary
 void clear()
           
 boolean containsKey(String key)
           
 boolean containsValue(String value)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 Object remove(String key)
           
 int size()
           
 String toString()
           
 Collection<ValueModel> values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

map

protected AbstractMap<String,ValueModel> map

lock

protected final Lock lock
Constructor Detail

AbstractPropertiesBase

public AbstractPropertiesBase()
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

containsKey

public boolean containsKey(String key)

containsValue

public boolean containsValue(String value)

remove

public Object remove(String key)

clear

public void clear()

keySet

public Set<String> keySet()

values

public Collection<ValueModel> values()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011-2013 David R. Smith. All Rights Reserved.