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
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)
-