Class FilteredMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.apache.juneau.internal.FilteredMap<K,V>
Type Parameters:
K - The key class type.
V - The value class type.
All Implemented Interfaces:
Map<K,V>, Delegate<Map<K,V>>

public final class FilteredMap<K,V> extends AbstractMap<K,V> implements Delegate<Map<K,V>>
Wrapper around a map where the key names are overridden.
See Also: