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 Detail

      • copyValue

        void copyValue​(int src,
                       int dest)
        Copy a value.
        Parameters:
        src - source index
        dest - destination index