Uses of Class
aQute.bnd.unmodifiable.ImmutableMap
-
Packages that use ImmutableMap Package Description aQute.bnd.unmodifiable -
-
Uses of ImmutableMap in aQute.bnd.unmodifiable
Fields in aQute.bnd.unmodifiable declared as ImmutableMap Modifier and Type Field Description (package private) static ImmutableMap<?,?>
ImmutableMap. EMPTY
(package private) ImmutableMap<?,?>
ImmutableMap.ElementCollection. map
Constructors in aQute.bnd.unmodifiable with parameters of type ImmutableMap Constructor Description ElementCollection(ImmutableMap<?,?> map)
ElementSet(ImmutableMap<?,?> map)
EntrySet(ImmutableMap<K,V> map)
KeySet(ImmutableMap<K,?> map)
SerializationProxy(ImmutableMap<?,?> map)
ValueCollection(ImmutableMap<?,V> map)
-