package java.lang; public final class String { private byte[] bytes; private int offset; private int length; private int hash; }