Searched defs:UnicodeSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java49 * <p>The UnicodeSet class is not designed to be subclassed.
51 * <p><code>UnicodeSet</code> supports two APIs. The first is the
53 * a <code>UnicodeSet</code> object. It conforms to Java 2's
55 * <code>UnicodeSet</code> does not actually implement that
59 * <code>UnicodeSet</code> instead of a <code>Collection</code>. The
76 * attributes of a <code>UnicodeSet</code> at once, based on a
128 * for UnicodeSet at
183 * <p><b>Warning</b>: you cannot add an empty string ("") to a UnicodeSet.</p>
270 * <p>To iterate over contents of UnicodeSet, use UnicodeSetIterator class.
276 public class UnicodeSet implement class in inherits:UnicodeMatcher
333 public UnicodeSet() { method in class:UnicodeSet
346 public UnicodeSet(int start, int end) { method in class:UnicodeSet
359 public UnicodeSet(String pattern) { method in class:UnicodeSet
[all...]

Completed in 31 milliseconds