Class NSRange


  • public class NSRange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long length  
      long location  
      static int sizeof  
    • Constructor Summary

      Constructors 
      Constructor Description
      NSRange()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • location

        public long location
      • length

        public long length
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • NSRange

        public NSRange()