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

/openjdk7/langtools/test/tools/javac/generics/
H A DWrongNew.java41 WrongNewList<String> list = getList();
44 public static WrongNewList<String> getList() method in class:WrongNew
/openjdk7/langtools/test/tools/javac/generics/rawOverride/7062745/
H A DT7062745neg.java11 interface A { List<Number> getList(); } method in interface:T7062745neg.A
12 interface B { ArrayList getList(); } method in interface:T7062745neg.B
16 Number n = ab.getList().get(1);
H A DT7062745pos.java35 interface A { List<Number> getList(); } method in interface:T7062745pos.A
36 interface B { List getList(); } method in interface:T7062745pos.B
40 Number n = ab.getList().get(1);
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6505888.java62 public List<Integer> getList() { method in class:Test6505888.ListBean
H A DTest6921644.java53 o.getList().add(a1);
54 o.getList().add(a2);
55 o.getList().add(a3);
85 public List<T> getList() { method in class:Test6921644.Owner
126 public List<Document> getList() { method in class:Test6921644.Author
153 public List<Document> getList() { method in class:Test6921644.Category
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpinnerListModel.java122 public List<?> getList() { method in class:SpinnerListModel
138 * @see #getList
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DComboPopup.java72 public JList getList(); method in interface:ComboPopup
H A DBasicComboPopup.java83 * @see #getList
230 * Implementation of ComboPopup.getList().
232 public JList getList() { method in class:BasicComboPopup
958 JList list = getList();
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest7192955.java61 public List<String> getList() { method in class:Test7192955.BaseBean
H A DTest7193977.java65 public List<T> getList() { method in class:Test7193977.Abstract
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DFieldRendererFactory.java68 public FieldRenderer getList(JClass coreList) { method in class:FieldRendererFactory
/openjdk7/jdk/test/sun/util/resources/TimeZone/
H A DBug4640234.java86 Map<String, String> countryMapEn = getList(resEn, true);
87 Map<String, String> languageMapEn = getList(resEn, false);
106 countryMap = getList(resLoc, true);
124 languageMap = getList(resLoc, false);
277 private static Map<String, String> getList(ResourceBundle rs, Boolean getCountryList) { method in class:Bug4640234
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java86 getList(PACKAGE).add(pkg);
94 getList(CLASS).add(cd);
96 getList(INTERFACE).add(cd);
98 getList(EXCEPTION).add(cd);
100 getList(ENUM).add(cd);
102 getList(ERROR).add(cd);
104 getList(ANNOTATION_TYPE).add(cd);
107 composeDeprecatedList(getList(FIELD), cd.fields());
108 composeDeprecatedList(getList(METHOD), cd.methods());
109 composeDeprecatedList(getList(CONSTRUCTO
150 public List<Doc> getList(int type) { method in class:DeprecatedAPIListBuilder
[all...]
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java426 boolean getList() { method in class:FtpGetContent.FtpServer
H A DFtpURL.java424 synchronized boolean getList() { method in class:FtpURL.FtpServer
492 if (!server.getList())

Completed in 70 milliseconds