public class XAttributeMapLiteImpl
extends com.google.common.collect.ForwardingMap<java.lang.String,XAttribute>
implements java.io.Serializable
Constructor and Description |
---|
XAttributeMapLiteImpl() |
XAttributeMapLiteImpl(int initialSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected java.util.Map<java.lang.String,XAttribute> |
createInternalMap() |
protected java.util.Map<java.lang.String,XAttribute> |
createInternalMap(int initialSize) |
protected java.util.Map<java.lang.String,XAttribute> |
delegate() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
public XAttributeMapLiteImpl()
public XAttributeMapLiteImpl(int initialSize)
protected java.util.Map<java.lang.String,XAttribute> createInternalMap()
protected java.util.Map<java.lang.String,XAttribute> createInternalMap(int initialSize)
protected java.util.Map<java.lang.String,XAttribute> delegate()
delegate
in class com.google.common.collect.ForwardingMap<java.lang.String,XAttribute>
public java.lang.Object clone()
clone
in class java.lang.Object