Skip navigation links
oracle.javatools.resourcebundle
Class ChainedKeyValueNoteMap
java.lang.Object
oracle.javatools.resourcebundle.ChainedKeyValueNoteMap
- All Implemented Interfaces:
- java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
-
public class ChainedKeyValueNoteMap
- extends java.lang.Object
- implements java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
ChainedKeyValueNoteMap
public ChainedKeyValueNoteMap(SearchTermFilter filter)
internalSetELResolved
public static void internalSetELResolved(java.lang.Boolean resolvedByEL)
addKeyValueNoteMap
public void addKeyValueNoteMap(java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo> map)
getText
public java.lang.String getText(java.lang.Object key)
getNote
public java.util.Map<java.lang.String,java.lang.String> getNote(java.lang.Object key)
entrySet
public java.util.Set<java.util.Map.Entry<java.lang.String,ResourceBundleWrapper.KeyInfo>> entrySet()
-
- Specified by:
entrySet
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
size
public int size()
-
- Specified by:
size
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
isEmpty
public boolean isEmpty()
-
- Specified by:
isEmpty
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
containsKey
public boolean containsKey(java.lang.Object key)
-
- Specified by:
containsKey
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
containsValue
public boolean containsValue(java.lang.Object value)
-
- Specified by:
containsValue
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
put
public ResourceBundleWrapper.KeyInfo put(java.lang.String key,
ResourceBundleWrapper.KeyInfo value)
-
- Specified by:
put
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
remove
public ResourceBundleWrapper.KeyInfo remove(java.lang.Object key)
-
- Specified by:
remove
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
putAll
public void putAll(java.util.Map<? extends java.lang.String,? extends ResourceBundleWrapper.KeyInfo> m)
-
- Specified by:
putAll
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
clear
public void clear()
-
- Specified by:
clear
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
keySet
public java.util.Set<java.lang.String> keySet()
-
- Specified by:
keySet
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
values
public java.util.Collection<ResourceBundleWrapper.KeyInfo> values()
-
- Specified by:
values
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
get
public ResourceBundleWrapper.KeyInfo get(java.lang.Object key)
-
- Specified by:
get
in interface java.util.Map<java.lang.String,ResourceBundleWrapper.KeyInfo>
Skip navigation links
Copyright © 1997, 2016, Oracle. All rights reserved.