Package org.cyclos.utils
Class TransformedMap<SK,SE,TK,TE>
- java.lang.Object
-
- java.util.AbstractMap<TK,TE>
-
- org.cyclos.utils.TransformedMap<SK,SE,TK,TE>
-
- Type Parameters:
SK- The source key typeSE- The source element typeTK- The target key typeTE- The target element type
- All Implemented Interfaces:
Map<TK,TE>
public class TransformedMap<SK,SE,TK,TE> extends AbstractMap<TK,TE>
A Map that transforms keys and elements
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<TK,TE>>entrySet()intsize()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-