Interface Int2ObjectSyncMap.InsertionResult<V>

  • Type Parameters:
    V - the value type
    Enclosing interface:
    Int2ObjectSyncMap<V>

    public static interface Int2ObjectSyncMap.InsertionResult<V>
    The insertion result.
    Since:
    2.0.0
    • Method Detail

      • operation

        byte operation()
        The operation result.
        Returns:
        the operation
        Since:
        2.0.0
      • previous

        @Nullable V previous()
        The previous value.
        Returns:
        the input
        Since:
        2.0.0
      • current

        @Nullable V current()
        The current value.
        Returns:
        the output
        Since:
        2.0.0