Searched defs:get (Results 176 - 200 of 610) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DOptimizedAccessorFactory.java67 public static final <B,V> Accessor<B,V> get(Method getter, Method setter) { method in class:OptimizedAccessorFactory
101 methodTemplateName+RuntimeUtil.primitiveToBox.get(t).getSimpleName(),
142 public static final <B,V> Accessor<B,V> get(Field field) { method in class:OptimizedAccessorFactory
154 fieldTemplateName+RuntimeUtil.primitiveToBox.get(field.getType()).getSimpleName(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DCharArrayArray.java77 public final CharArray get(int i) { method in class:CharArrayArray
82 return _readOnlyArray.get(i);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DParserPool.java67 public SAXParser get() throws ParserConfigurationException, method in class:ParserPool
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DResponseContext.java97 public Object get(Object key) { method in class:ResponseContext
99 return packet.get(key); // strongly typed
104 Object value = packet.invocationProperties.get(key);
143 // to get this view.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointValueSetter.java78 public static EndpointValueSetter get(ParameterImpl p) { method in class:EndpointValueSetter
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java62 u = urlCache.get(jarFile);
70 public JarFile get(URL url) throws IOException { method in class:JarFileFactory
71 return get(url, true);
74 JarFile get(URL url, boolean useCaches) throws IOException { method in class:JarFileFactory
132 JarFile result = fileCache.get(URLUtil.urlNoFragString(url));
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4498236.java94 test("[name=$$$; inDefaultEventSet; listenerType=interface java.awt.event.KeyListener; getListenerMethod=public java.awt.event.KeyListener Test4498236.get(); addListenerMethod=public void Test4498236.add(java.awt.event.KeyListener); removeListenerMethod=public void Test4498236.remove(java.awt.event.KeyListener)]",
95 new EventSetDescriptor(Test4498236.class, "$$$", type, names, "add", "remove", "get")
100 test("[name=$$$; inDefaultEventSet; listenerType=interface java.awt.event.KeyListener; getListenerMethod=public java.awt.event.KeyListener Test4498236.get(); addListenerMethod=public void Test4498236.add(java.awt.event.KeyListener); removeListenerMethod=public void Test4498236.remove(java.awt.event.KeyListener)]",
101 new EventSetDescriptor("$$$", type, methods, Test4498236.class.getMethod("add", type), Test4498236.class.getMethod("remove", type), Test4498236.class.getMethod("get"))
153 public KeyListener get() { method in class:Test4498236
/openjdk7/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java36 * Request should get serviced by the cache handler. Response get
69 get(URI uri, String rqstMethod, Map<String,List<String>> requestHeaders) method in class:getResponseCode.MyResponseCache
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/util/
H A DKerberosFlags.java84 public boolean get(int index) { method in class:KerberosFlags
85 return bits.get(index);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateAlgorithmId.java46 * get, set, delete methods of Certificate, x509 type.
55 * Identifier to be used with get, set, and delete methods. When
133 public Object get(String name) throws IOException { method in class:CertificateAlgorithmId
H A DCertificateIssuerUniqueIdentity.java48 * get, set, delete methods of Certificate, x509 type.
139 public Object get(String name) throws IOException { method in class:CertificateIssuerUniqueIdentity
H A DCertificateSubjectUniqueIdentity.java45 * get, set, delete methods of Certificate, x509 type.
138 public Object get(String name) throws IOException { method in class:CertificateSubjectUniqueIdentity
H A DCertificateX509Key.java46 * get, set, delete methods of Certificate, x509 type.
125 public Object get(String name) throws IOException { method in class:CertificateX509Key
H A DGeneralNames.java88 public GeneralName get(int index) { method in class:GeneralNames
89 return names.get(index);
/openjdk7/jdk/src/share/classes/sun/util/
H A DPreHashedMap.java134 public V get(Object k) { method in class:PreHashedMap
249 public V getValue() { return get(k); }
251 V v = get(k);
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DLocaleObjectCache.java51 public V get(K key) { method in class:LocaleObjectCache
55 CacheEntry<K, V> entry = map.get(key);
57 value = entry.get();
73 value = entry.get();
86 return (oldEntry == null) ? null : oldEntry.get();
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A DTestCache.java70 public synchronized CacheResponse get(final URI uri, String rqstMethod, method in class:TestCache
72 System.out.println("get: " + uri);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java96 public CacheResponse get(URI uri, String rqstMethod, Map rqstHeaders) method in class:MyCacheHandler
H A DResponseCacheStream.java85 public CacheResponse get(URI uri, String rqstMethod, Map<String, List<String>> rqstHeaders) throws IOException { method in class:ResponseCacheStream.MyResponseCache
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java62 u = urlCache.get(jarFile);
70 public JarFile get(URL url) throws IOException { method in class:JarFileFactory
71 return get(url, true);
74 JarFile get(URL url, boolean useCaches) throws IOException { method in class:JarFileFactory
122 JarFile result = fileCache.get(URLUtil.urlNoFragString(url));
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckExamples.java115 int d = declaredCounts.get(p);
116 int r = resourceCounts.get(p);
214 int get(String p) { method in class:CheckExamples.Counts
215 Integer i = table.get(p);
220 Integer i = table.get(p);
/openjdk7/langtools/test/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); method in interface:AttributeSet2
41 public Attribute get(Class category) { return null; } method in class:AttributeSet2Impl
45 Attribute<?> get(Class<?> category); method in interface:AttributeSet3
49 public Attribute get(Class category) { return null; } method in class:AttributeSet3Impl
53 Attribute<?> get(Number category); method in interface:AttributeSet4
57 public Attribute get(Number category) { return null; } method in class:AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); method in interface:AttributeSet5
65 public Attribute get(Attribute category) { return null; } method in class:AttributeSet5Impl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DLSInputListImpl.java90 public Object get(int index) { method in class:LSInputListImpl
H A DObjectListImpl.java84 public Object get(int index) { method in class:ObjectListImpl
H A DShortListImpl.java113 public Object get(int index) { method in class:ShortListImpl

Completed in 428 milliseconds

1234567891011>>