Package ste.lloop
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
Performs this operation on the given arguments.- Parameters:
index- the index of the current itemkey- the key of the current itemvalue- the value of the current item
-