Interface MapLoopConsumer<K,V>
- Type Parameters:
K- the type of the map keyV- the type of the map value
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for consuming items in a map loop.
-
Method Summary
-
Method Details
-
accept
-