Class Object2IntMapCodec<T>

java.lang.Object
com.hypixel.hytale.codec.codecs.map.Object2IntMapCodec<T>
All Implemented Interfaces:
Codec<it.unimi.dsi.fastutil.objects.Object2IntMap<T>>, RawJsonCodec<it.unimi.dsi.fastutil.objects.Object2IntMap<T>>, SchemaConvertable<it.unimi.dsi.fastutil.objects.Object2IntMap<T>>, WrappedCodec<T>

public class Object2IntMapCodec<T> extends Object implements Codec<it.unimi.dsi.fastutil.objects.Object2IntMap<T>>, WrappedCodec<T>
  • Field Details

    • keyCodec

      private final Codec<T> keyCodec
    • supplier

      private final Supplier<it.unimi.dsi.fastutil.objects.Object2IntMap<T>> supplier
    • unmodifiable

      private final boolean unmodifiable
  • Constructor Details

    • Object2IntMapCodec

      public Object2IntMapCodec(Codec<T> keyCodec, Supplier<it.unimi.dsi.fastutil.objects.Object2IntMap<T>> supplier, boolean unmodifiable)
    • Object2IntMapCodec

      public Object2IntMapCodec(Codec<T> keyCodec, Supplier<it.unimi.dsi.fastutil.objects.Object2IntMap<T>> supplier)
  • Method Details