K - Type of the keys that will be produced by this factory.public interface MapEntryKeyFactory<K>
AbstractMethodMap.| Modifier and Type | Method and Description |
|---|---|
K[] |
produceMapEntryKeys(MethodHandleInfo methodHandleInfo) |
K[] produceMapEntryKeys(MethodHandleInfo methodHandleInfo) throws MapEntryKeyProductionException
methodHandleInfo - the methodhandleinfo for which the keys are to be
producedMapEntryKeyProductionException - If keys cannot be produced.