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