public final class ElementsInnerProxyMap extends java.util.AbstractMap
Map
as a proxy to an actual map of elements, provided by an
extension point. The proxy is unmodifiable and will work with the extension point to generate the
real map of elements in a just-in-time manner.Modifier and Type | Method and Description |
---|---|
java.util.Set |
entrySet() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map
equals
in class java.util.AbstractMap
public int hashCode()
hashCode
in interface java.util.Map
hashCode
in class java.util.AbstractMap
public java.lang.String toString()
toString
in class java.util.AbstractMap