Uses of Class
org.apache.commons.collections4.map.SingletonMap
Packages that use SingletonMap
Package
Description
-
Uses of SingletonMap in org.apache.commons.collections4.map
Fields in org.apache.commons.collections4.map declared as SingletonMapModifier and TypeFieldDescriptionprivate final SingletonMap
<K, V> SingletonMap.SingletonMapIterator.parent
private final SingletonMap
<?, V> SingletonMap.SingletonValues.parent
Methods in org.apache.commons.collections4.map that return SingletonMapModifier and TypeMethodDescriptionSingletonMap.clone()
Clones the map without cloning the key or value.Constructors in org.apache.commons.collections4.map with parameters of type SingletonMapModifierConstructorDescription(package private)
SingletonMapIterator
(SingletonMap<K, V> parent) (package private)
SingletonValues
(SingletonMap<?, V> parent)