public interface PreimageMap<A,B> extends Map<A,B>
Modifier and Type | Method and Description |
---|---|
Set<A> |
preimage(B b) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
see also the complete user documentation .