public class CharSequences
extends java.lang.Object
| Constructor and Description |
|---|
CharSequences() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compareToIgnoreCase(java.lang.CharSequence me,
java.lang.CharSequence another) |
static boolean |
equals(java.lang.CharSequence a,
java.lang.CharSequence b) |
static java.lang.CharSequence |
forAsciiBytes(byte[] bytes) |
static java.lang.CharSequence |
forAsciiBytes(byte[] bytes,
int start,
int end) |
public static int compareToIgnoreCase(java.lang.CharSequence me,
java.lang.CharSequence another)
public static boolean equals(java.lang.CharSequence a,
java.lang.CharSequence b)
public static java.lang.CharSequence forAsciiBytes(byte[] bytes)
public static java.lang.CharSequence forAsciiBytes(byte[] bytes,
int start,
int end)
Copyright © 2012-2013. All Rights Reserved.