com.sun.faces.context
abstract class StringArrayValuesMap extends BaseContextMap<java.lang.String[]>
This is the base Map for those Maps that need to return String[]
values.
BaseContextMap.BaseIterator<E>, BaseContextMap.BaseSet<E>, BaseContextMap.Entry<V>, BaseContextMap.EntryIterator, BaseContextMap.EntrySet, BaseContextMap.KeyIterator, BaseContextMap.KeySet, BaseContextMap.ValueCollection, BaseContextMap.ValueIterator
Constructor and Description |
---|
StringArrayValuesMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsValue(java.lang.Object value) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
protected int |
hashCode(java.lang.Object someObject) |
clear, entrySet, getEntryIterator, getKeyIterator, getValueIterator, keySet, putAll, remove, removeKey, removeValue, values
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map<java.lang.String,java.lang.String[]>
containsValue
in class java.util.AbstractMap<java.lang.String,java.lang.String[]>
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map<java.lang.String,java.lang.String[]>
equals
in class java.util.AbstractMap<java.lang.String,java.lang.String[]>
public int hashCode()
hashCode
in interface java.util.Map<java.lang.String,java.lang.String[]>
hashCode
in class java.util.AbstractMap<java.lang.String,java.lang.String[]>
protected int hashCode(java.lang.Object someObject)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.