Searched refs:put (Results 476 - 500 of 2354) sorted by relevance

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCachedCodeBase.java93 implementations.put(repId, urlResult);
120 fvds.put(repId, result);
149 bases.put(repId, results);
195 CachedCodeBase.iorMap.put(conn.getCodeBaseIOR(), delegate);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoringManagerFactoryImpl.java43 monitoringManagerTable.put(nameOfTheRoot, m);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/resolver/
H A DLocalResolverImpl.java50 nameToClosure.put( name, closure ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryIdCache.java103 put(key, repId);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV8FPop2Decoder.java33 fpop2Decoders.put(new Integer(fpOpcode), decoder);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualConstructor.java59 map.put(cTypeName, clazz);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java52 componentToDebug.put(component, Integer.valueOf(debug));
H A DLayoutStyle.java57 AppContext.getAppContext().put(LayoutStyle.class, style);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPasswordFieldUI.java102 map.put(DefaultEditorKit.selectWordAction, a);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxUI.java75 appContext.put(METAL_CHECK_BOX_UI_KEY, checkboxUI);
H A DMetalLabelUI.java66 appContext.put(METAL_LABEL_UI_KEY, safeMetalLabelUI);
/openjdk7/jdk/src/share/classes/java/lang/
H A DApplicationShutdownHooks.java74 hooks.put(hook, hook);
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieHandler.java128 * @see #put(URI, Map)
148 put(URI uri, Map<String, List<String>> responseHeaders) method in class:CookieHandler
H A DResponseCache.java146 * be cached, then put() must return a CacheRequest object which
149 * not to be cached, then put must return null.
162 public abstract CacheRequest put(URI uri, URLConnection conn) throws IOException; method in class:ResponseCache
/openjdk7/jdk/src/share/classes/java/util/
H A DMap.java219 * @throws UnsupportedOperationException if the <tt>put</tt> operation
228 V put(K key, V value); method in interface:Map
268 * of calling {@link #put(Object,Object) put(k, v)} on this map once
394 * @throws UnsupportedOperationException if the <tt>put</tt> operation
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifCheckBoxUI.java66 appContext.put(MOTIF_CHECK_BOX_UI_KEY, motifCheckBoxUI);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxUI.java69 appContext.put(WINDOWS_CHECK_BOX_UI_KEY, windowsCheckBoxUI);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDescriptorCache.java54 map.put(descriptor, new WeakReference<ImmutableDescriptor>(descriptor));
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoClassShutter.java54 protectedClasses.put("java.security.AccessController", Boolean.TRUE);
/openjdk7/jdk/make/tools/reorder/tools/
H A DCombine.java52 map.put(line,line);
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DMonth.java59 abbreviations.put(m.abbr, m);
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DPersistenceDelegateFinder.java52 this.registry.put(type, delegate);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFieldVar.java69 owner.fields.put(name,this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java58 seiContextMap.put(seiName, seiContext);
151 reqOperationWrapperMap.put(methodToString(method), wrapperInfo);
159 resOperationWrapperMap.put(methodToString(method), wrapperInfo);
178 exceptionBeanMap.put(exception,faultInfo);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultIDResolver.java55 idmap.put(id,obj);

Completed in 181 milliseconds

<<11121314151617181920>>