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

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DFreezable.java120 * <h2>Freezable Model</h2>
122 * The <code>Freezable</code> model supplements these choices by giving you
145 * public class A implements Freezable&lt;A&gt; {
200 * Any subclass of a <code>Freezable</code> will just use its superclass's
222 * converting UnicodeSet to be <code>Freezable</code> is just accomplished
304 public interface Freezable<T> extends Cloneable { interface in inherits:Cloneable
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DFreezable.java119 * <h2>Freezable Model</h2>
121 * The <code>Freezable</code> model supplements these choices by giving you
144 * public class A implements Freezable<A> {
199 * Any subclass of a <code>Freezable</code> will just use its superclass's
221 * converting UnicodeSet to be <code>Freezable</code> is just accomplished
303 public interface Freezable<T> extends Cloneable { interface in inherits:Cloneable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DFreezable.java119 * <h2>Freezable Model</h2>
121 * The <code>Freezable</code> model supplements these choices by giving you
144 * public class A implements Freezable&lt;A&gt; {
199 * Any subclass of a <code>Freezable</code> will just use its superclass's
221 * converting UnicodeSet to be <code>Freezable</code> is just accomplished
304 public interface Freezable<T> extends Cloneable { interface in inherits:Cloneable

Completed in 119 milliseconds