Uses of Class
com.tangosol.util.InvocableMapHelper.SimpleEntry
-
Packages that use InvocableMapHelper.SimpleEntry Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of InvocableMapHelper.SimpleEntry in com.tangosol.util
Methods in com.tangosol.util that return InvocableMapHelper.SimpleEntry Modifier and Type Method Description static <K,V>
InvocableMapHelper.SimpleEntry<K,V>InvocableMapHelper. makeEntry(Map<K,V> map, K key)
Create a SimpleEntry object for the specified map and the key.
-