Package org.hipparchus.util
Interface AbstractOpenIntHashMap.ValueCopier
- Enclosing class:
- AbstractOpenIntHashMap
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for copying values.
- Since:
- 3.1
-
Method Summary
-
Method Details
-
copyValue
void copyValue(int src, int dest) Copy a value.- Parameters:
src
- source indexdest
- destination index
-