Package java.lang

Class BString

  • Direct Known Subclasses:
    String

    public class BString
    extends Object
    This is the base class for our optimized version of strings.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int count
      count is the number of characters in the string.
    • Constructor Summary

      Constructors 
      Constructor Description
      BString()  
    • Field Detail

      • count

        protected int count
        count is the number of characters in the string.
    • Constructor Detail

      • BString

        public BString()