Interface PreimageMap<A,B>

All Superinterfaces:
Map<A,B>
All Known Implementing Classes:
AbstractPreimageMap, HashPreimageMap

public interface PreimageMap<A,B> extends Map<A,B>
A map which allows fast access to pre-images of every element in the range. (set of all elements "on the left side" for one particular elements "on the right side".)
  • Method Details

    • preimage

      Set<A> preimage(B b)