Class PointObjectPair<T>

java.lang.Object
org.stianloader.stianknn.PointObjectPair<T>
All Implemented Interfaces:
Comparable<PointObjectPair<?>>

public class PointObjectPair<T> extends Object implements Comparable<PointObjectPair<?>>
  • Field Details

    • object

      @NotNull public final T object
    • x

      public final float x
    • y

      public final float y
  • Constructor Details

    • PointObjectPair

      public PointObjectPair(@NotNull T object, float x, float y)
  • Method Details