Class ConstantFloatList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NotNull FloatListValue EMPTY  
      private float @NotNull [] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantFloatList​(float @NotNull [] value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float @NotNull [] get​(@NotNull MeasureContext context)  
      float[] value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final float @NotNull [] value
    • Constructor Detail

      • ConstantFloatList

        public ConstantFloatList​(float @NotNull [] value)
    • Method Detail

      • value

        public float[] value()