Class Object2LongEntry

java.lang.Object
dev.latvian.mods.kubejs.util.Object2LongEntry
All Implemented Interfaces:
Comparable<Object2LongEntry>

public class Object2LongEntry extends Object implements Comparable<Object2LongEntry>
  • Field Details

    • key

      public final Object key
    • value

      public final long value
  • Constructor Details

    • Object2LongEntry

      public Object2LongEntry(Object k, long v)
    • Object2LongEntry

      public Object2LongEntry(it.unimi.dsi.fastutil.objects.Object2LongMap.Entry<Object> entry)
  • Method Details