Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
IndexSet<B> |
IndexMultimap.image(A a) |
IndexSet<B> |
IndexMultimap.imageAll(Collection<? extends A> c) |
IndexSet<B> |
IndexMultimap.imageAllUnchecked(Collection<?> c) |
IndexSet<B> |
IndexMultimap.imageUnchecked(Object a) |
IndexSet<A> |
IndexMultimap.preimage(B b) |
see also the complete user documentation .