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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DInit.java32 static Quick[] getAll() { method in class:Init
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttributes.java110 NamingEnumeration<? extends Attribute> getAll(); method in interface:Attributes
H A DAttribute.java61 * <tt>getAll()</tt>.
95 NamingEnumeration<?> getAll() throws NamingException; method in interface:Attribute
H A DBasicAttributes.java166 public NamingEnumeration<Attribute> getAll() { method in class:BasicAttributes
237 NamingEnumeration theirs = target.getAll();
271 NamingEnumeration all = getAll();
H A DBasicAttribute.java55 * Subclasses of <tt>BasicAttribute</tt> can override <tt>get()</tt> and <tt>getAll()</tt>
152 Enumeration theirs = target.getAll();
284 public NamingEnumeration<?> getAll() throws NamingException { method in class:BasicAttribute
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeData.java79 public Object[] getAll(String[] keys) ; method in interface:CompositeData
H A DCompositeDataSupport.java284 public Object[] getAll(String[] keys) { method in class:CompositeDataSupport
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest8013416.java69 for (Entry<String, String> entry : map.getAll()) {
86 public Set<Entry<K, V>> getAll() { method in class:Test8013416.Private
/openjdk7/jdk/src/share/classes/javax/naming/
H A DName.java126 public Enumeration<String> getAll(); method in interface:Name
H A DReference.java257 public Enumeration<RefAddr> getAll() { method in class:Reference
334 Enumeration mycomps = getAll();
335 Enumeration comps = target.getAll();
353 for (Enumeration e = getAll(); e.hasMoreElements();)
384 Enumeration<RefAddr> a = getAll();
H A DCompositeName.java335 return (new CompositeName(getAll()));
367 public Enumeration<String> getAll() { method in class:CompositeName
368 return (impl.getAll());
431 return (impl.startsWith(n.size(), n.getAll()));
450 return (impl.endsWith(n.size(), n.getAll()));
468 impl.addAll(suffix.getAll());
495 impl.addAll(posn, n.getAll());
566 Enumeration comps = getAll();
H A DCompoundName.java277 return (new CompoundName(getAll(), mySyntax));
346 public Enumeration<String> getAll() { method in class:CompoundName
347 return (impl.getAll());
418 return (impl.startsWith(n.size(), n.getAll()));
439 return (impl.endsWith(n.size(), n.getAll()));
459 impl.addAll(suffix.getAll());
489 impl.addAll(posn, n.getAll());
560 Enumeration comps = getAll();
H A DNameImpl.java477 Enumeration mycomps = getAll();
478 Enumeration comps = target.getAll();
546 public Enumeration getAll() { method in class:NameImpl
693 for (Enumeration e = getAll(); e.hasMoreElements();) {
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapName.java203 public Enumeration<String> getAll() { method in class:LdapName
460 Enumeration comps = suffix.getAll();
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGcInfo.java253 public Object[] getAll(String[] keys) { method in class:GcInfo
254 return cdata.getAll(keys);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DArrayField.java72 block.assign($var,$target.invoke($getAll));
88 private JMethod $getAll;
115 $getAll = writer.declareMethod( exposedType.array(),"get"+prop.getName(true));
117 body = $getAll.body();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DRecognizedOptions.java245 for (Option option : getAll(helper))
256 public static Option[] getAll(final OptionHelper helper) { method in class:RecognizedOptions
/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java67 public Object[] getAll(String[] keys) { method in class:LazyCompositeData
68 return compositeData().getAll(keys);
/openjdk7/jdk/src/share/classes/java/net/
H A DNetworkInterface.java334 final NetworkInterface[] netifs = getAll();
357 private native static NetworkInterface[] getAll() method in class:NetworkInterface
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java247 public Enumeration getAll() { method in class:DnsName
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java189 public Enumeration getAll() { method in class:LdapName
289 Enumeration comps = suffix.getAll();
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java556 (new ExtFinishing(100)).getAll();
779 EnumSyntax[] getAll() { method in class:IPPPrintService.ExtFinishing

Completed in 64 milliseconds