Class FloatInternPool

java.lang.Object
org.cloudburstmc.nbt.FloatInternPool

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

    • FloatInternPool

      public FloatInternPool()
  • Method Details

    • intern

      public static Float intern(float value)