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.
@FunctionalInterface protected static interface AbstractOpenIntHashMap.ValueCopier
Interface for copying values.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyValue(int src, int dest)
Copy a value.
-