Class MPSDimensionSlice


  • public final class MPSDimensionSlice
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long length()
      < the number of elements in the slice.
      void setLength​(long value)
      < the number of elements in the slice.
      void setStart​(long value)
      < the position of the first element in the slice
      long start()
      < the position of the first element in the slice
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSDimensionSlice

        public MPSDimensionSlice()
      • MPSDimensionSlice

        protected MPSDimensionSlice​(org.moe.natj.general.Pointer peer)
      • MPSDimensionSlice

        public MPSDimensionSlice​(long start,
                                 long length)
    • Method Detail

      • start

        public long start()
        < the position of the first element in the slice
      • setStart

        public void setStart​(long value)
        < the position of the first element in the slice
      • length

        public long length()
        < the number of elements in the slice.
      • setLength

        public void setLength​(long value)
        < the number of elements in the slice.