src/share/classes/com/sun/tools/javac/model/FilteredMemberList.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
36 /** 36 /**
37 * Utility to construct a view of a symbol's members, 37 * Utility to construct a view of a symbol's members,
38 * filtering out unwanted elements such as synthetic ones. 38 * filtering out unwanted elements such as synthetic ones.
39 * This view is most efficiently accessed through its iterator() method. 39 * This view is most efficiently accessed through its iterator() method.
40 * 40 *
41 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 41 * <p><b>This is NOT part of any supported API.
42 * you write code that depends on this, you do so at your own risk. 42 * If you write code that depends on this, you do so at your own risk.
43 * This code and its internal interfaces are subject to change or 43 * This code and its internal interfaces are subject to change or
44 * deletion without notice.</b> 44 * deletion without notice.</b>
45 */ 45 */
46 public class FilteredMemberList extends AbstractList<Symbol> { 46 public class FilteredMemberList extends AbstractList<Symbol> {
47 47

mercurial