Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.lang.String

Availability: JDK 1.0

public final class String extends Object implements Serializable {
   // Public Constructors
      public String();
      public String(String value);
      public String(char[] value);
      public String(char[] value, int offset, int count);
#    public String(byte[] ascii, int hibyte, int offset, int count);
#    public String(byte[] ascii, int hibyte);
1.1  public String(byte[] bytes, int offset, int length, String enc) throws UnsupportedEncodingException;
1.1  public String(byte[] bytes, String enc) throws UnsupportedEncodingException;
1.1  public String(byte[] bytes, int offset, int length);
1.1  public String(byte[] bytes);
      public String(StringBuffer buffer);
   // Class Methods
      public static String copyValueOf(char[] data, int offset, int count);
      public static String copyValueOf(char[] data);
      public static String valueOf(Object obj);
      public static String valueOf(char[] data);
      public static String valueOf(char[] data, int offset, int count);
      public static String valueOf(boolean b);
      public static String valueOf(char c);
      public static String valueOf(int i);
      public static String valueOf(long l);
      public static String valueOf(float f);
      public static String valueOf(double d);
   // Public Instance Methods
      public char charAt(int index);
      public int compareTo(String anotherString);
      public String concat(String str);
      public boolean endsWith(String suffix);
      public boolean equals(Object anObject);  // Overrides Object.equals()
      public boolean equalsIgnoreCase(String anotherString);
#    public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin);
1.1  public byte[] getBytes(String enc) throws UnsupportedEncodingException;
1.1  public byte[] getBytes();
      public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin);
      public int hashCode();  // Overrides Object.hashCode()
      public int indexOf(int ch);
      public int indexOf(int ch, int fromIndex);
      public int indexOf(String str);
      public int indexOf(String str, int fromIndex);
      public native String intern();
      public int lastIndexOf(int ch);
      public int lastIndexOf(int ch, int fromIndex);
      public int lastIndexOf(String str);
      public int lastIndexOf(String str, int fromIndex);
      public int length();
      public boolean regionMatches(int toffset, String other, int ooffset, int len);
      public boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len);
      public String replace(char oldChar, char newChar);
      public boolean startsWith(String prefix, int toffset);
      public boolean startsWith(String prefix);
      public String substring(int beginIndex);
      public String substring(int beginIndex, int endIndex);
      public char[] toCharArray();
1.1  public String toLowerCase(Locale locale);
      public String toLowerCase();
      public String toString();  // Overrides Object.toString()
1.1  public String toUpperCase(Locale locale);
      public String toUpperCase();
      public String trim();
}
Passed To:
AbstractMethodError.AbstractMethodError(), AccessException.AccessException(), Acl.setName(), ActionEvent.ActionEvent(), AlreadyBoundException.AlreadyBoundException(), Applet.getAudioClip(), Applet.getImage(), Applet.getParameter(), Applet.play(), Applet.showStatus(), AppletContext.getApplet(), AppletContext.showDocument(), AppletContext.showStatus(), AppletStub.getParameter(), ArithmeticException.ArithmeticException(), ArrayIndexOutOfBoundsException.ArrayIndexOutOfBoundsException(), ArrayStoreException.ArrayStoreException(), AWTError.AWTError(), AWTEventMulticaster.saveInternal(), AWTException.AWTException(), Beans.instantiate(), BigDecimal.BigDecimal(), BigInteger.BigInteger(), BindException.BindException(), Boolean.Boolean(), Boolean.getBoolean(), Boolean.valueOf(), BorderLayout.addLayoutComponent(), BreakIterator.setText(), BufferedWriter.write(), Button.Button(), Button.setActionCommand(), Button.setLabel(), ButtonPeer.setLabel(), Byte.Byte(), Byte.decode(), Byte.parseByte(), Byte.valueOf(), ByteArrayOutputStream.toString(), CardLayout.addLayoutComponent(), CardLayout.show(), CharArrayWriter.write(), CharConversionException.CharConversionException(), Checkbox.Checkbox(), Checkbox.setLabel(), CheckboxMenuItem.CheckboxMenuItem(), CheckboxPeer.setLabel(), Choice.add(), Choice.addItem(), Choice.insert(), Choice.remove(), Choice.select(), ChoiceFormat.applyPattern(), ChoiceFormat.ChoiceFormat(), ChoiceFormat.parse(), ChoiceFormat.setChoices(), ChoicePeer.add(), ChoicePeer.addItem(), Class.forName(), Class.getDeclaredField(), Class.getDeclaredMethod(), Class.getField(), Class.getMethod(), Class.getResource(), Class.getResourceAsStream(), ClassCastException.ClassCastException(), ClassCircularityError.ClassCircularityError(), ClassFormatError.ClassFormatError(), ClassLoader.defineClass(), ClassLoader.findLoadedClass(), ClassLoader.findSystemClass(), ClassLoader.getResource(), ClassLoader.getResourceAsStream(), ClassLoader.getSystemResource(), ClassLoader.getSystemResourceAsStream(), ClassLoader.loadClass(), ClassNotFoundException.ClassNotFoundException(), Clipboard.Clipboard(), CloneNotSupportedException.CloneNotSupportedException(), Collator.compare(), Collator.equals(), Collator.getCollationKey(), Color.decode(), Color.getColor(), Compiler.compileClasses(), Component.setName(), ConnectException.ConnectException(), ConnectException.ConnectException(), ConnectIOException.ConnectIOException(), Connection.nativeSQL(), Connection.prepareCall(), Connection.prepareStatement(), Connection.setCatalog(), Container.add(), ContentHandlerFactory.createContentHandler(), DatabaseMetaData.getBestRowIdentifier(), DatabaseMetaData.getColumnPrivileges(), DatabaseMetaData.getColumns(), DatabaseMetaData.getCrossReference(), DatabaseMetaData.getExportedKeys(), DatabaseMetaData.getImportedKeys(), DatabaseMetaData.getIndexInfo(), DatabaseMetaData.getPrimaryKeys(), DatabaseMetaData.getProcedureColumns(), DatabaseMetaData.getProcedures(), DatabaseMetaData.getTablePrivileges(), DatabaseMetaData.getTables(), DatabaseMetaData.getVersionColumns(), DataFlavor.DataFlavor(), DataFlavor.isMimeTypeEqual(), DataFlavor.normalizeMimeType(), DataFlavor.normalizeMimeTypeParameter(), DataFlavor.setHumanPresentableName(), DataFormatException.DataFormatException(), DataOutput.writeBytes(), DataOutput.writeChars(), DataOutput.writeUTF(), DataOutputStream.writeBytes(), DataOutputStream.writeChars(), DataOutputStream.writeUTF(), Date.Date(), Date.parse(), Date.valueOf(), DateFormat.parse(), DateFormat.parseObject(), DateFormatSymbols.setAmPmStrings(), DateFormatSymbols.setEras(), DateFormatSymbols.setLocalPatternChars(), DateFormatSymbols.setMonths(), DateFormatSymbols.setShortMonths(), DateFormatSymbols.setShortWeekdays(), DateFormatSymbols.setWeekdays(), DateFormatSymbols.setZoneStrings(), DecimalFormat.applyLocalizedPattern(), DecimalFormat.applyPattern(), DecimalFormat.DecimalFormat(), DecimalFormat.parse(), DecimalFormat.setNegativePrefix(), DecimalFormat.setNegativeSuffix(), DecimalFormat.setPositivePrefix(), DecimalFormat.setPositiveSuffix(), DecimalFormatSymbols.setInfinity(), DecimalFormatSymbols.setNaN(), Dialog.Dialog(), Dialog.setTitle(), DialogPeer.setTitle(), DigestException.DigestException(), Double.Double(), Double.valueOf(), Driver.acceptsURL(), Driver.connect(), Driver.getPropertyInfo(), DriverManager.getConnection(), DriverManager.getDriver(), DriverManager.println(), DriverPropertyInfo.DriverPropertyInfo(), EOFException.EOFException(), Error.Error(), EventSetDescriptor.EventSetDescriptor(), Exception.Exception(), ExceptionInInitializerError.ExceptionInInitializerError(), ExportException.ExportException(), FeatureDescriptor.getValue(), FeatureDescriptor.setDisplayName(), FeatureDescriptor.setName(), FeatureDescriptor.setShortDescription(), FeatureDescriptor.setValue(), File.File(), FileDialog.FileDialog(), FileDialog.setDirectory(), FileDialog.setFile(), FileDialogPeer.setDirectory(), FileDialogPeer.setFile(), FileInputStream.FileInputStream(), FilenameFilter.accept(), FileNameMap.getContentTypeFor(), FileNotFoundException.FileNotFoundException(), FileOutputStream.FileOutputStream(), FileReader.FileReader(), FileWriter.FileWriter(), FilterWriter.write(), Float.Float(), Float.valueOf(), FlowLayout.addLayoutComponent(), Font.decode(), Font.Font(), Font.getFont(), FontMetrics.stringWidth(), Format.parseObject(), Frame.Frame(), Frame.setTitle(), FramePeer.setTitle(), Graphics.drawString(), GridBagLayout.addLayoutComponent(), GridLayout.addLayoutComponent(), HttpURLConnection.setRequestMethod(), Identity.Identity(), Identity.setInfo(), IdentityScope.getIdentity(), IdentityScope.IdentityScope(), IllegalAccessError.IllegalAccessError(), IllegalAccessException.IllegalAccessException(), IllegalArgumentException.IllegalArgumentException(), IllegalComponentStateException.IllegalComponentStateException(), IllegalMonitorStateException.IllegalMonitorStateException(), IllegalStateException.IllegalStateException(), IllegalThreadStateException.IllegalThreadStateException(), Image.getProperty(), IncompatibleClassChangeError.IncompatibleClassChangeError(), IndexedPropertyDescriptor.IndexedPropertyDescriptor(), IndexOutOfBoundsException.IndexOutOfBoundsException(), InetAddress.getAllByName(), InetAddress.getByName(), InputStreamReader.InputStreamReader(), InstantiationError.InstantiationError(), InstantiationException.InstantiationException(), Integer.decode(), Integer.getInteger(), Integer.Integer(), Integer.parseInt(), Integer.valueOf(), InternalError.InternalError(), InterruptedException.InterruptedException(), InterruptedIOException.InterruptedIOException(), IntrospectionException.IntrospectionException(), Introspector.decapitalize(), Introspector.setBeanInfoSearchPath(), InvalidClassException.InvalidClassException(), InvalidKeyException.InvalidKeyException(), InvalidObjectException.InvalidObjectException(), InvalidParameterException.InvalidParameterException(), InvocationTargetException.InvocationTargetException(), IOException.IOException(), KeyException.KeyException(), KeyManagementException.KeyManagementException(), KeyPairGenerator.getInstance(), KeyPairGenerator.KeyPairGenerator(), Label.Label(), Label.setText(), LabelPeer.setText(), LayoutManager.addLayoutComponent(), LinkageError.LinkageError(), List.add(), List.addItem(), List.remove(), List.replaceItem(), ListPeer.add(), ListPeer.addItem(), ListResourceBundle.handleGetObject(), LoaderHandler.loadClass(), Locale.Locale(), LocateRegistry.getRegistry(), LogStream.log(), LogStream.parseLevel(), Long.getLong(), Long.Long(), Long.parseLong(), Long.valueOf(), MalformedURLException.MalformedURLException(), MarshalException.MarshalException(), Menu.add(), Menu.insert(), Menu.Menu(), MenuComponent.setName(), MenuItem.MenuItem(), MenuItem.setActionCommand(), MenuItem.setLabel(), MenuItemPeer.setLabel(), MessageDigest.getInstance(), MessageDigest.MessageDigest(), MessageFormat.applyPattern(), MessageFormat.format(), MessageFormat.MessageFormat(), MessageFormat.parse(), MessageFormat.parseObject(), MissingResourceException.MissingResourceException(), Naming.bind(), Naming.list(), Naming.lookup(), Naming.rebind(), Naming.unbind(), NegativeArraySizeException.NegativeArraySizeException(), NoClassDefFoundError.NoClassDefFoundError(), NoRouteToHostException.NoRouteToHostException(), NoSuchAlgorithmException.NoSuchAlgorithmException(), NoSuchElementException.NoSuchElementException(), NoSuchFieldError.NoSuchFieldError(), NoSuchFieldException.NoSuchFieldException(), NoSuchMethodError.NoSuchMethodError(), NoSuchMethodException.NoSuchMethodException(), NoSuchObjectException.NoSuchObjectException(), NoSuchProviderException.NoSuchProviderException(), NotActiveException.NotActiveException(), NotBoundException.NotBoundException(), NotSerializableException.NotSerializableException(), NullPointerException.NullPointerException(), NumberFormat.parse(), NumberFormat.parseObject(), NumberFormatException.NumberFormatException(), ObjectOutputStream.writeBytes(), ObjectOutputStream.writeChars(), ObjectOutputStream.writeUTF(), ObjectStreamException.ObjectStreamException(), Operation.Operation(), OutOfMemoryError.OutOfMemoryError(), OutputStreamWriter.OutputStreamWriter(), OutputStreamWriter.write(), ParseException.ParseException(), PopupMenu.PopupMenu(), PreparedStatement.setString(), PrintStream.print(), PrintStream.println(), PrintWriter.print(), PrintWriter.println(), PrintWriter.write(), Properties.getProperty(), Properties.save(), PropertyChangeEvent.PropertyChangeEvent(), PropertyChangeSupport.firePropertyChange(), PropertyDescriptor.PropertyDescriptor(), PropertyEditor.setAsText(), PropertyEditorManager.setEditorSearchPath(), PropertyEditorSupport.setAsText(), PropertyResourceBundle.handleGetObject(), PropertyVetoException.PropertyVetoException(), ProtocolException.ProtocolException(), Provider.Provider(), ProviderException.ProviderException(), RandomAccessFile.RandomAccessFile(), RandomAccessFile.writeBytes(), RandomAccessFile.writeChars(), RandomAccessFile.writeUTF(), Registry.bind(), Registry.lookup(), Registry.rebind(), Registry.unbind(), RegistryHandler.registryStub(), RemoteException.RemoteException(), ResourceBundle.getBundle(), ResourceBundle.getMenu(), ResourceBundle.getMenuBar(), ResourceBundle.getObject(), ResourceBundle.getString(), ResourceBundle.getStringArray(), ResourceBundle.handleGetObject(), ResultSet.findColumn(), ResultSet.getAsciiStream(), ResultSet.getBigDecimal(), ResultSet.getBinaryStream(), ResultSet.getBoolean(), ResultSet.getByte(), ResultSet.getBytes(), ResultSet.getDate(), ResultSet.getDouble(), ResultSet.getFloat(), ResultSet.getInt(), ResultSet.getLong(), ResultSet.getObject(), ResultSet.getShort(), ResultSet.getString(), ResultSet.getTime(), ResultSet.getTimestamp(), ResultSet.getUnicodeStream(), RMIClassLoader.loadClass(), RMISecurityException.RMISecurityException(), RMISecurityManager.checkAccept(), RMISecurityManager.checkConnect(), RMISecurityManager.checkDelete(), RMISecurityManager.checkExec(), RMISecurityManager.checkLink(), RMISecurityManager.checkPackageAccess(), RMISecurityManager.checkPackageDefinition(), RMISecurityManager.checkPropertyAccess(), RMISecurityManager.checkRead(), RMISecurityManager.checkSecurityAccess(), RMISecurityManager.checkWrite(), RMISocketFactory.createSocket(), RuleBasedCollator.compare(), RuleBasedCollator.getCollationElementIterator(), RuleBasedCollator.getCollationKey(), RuleBasedCollator.RuleBasedCollator(), Runtime.exec(), Runtime.load(), Runtime.loadLibrary(), RuntimeException.RuntimeException(), Security.getAlgorithmProperty(), Security.getProperty(), Security.getProvider(), Security.removeProvider(), Security.setProperty(), SecurityException.SecurityException(), SecurityManager.checkAccept(), SecurityManager.checkConnect(), SecurityManager.checkDelete(), SecurityManager.checkExec(), SecurityManager.checkLink(), SecurityManager.checkPackageAccess(), SecurityManager.checkPackageDefinition(), SecurityManager.checkPropertyAccess(), SecurityManager.checkRead(), SecurityManager.checkSecurityAccess(), SecurityManager.checkWrite(), SecurityManager.classDepth(), SecurityManager.inClass(), ServerCloneException.ServerCloneException(), ServerError.ServerError(), ServerException.ServerException(), ServerNotActiveException.ServerNotActiveException(), ServerRuntimeException.ServerRuntimeException(), Short.decode(), Short.parseShort(), Short.Short(), Short.valueOf(), Signature.engineGetParameter(), Signature.engineSetParameter(), Signature.getInstance(), Signature.getParameter(), Signature.setParameter(), Signature.Signature(), SignatureException.SignatureException(), Signer.Signer(), SimpleBeanInfo.loadImage(), SimpleDateFormat.applyLocalizedPattern(), SimpleDateFormat.applyPattern(), SimpleDateFormat.parse(), SimpleDateFormat.SimpleDateFormat(), SimpleTimeZone.SimpleTimeZone(), SkeletonMismatchException.SkeletonMismatchException(), SkeletonNotFoundException.SkeletonNotFoundException(), Socket.Socket(), SocketException.SocketException(), SocketImpl.connect(), SocketSecurityException.SocketSecurityException(), SQLException.SQLException(), SQLWarning.SQLWarning(), StackOverflowError.StackOverflowError(), Statement.execute(), Statement.executeQuery(), Statement.executeUpdate(), Statement.setCursorName(), StreamCorruptedException.StreamCorruptedException(), String.compareTo(), String.concat(), String.endsWith(), String.equalsIgnoreCase(), String.getBytes(), String.indexOf(), String.lastIndexOf(), String.regionMatches(), String.startsWith(), String.String(), StringBuffer.append(), StringBuffer.insert(), StringBuffer.StringBuffer(), StringBufferInputStream.StringBufferInputStream(), StringCharacterIterator.StringCharacterIterator(), StringIndexOutOfBoundsException.StringIndexOutOfBoundsException(), StringReader.StringReader(), StringSelection.StringSelection(), StringTokenizer.nextToken(), StringTokenizer.StringTokenizer(), StringWriter.write(), StubNotFoundException.StubNotFoundException(), SyncFailedException.SyncFailedException(), System.getenv(), System.getProperty(), System.load(), System.loadLibrary(), TextArea.append(), TextArea.appendText(), TextArea.insert(), TextArea.insertText(), TextArea.replaceRange(), TextArea.replaceText(), TextArea.TextArea(), TextAreaPeer.insert(), TextAreaPeer.insertText(), TextAreaPeer.replaceRange(), TextAreaPeer.replaceText(), TextComponent.setText(), TextComponentPeer.setText(), TextField.TextField(), Thread.setName(), Thread.Thread(), ThreadGroup.ThreadGroup(), Throwable.Throwable(), Time.valueOf(), Timestamp.valueOf(), TimeZone.getTimeZone(), TimeZone.setID(), Toolkit.getFontPeer(), Toolkit.getImage(), Toolkit.getPrintJob(), Toolkit.getProperty(), TooManyListenersException.TooManyListenersException(), UnexpectedException.UnexpectedException(), UnknownError.UnknownError(), UnknownHostException.UnknownHostException(), UnknownHostException.UnknownHostException(), UnknownServiceException.UnknownServiceException(), UnmarshalException.UnmarshalException(), UnsatisfiedLinkError.UnsatisfiedLinkError(), UnsupportedEncodingException.UnsupportedEncodingException(), URL.set(), URL.URL(), URLConnection.getDefaultRequestProperty(), URLConnection.getHeaderField(), URLConnection.getHeaderFieldDate(), URLConnection.getHeaderFieldInt(), URLConnection.getRequestProperty(), URLConnection.guessContentTypeFromName(), URLConnection.setDefaultRequestProperty(), URLConnection.setRequestProperty(), URLEncoder.encode(), URLStreamHandler.parseURL(), URLStreamHandler.setURL(), URLStreamHandlerFactory.createURLStreamHandler(), UTFDataFormatException.UTFDataFormatException(), VerifyError.VerifyError(), VetoableChangeSupport.fireVetoableChange(), VirtualMachineError.VirtualMachineError(), WriteAbortedException.WriteAbortedException(), Writer.write(), ZipEntry.setComment(), ZipEntry.ZipEntry(), ZipException.ZipException(), ZipFile.getEntry(), ZipFile.ZipFile(), ZipOutputStream.setComment().
Returned By:
Acl.getName(), Acl.toString(), AclEntry.toString(), ActionEvent.getActionCommand(), ActionEvent.paramString(), AdjustmentEvent.paramString(), Applet.getAppletInfo(), Applet.getParameter(), Applet.getParameterInfo(), AppletStub.getParameter(), AWTEvent.paramString(), AWTEvent.toString(), BigDecimal.toString(), BigInteger.toString(), BitSet.toString(), Boolean.toString(), BorderLayout.toString(), BufferedReader.readLine(), Button.getActionCommand(), Button.getLabel(), Button.paramString(), Byte.toString(), ByteArrayOutputStream.toString(), CallableStatement.getString(), CardLayout.toString(), Certificate.getFormat(), Certificate.toString(), Character.toString(), CharArrayWriter.toString(), Checkbox.getLabel(), Checkbox.paramString(), CheckboxGroup.toString(), CheckboxMenuItem.paramString(), Choice.getItem(), Choice.getSelectedItem(), Choice.paramString(), ChoiceFormat.toPattern(), Class.getName(), Class.toString(), Clipboard.getName(), CollationKey.getSourceString(), Color.toString(), Component.getName(), Component.paramString(), Component.toString(), ComponentEvent.paramString(), Connection.getCatalog(), Connection.nativeSQL(), Constructor.getName(), Constructor.toString(), Container.paramString(), ContainerEvent.paramString(), DatabaseMetaData.getCatalogSeparator(), DatabaseMetaData.getCatalogTerm(), DatabaseMetaData.getDatabaseProductName(), DatabaseMetaData.getDatabaseProductVersion(), DatabaseMetaData.getDriverName(), DatabaseMetaData.getDriverVersion(), DatabaseMetaData.getExtraNameCharacters(), DatabaseMetaData.getIdentifierQuoteString(), DatabaseMetaData.getNumericFunctions(), DatabaseMetaData.getProcedureTerm(), DatabaseMetaData.getSchemaTerm(), DatabaseMetaData.getSearchStringEscape(), DatabaseMetaData.getSQLKeywords(), DatabaseMetaData.getStringFunctions(), DatabaseMetaData.getSystemFunctions(), DatabaseMetaData.getTimeDateFunctions(), DatabaseMetaData.getURL(), DatabaseMetaData.getUserName(), DataFlavor.getHumanPresentableName(), DataFlavor.getMimeType(), DataFlavor.normalizeMimeType(), DataFlavor.normalizeMimeTypeParameter(), DataInput.readLine(), DataInput.readUTF(), DataInputStream.readLine(), DataInputStream.readUTF(), Date.toGMTString(), Date.toLocaleString(), Date.toString(), Date.toString(), DateFormat.format(), DateFormatSymbols.getAmPmStrings(), DateFormatSymbols.getEras(), DateFormatSymbols.getLocalPatternChars(), DateFormatSymbols.getMonths(), DateFormatSymbols.getShortMonths(), DateFormatSymbols.getShortWeekdays(), DateFormatSymbols.getWeekdays(), DateFormatSymbols.getZoneStrings(), DecimalFormat.getNegativePrefix(), DecimalFormat.getNegativeSuffix(), DecimalFormat.getPositivePrefix(), DecimalFormat.getPositiveSuffix(), DecimalFormat.toLocalizedPattern(), DecimalFormat.toPattern(), DecimalFormatSymbols.getInfinity(), DecimalFormatSymbols.getNaN(), Dialog.getTitle(), Dialog.paramString(), DigestInputStream.toString(), DigestOutputStream.toString(), Dimension.toString(), Double.toString(), Event.paramString(), Event.toString(), EventObject.toString(), FeatureDescriptor.getDisplayName(), FeatureDescriptor.getName(), FeatureDescriptor.getShortDescription(), Field.getName(), Field.toString(), File.getAbsolutePath(), File.getCanonicalPath(), File.getName(), File.getParent(), File.getPath(), File.list(), File.toString(), FileDialog.getDirectory(), FileDialog.getFile(), FileDialog.paramString(), FileNameMap.getContentTypeFor(), Float.toString(), FlowLayout.toString(), FocusEvent.paramString(), Font.getFamily(), Font.getName(), Font.toString(), FontMetrics.toString(), Format.format(), Frame.getTitle(), Frame.paramString(), Graphics.toString(), GridBagLayout.toString(), GridLayout.toString(), Hashtable.toString(), HttpURLConnection.getRequestMethod(), HttpURLConnection.getResponseMessage(), Identity.getInfo(), Identity.getName(), Identity.toString(), IdentityScope.toString(), InetAddress.getHostAddress(), InetAddress.getHostName(), InetAddress.toString(), InputStreamReader.getEncoding(), Insets.toString(), Integer.toBinaryString(), Integer.toHexString(), Integer.toOctalString(), Integer.toString(), Introspector.decapitalize(), Introspector.getBeanInfoSearchPath(), InvalidClassException.getMessage(), ItemEvent.paramString(), Key.getAlgorithm(), Key.getFormat(), KeyEvent.getKeyModifiersText(), KeyEvent.getKeyText(), KeyEvent.paramString(), KeyPairGenerator.getAlgorithm(), Label.getText(), Label.paramString(), LineNumberReader.readLine(), List.getItem(), List.getItems(), List.getSelectedItem(), List.getSelectedItems(), List.paramString(), Locale.getCountry(), Locale.getDisplayCountry(), Locale.getDisplayLanguage(), Locale.getDisplayName(), Locale.getDisplayVariant(), Locale.getISO3Country(), Locale.getISO3Language(), Locale.getLanguage(), Locale.getVariant(), Locale.toString(), LogStream.toString(), Long.toBinaryString(), Long.toHexString(), Long.toOctalString(), Long.toString(), Member.getName(), Menu.paramString(), MenuComponent.getName(), MenuComponent.paramString(), MenuComponent.toString(), MenuItem.getActionCommand(), MenuItem.getLabel(), MenuItem.paramString(), MenuShortcut.paramString(), MenuShortcut.toString(), MessageDigest.getAlgorithm(), MessageDigest.toString(), MessageFormat.format(), MessageFormat.toPattern(), Method.getName(), Method.toString(), MissingResourceException.getClassName(), MissingResourceException.getKey(), Modifier.toString(), MouseEvent.paramString(), Naming.list(), NumberFormat.format(), Object.toString(), ObjectInputStream.readLine(), ObjectInputStream.readUTF(), ObjectStreamClass.getName(), ObjectStreamClass.toString(), ObjID.toString(), Operation.getOperation(), Operation.toString(), OutputStreamWriter.getEncoding(), PaintEvent.paramString(), Permission.toString(), Point.toString(), Principal.getName(), Principal.toString(), Properties.getProperty(), PropertyChangeEvent.getPropertyName(), PropertyEditor.getAsText(), PropertyEditor.getJavaInitializationString(), PropertyEditor.getTags(), PropertyEditorManager.getEditorSearchPath(), PropertyEditorSupport.getAsText(), PropertyEditorSupport.getJavaInitializationString(), PropertyEditorSupport.getTags(), Provider.getInfo(), Provider.getName(), Provider.toString(), RandomAccessFile.readLine(), RandomAccessFile.readUTF(), Rectangle.toString(), Registry.list(), RemoteException.getMessage(), RemoteObject.toString(), RemoteRef.getRefClass(), RemoteRef.remoteToString(), RemoteServer.getClientHost(), ResourceBundle.getString(), ResourceBundle.getStringArray(), ResultSet.getCursorName(), ResultSet.getString(), ResultSetMetaData.getCatalogName(), ResultSetMetaData.getColumnLabel(), ResultSetMetaData.getColumnName(), ResultSetMetaData.getColumnTypeName(), ResultSetMetaData.getSchemaName(), ResultSetMetaData.getTableName(), RuleBasedCollator.getRules(), Scrollbar.paramString(), ScrollPane.paramString(), Security.getAlgorithmProperty(), Security.getProperty(), ServerCloneException.getMessage(), ServerRef.getClientHost(), ServerSocket.toString(), Short.toString(), Signature.getAlgorithm(), Signature.toString(), Signer.toString(), SimpleDateFormat.toLocalizedPattern(), SimpleDateFormat.toPattern(), Socket.toString(), SocketImpl.toString(), SQLException.getSQLState(), StreamTokenizer.toString(), String.concat(), String.copyValueOf(), String.intern(), String.replace(), String.substring(), String.toLowerCase(), String.toString(), String.toUpperCase(), String.trim(), String.valueOf(), StringBuffer.toString(), StringTokenizer.nextToken(), StringWriter.toString(), System.getenv(), System.getProperty(), SystemColor.toString(), TextArea.paramString(), TextComponent.getSelectedText(), TextComponent.getText(), TextComponent.paramString(), TextComponentPeer.getText(), TextEvent.paramString(), TextField.paramString(), Thread.getName(), Thread.toString(), ThreadGroup.getName(), ThreadGroup.toString(), Throwable.getLocalizedMessage(), Throwable.getMessage(), Throwable.toString(), Time.toString(), Timestamp.toString(), TimeZone.getAvailableIDs(), TimeZone.getID(), Toolkit.getFontList(), Toolkit.getProperty(), UID.toString(), URL.getFile(), URL.getHost(), URL.getProtocol(), URL.getRef(), URL.toExternalForm(), URL.toString(), URLConnection.getContentEncoding(), URLConnection.getContentType(), URLConnection.getDefaultRequestProperty(), URLConnection.getHeaderField(), URLConnection.getHeaderFieldKey(), URLConnection.getRequestProperty(), URLConnection.guessContentTypeFromName(), URLConnection.guessContentTypeFromStream(), URLConnection.toString(), URLEncoder.encode(), URLStreamHandler.toExternalForm(), Vector.toString(), VMID.toString(), Window.getWarningString(), WindowEvent.paramString(), WriteAbortedException.getMessage(), ZipEntry.getComment(), ZipEntry.getName(), ZipEntry.toString(), ZipFile.getName().
Type Of:
BorderLayout.CENTER, BorderLayout.EAST, BorderLayout.NORTH, BorderLayout.SOUTH, BorderLayout.WEST, DriverPropertyInfo.choices, DriverPropertyInfo.description, DriverPropertyInfo.name, DriverPropertyInfo.value, File.pathSeparator, File.separator, Font.name, HttpURLConnection.method, HttpURLConnection.responseMessage, InvalidClassException.classname, LoaderHandler.packagePrefix, RemoteRef.packagePrefix, StreamTokenizer.sval, StringBufferInputStream.buffer.

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.