com.satline.faces
Class MessageFlagMap

java.lang.Object
  extended by com.satline.faces.MessageFlagMap
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Boolean>

public class MessageFlagMap
extends java.lang.Object
implements java.util.Map<java.lang.String,java.lang.Boolean>

Author:
tomas

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
MessageFlagMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(java.lang.Object key)
           
 boolean containsValue(java.lang.Object value)
           
 java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> entrySet()
           
 java.lang.Boolean get(java.lang.Object key)
           
 boolean isEmpty()
           
 java.util.Set<java.lang.String> keySet()
           
 java.lang.Boolean put(java.lang.String key, java.lang.Boolean value)
           
 void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Boolean> t)
           
 java.lang.Boolean remove(java.lang.Object key)
           
 int size()
           
 java.util.Collection<java.lang.Boolean> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MessageFlagMap

public MessageFlagMap()
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Map<java.lang.String,java.lang.Boolean>

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map<java.lang.String,java.lang.Boolean>

containsValue

public boolean containsValue(java.lang.Object value)
Specified by:
containsValue in interface java.util.Map<java.lang.String,java.lang.Boolean>

entrySet

public java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> entrySet()
Specified by:
entrySet in interface java.util.Map<java.lang.String,java.lang.Boolean>

get

public java.lang.Boolean get(java.lang.Object key)
Specified by:
get in interface java.util.Map<java.lang.String,java.lang.Boolean>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map<java.lang.String,java.lang.Boolean>

keySet

public java.util.Set<java.lang.String> keySet()
Specified by:
keySet in interface java.util.Map<java.lang.String,java.lang.Boolean>

put

public java.lang.Boolean put(java.lang.String key,
                             java.lang.Boolean value)
Specified by:
put in interface java.util.Map<java.lang.String,java.lang.Boolean>

putAll

public void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Boolean> t)
Specified by:
putAll in interface java.util.Map<java.lang.String,java.lang.Boolean>

remove

public java.lang.Boolean remove(java.lang.Object key)
Specified by:
remove in interface java.util.Map<java.lang.String,java.lang.Boolean>

size

public int size()
Specified by:
size in interface java.util.Map<java.lang.String,java.lang.Boolean>

values

public java.util.Collection<java.lang.Boolean> values()
Specified by:
values in interface java.util.Map<java.lang.String,java.lang.Boolean>


Copyright © 2007 null. All Rights Reserved.