Home / Function/ put() — netty Function Reference

put() — netty Function Reference

Architecture documentation for the put() function in IntObjectHashMapBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ee9d8cc8_149a_4702_24eb_45c69d4a9812["put()"]
  60bc901b_6fc8_1533_0c33_62ee4332ff8f["NettyEnvironment"]
  ee9d8cc8_149a_4702_24eb_45c69d4a9812 -->|defined in| 60bc901b_6fc8_1533_0c33_62ee4332ff8f
  eed0dc1b_0678_4a39_ddbb_985520c3cf5e["put()"]
  ee9d8cc8_149a_4702_24eb_45c69d4a9812 -->|calls| eed0dc1b_0678_4a39_ddbb_985520c3cf5e
  style ee9d8cc8_149a_4702_24eb_45c69d4a9812 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java lines 168–174

        @Override
        void put(Blackhole bh) {
            IntObjectHashMap<Long> map = new IntObjectHashMap<Long>();
            for (int key : keys) {
                bh.consume(map.put(key, VALUE));
            }
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does put() do?
put() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java.
Where is put() defined?
put() is defined in microbench/src/main/java/io/netty/microbenchmark/common/IntObjectHashMapBenchmark.java at line 168.
What does put() call?
put() calls 1 function(s): put.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free