Class IntegerInternPool

java.lang.Object
org.cloudburstmc.nbt.IntegerInternPool

public final class IntegerInternPool extends Object
A pool for interning Integer values, with support for very high concurrency.
  • Constructor Details

    • IntegerInternPool

      public IntegerInternPool()
  • Method Details

    • intern

      public static Integer intern(int value)